2024-05-06T02:22:59.534 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-06T02:22:59.534 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036 -- /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036/orig.config.yaml 2024-05-06T02:22:59.566 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-06T02:22:59.651 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036 branch: wip-yuriw-testing-20240503.181540-main description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} email: yweinste@redhat.com first_in_suite: false job_id: '7690036' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuriw-testing-20240503.181540-main 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 - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 workunit: branch: wip-yuriw-testing-20240503.181540-main sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/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: 4116 sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuriw-testing-20240503.181540-main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 targets: smithi052.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE0mll8X1F0mG4otUGod0ehXun5T+3CMrSRNuHhVL8sR8UB7efezS8bo1rIAUCbRUiRlwT5QhSalEXVKSLAL6bY= smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBHsfMzTUW0K0npVMm4DlvOIzP0S+aRmhLNUkxr0RILRu2e/Qb73rkJX7wBru5tHczhoKLOpvc+v52pv7HL4g8c= smithi172.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEUxY510GBM59d+yIzjpvXsElC1B6Pa4Ks8Ta4wRCDXXkMioRjMSjf/D/f7qfqP4on/bAuesgQQOuKnIWisbleU= 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: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-03_23:44:50 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-06T02:22:59.652 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa; will attempt to use it 2024-05-06T02:22:59.652 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa/tasks 2024-05-06T02:22:59.653 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-06T02:22:59.654 INFO:teuthology.task.internal:Checking packages... 2024-05-06T02:22:59.678 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004' 2024-05-06T02:22:59.679 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-06T02:22:59.679 INFO:teuthology.packaging:ref: None 2024-05-06T02:22:59.679 INFO:teuthology.packaging:tag: None 2024-05-06T02:22:59.679 INFO:teuthology.packaging:branch: wip-yuriw-testing-20240503.181540-main 2024-05-06T02:22:59.679 INFO:teuthology.packaging:sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:22:59.679 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuriw-testing-20240503.181540-main 2024-05-06T02:22:59.821 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:22:59.822 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-06T02:22:59.830 INFO:teuthology.task.internal:no buildpackages task found 2024-05-06T02:22:59.830 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-06T02:22:59.838 INFO:teuthology.task.internal:Saving configuration 2024-05-06T02:22:59.852 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-06T02:22:59.860 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T02:22:59.885 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi052.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036', '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-06 02:17:08.803846', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7f+5JSt+/DTpDmZdvfaxOQUnMQO3+rg2flywADTzAQ'} 2024-05-06T02:22:59.909 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036', '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-06 02:17:08.805189', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDGg24pm3bRSUM4gHG63h1AHGn2+Qww2OOkbs2feC4JL'} 2024-05-06T02:22:59.931 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036', '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-06 02:17:08.806331', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM04LstIrCoBWSbJzK8KgidlO8WoiKOIVmsP13y3rzKt'} 2024-05-06T02:22:59.932 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-06T02:22:59.940 INFO:teuthology.task.internal:roles: ubuntu@smithi052.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-05-06T02:22:59.940 INFO:teuthology.task.internal:roles: ubuntu@smithi155.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-05-06T02:22:59.940 INFO:teuthology.task.internal:roles: ubuntu@smithi172.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-05-06T02:22:59.940 INFO:teuthology.run_tasks:Running task console_log... 2024-05-06T02:23:00.063 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f16611a9f70>, signals=[15]) 2024-05-06T02:23:00.063 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-06T02:23:00.079 INFO:teuthology.task.internal:Opening connections... 2024-05-06T02:23:00.079 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi052.front.sepia.ceph.com 2024-05-06T02:23:00.081 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:23:00.171 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2024-05-06T02:23:00.172 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:23:00.255 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi172.front.sepia.ceph.com 2024-05-06T02:23:00.256 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:23:00.338 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-06T02:23:00.351 DEBUG:teuthology.orchestra.run.smithi052:> uname -m 2024-05-06T02:23:00.358 INFO:teuthology.orchestra.run.smithi052.stdout:x86_64 2024-05-06T02:23:00.358 DEBUG:teuthology.orchestra.run.smithi052:> cat /etc/os-release 2024-05-06T02:23:00.404 INFO:teuthology.orchestra.run.smithi052.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-06T02:23:00.404 INFO:teuthology.orchestra.run.smithi052.stdout:NAME="Ubuntu" 2024-05-06T02:23:00.404 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION_ID="22.04" 2024-05-06T02:23:00.404 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-06T02:23:00.404 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION_CODENAME=jammy 2024-05-06T02:23:00.404 INFO:teuthology.orchestra.run.smithi052.stdout:ID=ubuntu 2024-05-06T02:23:00.404 INFO:teuthology.orchestra.run.smithi052.stdout:ID_LIKE=debian 2024-05-06T02:23:00.405 INFO:teuthology.orchestra.run.smithi052.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-06T02:23:00.405 INFO:teuthology.orchestra.run.smithi052.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-06T02:23:00.405 INFO:teuthology.orchestra.run.smithi052.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-06T02:23:00.405 INFO:teuthology.orchestra.run.smithi052.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-06T02:23:00.405 INFO:teuthology.orchestra.run.smithi052.stdout:UBUNTU_CODENAME=jammy 2024-05-06T02:23:00.405 INFO:teuthology.lock.ops:Updating smithi052.front.sepia.ceph.com on lock server 2024-05-06T02:23:00.425 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2024-05-06T02:23:00.431 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2024-05-06T02:23:00.431 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2024-05-06T02:23:00.477 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-06T02:23:00.477 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="Ubuntu" 2024-05-06T02:23:00.477 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="22.04" 2024-05-06T02:23:00.478 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-06T02:23:00.478 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_CODENAME=jammy 2024-05-06T02:23:00.478 INFO:teuthology.orchestra.run.smithi155.stdout:ID=ubuntu 2024-05-06T02:23:00.478 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE=debian 2024-05-06T02:23:00.478 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-06T02:23:00.478 INFO:teuthology.orchestra.run.smithi155.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-06T02:23:00.478 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-06T02:23:00.478 INFO:teuthology.orchestra.run.smithi155.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-06T02:23:00.478 INFO:teuthology.orchestra.run.smithi155.stdout:UBUNTU_CODENAME=jammy 2024-05-06T02:23:00.478 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2024-05-06T02:23:00.501 DEBUG:teuthology.orchestra.run.smithi172:> uname -m 2024-05-06T02:23:00.506 INFO:teuthology.orchestra.run.smithi172.stdout:x86_64 2024-05-06T02:23:00.507 DEBUG:teuthology.orchestra.run.smithi172:> cat /etc/os-release 2024-05-06T02:23:00.552 INFO:teuthology.orchestra.run.smithi172.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-06T02:23:00.552 INFO:teuthology.orchestra.run.smithi172.stdout:NAME="Ubuntu" 2024-05-06T02:23:00.553 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_ID="22.04" 2024-05-06T02:23:00.553 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-06T02:23:00.553 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_CODENAME=jammy 2024-05-06T02:23:00.553 INFO:teuthology.orchestra.run.smithi172.stdout:ID=ubuntu 2024-05-06T02:23:00.553 INFO:teuthology.orchestra.run.smithi172.stdout:ID_LIKE=debian 2024-05-06T02:23:00.553 INFO:teuthology.orchestra.run.smithi172.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-06T02:23:00.553 INFO:teuthology.orchestra.run.smithi172.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-06T02:23:00.553 INFO:teuthology.orchestra.run.smithi172.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-06T02:23:00.553 INFO:teuthology.orchestra.run.smithi172.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-06T02:23:00.553 INFO:teuthology.orchestra.run.smithi172.stdout:UBUNTU_CODENAME=jammy 2024-05-06T02:23:00.553 INFO:teuthology.lock.ops:Updating smithi172.front.sepia.ceph.com on lock server 2024-05-06T02:23:00.575 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-06T02:23:00.590 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-06T02:23:00.602 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-06T02:23:00.603 DEBUG:teuthology.orchestra.run.smithi052:> test '!' -e /home/ubuntu/cephtest 2024-05-06T02:23:00.605 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2024-05-06T02:23:00.608 DEBUG:teuthology.orchestra.run.smithi172:> test '!' -e /home/ubuntu/cephtest 2024-05-06T02:23:00.612 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-06T02:23:00.623 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-06T02:23:00.623 DEBUG:teuthology.orchestra.run.smithi052:> test -z $(ls -A /var/lib/ceph) 2024-05-06T02:23:00.653 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2024-05-06T02:23:00.655 DEBUG:teuthology.orchestra.run.smithi172:> test -z $(ls -A /var/lib/ceph) 2024-05-06T02:23:00.747 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-06T02:23:00.828 INFO:teuthology.run_tasks:Running task kernel... 2024-05-06T02:23:00.845 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-06T02:23:00.845 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-06T02:23:00.846 DEBUG:teuthology.orchestra.run.smithi052:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T02:23:00.846 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T02:23:00.847 DEBUG:teuthology.orchestra.run.smithi172:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T02:23:00.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T02:23:00.851 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-05-06T02:23:00.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T02:23:00.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T02:23:00.853 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2024-05-06T02:23:00.854 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2024-05-06T02:23:00.898 INFO:teuthology.orchestra.run.smithi155.stdout:5.15.0-56-generic 2024-05-06T02:23:00.899 INFO:teuthology.task.kernel:Running kernel on smithi155: 5.15.0-56-generic 2024-05-06T02:23:00.899 DEBUG:teuthology.orchestra.run.smithi155:> sudo apt-get clean 2024-05-06T02:23:00.900 INFO:teuthology.orchestra.run.smithi172.stdout:5.15.0-56-generic 2024-05-06T02:23:00.900 INFO:teuthology.task.kernel:Running kernel on smithi172: 5.15.0-56-generic 2024-05-06T02:23:00.900 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get clean 2024-05-06T02:23:00.901 INFO:teuthology.orchestra.run.smithi052.stdout:5.15.0-56-generic 2024-05-06T02:23:00.901 INFO:teuthology.task.kernel:Running kernel on smithi052: 5.15.0-56-generic 2024-05-06T02:23:00.902 DEBUG:teuthology.orchestra.run.smithi052:> sudo apt-get clean 2024-05-06T02:23:01.022 DEBUG:teuthology.orchestra.run.smithi155:> sudo apt-get update 2024-05-06T02:23:01.031 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get update 2024-05-06T02:23:01.040 DEBUG:teuthology.orchestra.run.smithi052:> sudo apt-get update 2024-05-06T02:23:01.174 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:23:01.185 INFO:teuthology.orchestra.run.smithi172.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-06T02:23:01.185 INFO:teuthology.orchestra.run.smithi172.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-06T02:23:01.195 INFO:teuthology.orchestra.run.smithi155.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:23:01.195 INFO:teuthology.orchestra.run.smithi155.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-06T02:23:01.195 INFO:teuthology.orchestra.run.smithi155.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-06T02:23:01.225 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:23:01.225 INFO:teuthology.orchestra.run.smithi052.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-06T02:23:01.227 INFO:teuthology.orchestra.run.smithi052.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-06T02:23:01.265 INFO:teuthology.orchestra.run.smithi155.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-06T02:23:01.265 INFO:teuthology.orchestra.run.smithi172.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-06T02:23:01.316 INFO:teuthology.orchestra.run.smithi052.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-06T02:23:01.394 INFO:teuthology.orchestra.run.smithi172.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-06T02:23:01.425 INFO:teuthology.orchestra.run.smithi155.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-06T02:23:01.467 INFO:teuthology.orchestra.run.smithi172.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,613 kB] 2024-05-06T02:23:01.476 INFO:teuthology.orchestra.run.smithi172.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-06T02:23:01.479 INFO:teuthology.orchestra.run.smithi052.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-06T02:23:01.492 INFO:teuthology.orchestra.run.smithi155.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-06T02:23:01.521 INFO:teuthology.orchestra.run.smithi172.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-06T02:23:01.526 INFO:teuthology.orchestra.run.smithi172.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-06T02:23:01.526 INFO:teuthology.orchestra.run.smithi172.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-06T02:23:01.553 INFO:teuthology.orchestra.run.smithi155.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-06T02:23:01.560 INFO:teuthology.orchestra.run.smithi172.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-06T02:23:01.561 INFO:teuthology.orchestra.run.smithi172.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-06T02:23:01.565 INFO:teuthology.orchestra.run.smithi155.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-06T02:23:01.567 INFO:teuthology.orchestra.run.smithi172.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T02:23:01.567 INFO:teuthology.orchestra.run.smithi172.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-06T02:23:01.570 INFO:teuthology.orchestra.run.smithi155.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-06T02:23:01.570 INFO:teuthology.orchestra.run.smithi155.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-06T02:23:01.571 INFO:teuthology.orchestra.run.smithi155.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-06T02:23:01.583 INFO:teuthology.orchestra.run.smithi172.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-06T02:23:01.590 INFO:teuthology.orchestra.run.smithi052.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-06T02:23:01.592 INFO:teuthology.orchestra.run.smithi172.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-06T02:23:01.594 INFO:teuthology.orchestra.run.smithi172.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-06T02:23:01.596 INFO:teuthology.orchestra.run.smithi052.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-06T02:23:01.601 INFO:teuthology.orchestra.run.smithi155.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,613 kB] 2024-05-06T02:23:01.620 INFO:teuthology.orchestra.run.smithi155.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-06T02:23:01.621 INFO:teuthology.orchestra.run.smithi172.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-06T02:23:01.621 INFO:teuthology.orchestra.run.smithi172.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-06T02:23:01.621 INFO:teuthology.orchestra.run.smithi172.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-06T02:23:01.629 INFO:teuthology.orchestra.run.smithi172.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-06T02:23:01.630 INFO:teuthology.orchestra.run.smithi155.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T02:23:01.630 INFO:teuthology.orchestra.run.smithi155.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-06T02:23:01.634 INFO:teuthology.orchestra.run.smithi172.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-06T02:23:01.635 INFO:teuthology.orchestra.run.smithi172.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-06T02:23:01.635 INFO:teuthology.orchestra.run.smithi172.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-06T02:23:01.650 INFO:teuthology.orchestra.run.smithi155.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-06T02:23:01.652 INFO:teuthology.orchestra.run.smithi172.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-06T02:23:01.653 INFO:teuthology.orchestra.run.smithi172.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-06T02:23:01.660 INFO:teuthology.orchestra.run.smithi155.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-06T02:23:01.663 INFO:teuthology.orchestra.run.smithi155.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-06T02:23:01.667 INFO:teuthology.orchestra.run.smithi155.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-06T02:23:01.667 INFO:teuthology.orchestra.run.smithi155.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-06T02:23:01.686 INFO:teuthology.orchestra.run.smithi155.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-06T02:23:01.693 INFO:teuthology.orchestra.run.smithi052.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-06T02:23:01.698 INFO:teuthology.orchestra.run.smithi052.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-06T02:23:01.698 INFO:teuthology.orchestra.run.smithi052.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-06T02:23:01.701 INFO:teuthology.orchestra.run.smithi155.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-06T02:23:01.702 INFO:teuthology.orchestra.run.smithi172.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-06T02:23:01.710 INFO:teuthology.orchestra.run.smithi172.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T02:23:01.710 INFO:teuthology.orchestra.run.smithi172.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-06T02:23:01.710 INFO:teuthology.orchestra.run.smithi155.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-06T02:23:01.712 INFO:teuthology.orchestra.run.smithi155.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-06T02:23:01.713 INFO:teuthology.orchestra.run.smithi155.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-06T02:23:01.714 INFO:teuthology.orchestra.run.smithi155.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-06T02:23:01.720 INFO:teuthology.orchestra.run.smithi172.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-06T02:23:01.737 INFO:teuthology.orchestra.run.smithi052.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,613 kB] 2024-05-06T02:23:01.746 INFO:teuthology.orchestra.run.smithi172.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-06T02:23:01.752 INFO:teuthology.orchestra.run.smithi172.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-06T02:23:01.752 INFO:teuthology.orchestra.run.smithi172.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-06T02:23:01.752 INFO:teuthology.orchestra.run.smithi172.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-06T02:23:01.752 INFO:teuthology.orchestra.run.smithi172.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-06T02:23:01.759 INFO:teuthology.orchestra.run.smithi172.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-06T02:23:01.759 INFO:teuthology.orchestra.run.smithi172.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-06T02:23:01.760 INFO:teuthology.orchestra.run.smithi172.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-06T02:23:01.769 INFO:teuthology.orchestra.run.smithi052.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-06T02:23:01.771 INFO:teuthology.orchestra.run.smithi052.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-06T02:23:01.774 INFO:teuthology.orchestra.run.smithi155.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-06T02:23:01.777 INFO:teuthology.orchestra.run.smithi052.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T02:23:01.777 INFO:teuthology.orchestra.run.smithi052.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-06T02:23:01.780 INFO:teuthology.orchestra.run.smithi155.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T02:23:01.780 INFO:teuthology.orchestra.run.smithi155.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-06T02:23:01.793 INFO:teuthology.orchestra.run.smithi172.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-06T02:23:01.793 INFO:teuthology.orchestra.run.smithi172.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-06T02:23:01.794 INFO:teuthology.orchestra.run.smithi172.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-06T02:23:01.794 INFO:teuthology.orchestra.run.smithi172.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-06T02:23:01.794 INFO:teuthology.orchestra.run.smithi172.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-06T02:23:01.796 INFO:teuthology.orchestra.run.smithi052.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-06T02:23:01.801 INFO:teuthology.orchestra.run.smithi172.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-06T02:23:01.808 INFO:teuthology.orchestra.run.smithi155.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-06T02:23:01.815 INFO:teuthology.orchestra.run.smithi052.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-06T02:23:01.818 INFO:teuthology.orchestra.run.smithi052.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-06T02:23:01.819 INFO:teuthology.orchestra.run.smithi052.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-06T02:23:01.821 INFO:teuthology.orchestra.run.smithi155.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-06T02:23:01.826 INFO:teuthology.orchestra.run.smithi155.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-06T02:23:01.826 INFO:teuthology.orchestra.run.smithi155.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-06T02:23:01.827 INFO:teuthology.orchestra.run.smithi155.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-06T02:23:01.828 INFO:teuthology.orchestra.run.smithi155.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-06T02:23:01.829 INFO:teuthology.orchestra.run.smithi155.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-06T02:23:01.829 INFO:teuthology.orchestra.run.smithi155.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-06T02:23:01.830 INFO:teuthology.orchestra.run.smithi155.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-06T02:23:01.844 INFO:teuthology.orchestra.run.smithi155.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-06T02:23:01.864 INFO:teuthology.orchestra.run.smithi155.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-06T02:23:01.864 INFO:teuthology.orchestra.run.smithi155.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-06T02:23:01.865 INFO:teuthology.orchestra.run.smithi155.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-06T02:23:01.865 INFO:teuthology.orchestra.run.smithi155.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-06T02:23:01.866 INFO:teuthology.orchestra.run.smithi155.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-06T02:23:01.962 INFO:teuthology.orchestra.run.smithi052.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-06T02:23:01.962 INFO:teuthology.orchestra.run.smithi052.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-06T02:23:01.962 INFO:teuthology.orchestra.run.smithi052.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-06T02:23:01.962 INFO:teuthology.orchestra.run.smithi052.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-06T02:23:01.967 INFO:teuthology.orchestra.run.smithi052.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-06T02:23:01.968 INFO:teuthology.orchestra.run.smithi052.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-06T02:23:01.969 INFO:teuthology.orchestra.run.smithi052.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-06T02:23:02.003 INFO:teuthology.orchestra.run.smithi052.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-06T02:23:02.008 INFO:teuthology.orchestra.run.smithi052.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-06T02:23:02.009 INFO:teuthology.orchestra.run.smithi052.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-06T02:23:02.028 INFO:teuthology.orchestra.run.smithi052.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-06T02:23:02.042 INFO:teuthology.orchestra.run.smithi052.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-06T02:23:02.045 INFO:teuthology.orchestra.run.smithi052.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-06T02:23:02.046 INFO:teuthology.orchestra.run.smithi052.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-06T02:23:02.046 INFO:teuthology.orchestra.run.smithi052.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-06T02:23:02.047 INFO:teuthology.orchestra.run.smithi052.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-06T02:23:02.048 INFO:teuthology.orchestra.run.smithi052.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-06T02:23:02.049 INFO:teuthology.orchestra.run.smithi052.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-06T02:23:02.050 INFO:teuthology.orchestra.run.smithi052.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-06T02:23:02.069 INFO:teuthology.orchestra.run.smithi052.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-06T02:23:02.069 INFO:teuthology.orchestra.run.smithi052.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-06T02:23:02.070 INFO:teuthology.orchestra.run.smithi052.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-06T02:23:02.070 INFO:teuthology.orchestra.run.smithi052.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-06T02:23:02.071 INFO:teuthology.orchestra.run.smithi052.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-06T02:23:02.071 INFO:teuthology.orchestra.run.smithi052.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-06T02:23:07.224 INFO:teuthology.orchestra.run.smithi155.stdout:Fetched 13.3 MB in 2s (6,996 kB/s) 2024-05-06T02:23:07.237 INFO:teuthology.orchestra.run.smithi172.stdout:Fetched 13.3 MB in 2s (7,221 kB/s) 2024-05-06T02:23:08.087 INFO:teuthology.orchestra.run.smithi052.stdout:Fetched 13.3 MB in 2s (6,194 kB/s) 2024-05-06T02:23:08.643 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2024-05-06T02:23:08.662 DEBUG:teuthology.orchestra.run.smithi172:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T02:23:08.723 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2024-05-06T02:23:08.823 INFO:teuthology.orchestra.run.smithi155.stdout:Reading package lists... 2024-05-06T02:23:08.841 DEBUG:teuthology.orchestra.run.smithi155:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T02:23:08.897 INFO:teuthology.orchestra.run.smithi155.stdout:Reading package lists... 2024-05-06T02:23:08.923 INFO:teuthology.orchestra.run.smithi172.stdout:Building dependency tree... 2024-05-06T02:23:08.924 INFO:teuthology.orchestra.run.smithi172.stdout:Reading state information... 2024-05-06T02:23:09.083 INFO:teuthology.orchestra.run.smithi155.stdout:Building dependency tree... 2024-05-06T02:23:09.083 INFO:teuthology.orchestra.run.smithi155.stdout:Reading state information... 2024-05-06T02:23:09.098 INFO:teuthology.orchestra.run.smithi172.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:23:09.098 INFO:teuthology.orchestra.run.smithi172.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:23:09.098 INFO:teuthology.orchestra.run.smithi172.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:23:09.099 INFO:teuthology.orchestra.run.smithi172.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:23:09.100 INFO:teuthology.orchestra.run.smithi172.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-06T02:23:09.100 INFO:teuthology.orchestra.run.smithi172.stdout: python2.7-minimal 2024-05-06T02:23:09.100 INFO:teuthology.orchestra.run.smithi172.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:23:09.100 INFO:teuthology.orchestra.run.smithi172.stdout:The following additional packages will be installed: 2024-05-06T02:23:09.100 INFO:teuthology.orchestra.run.smithi172.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T02:23:09.100 INFO:teuthology.orchestra.run.smithi172.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-06T02:23:09.101 INFO:teuthology.orchestra.run.smithi172.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-06T02:23:09.102 INFO:teuthology.orchestra.run.smithi172.stdout:Suggested packages: 2024-05-06T02:23:09.102 INFO:teuthology.orchestra.run.smithi172.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-06T02:23:09.102 INFO:teuthology.orchestra.run.smithi172.stdout:Recommended packages: 2024-05-06T02:23:09.103 INFO:teuthology.orchestra.run.smithi172.stdout: thermald 2024-05-06T02:23:09.149 INFO:teuthology.orchestra.run.smithi172.stdout:The following NEW packages will be installed: 2024-05-06T02:23:09.150 INFO:teuthology.orchestra.run.smithi172.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T02:23:09.150 INFO:teuthology.orchestra.run.smithi172.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-06T02:23:09.150 INFO:teuthology.orchestra.run.smithi172.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-06T02:23:09.151 INFO:teuthology.orchestra.run.smithi172.stdout:The following packages will be upgraded: 2024-05-06T02:23:09.151 INFO:teuthology.orchestra.run.smithi172.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-06T02:23:09.243 INFO:teuthology.orchestra.run.smithi155.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:23:09.243 INFO:teuthology.orchestra.run.smithi155.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:23:09.243 INFO:teuthology.orchestra.run.smithi155.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:23:09.243 INFO:teuthology.orchestra.run.smithi155.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:23:09.243 INFO:teuthology.orchestra.run.smithi155.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-06T02:23:09.244 INFO:teuthology.orchestra.run.smithi155.stdout: python2.7-minimal 2024-05-06T02:23:09.244 INFO:teuthology.orchestra.run.smithi155.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:23:09.244 INFO:teuthology.orchestra.run.smithi155.stdout:The following additional packages will be installed: 2024-05-06T02:23:09.244 INFO:teuthology.orchestra.run.smithi155.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T02:23:09.245 INFO:teuthology.orchestra.run.smithi155.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-06T02:23:09.245 INFO:teuthology.orchestra.run.smithi155.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-06T02:23:09.245 INFO:teuthology.orchestra.run.smithi155.stdout:Suggested packages: 2024-05-06T02:23:09.245 INFO:teuthology.orchestra.run.smithi155.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-06T02:23:09.245 INFO:teuthology.orchestra.run.smithi155.stdout:Recommended packages: 2024-05-06T02:23:09.246 INFO:teuthology.orchestra.run.smithi155.stdout: thermald 2024-05-06T02:23:09.272 INFO:teuthology.orchestra.run.smithi172.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T02:23:09.272 INFO:teuthology.orchestra.run.smithi172.stdout:Need to get 113 MB of archives. 2024-05-06T02:23:09.273 INFO:teuthology.orchestra.run.smithi172.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-06T02:23:09.273 INFO:teuthology.orchestra.run.smithi172.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-06T02:23:09.301 INFO:teuthology.orchestra.run.smithi155.stdout:The following NEW packages will be installed: 2024-05-06T02:23:09.301 INFO:teuthology.orchestra.run.smithi155.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T02:23:09.301 INFO:teuthology.orchestra.run.smithi155.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-06T02:23:09.302 INFO:teuthology.orchestra.run.smithi155.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-06T02:23:09.303 INFO:teuthology.orchestra.run.smithi155.stdout:The following packages will be upgraded: 2024-05-06T02:23:09.303 INFO:teuthology.orchestra.run.smithi155.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-06T02:23:09.422 INFO:teuthology.orchestra.run.smithi155.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T02:23:09.422 INFO:teuthology.orchestra.run.smithi155.stdout:Need to get 113 MB of archives. 2024-05-06T02:23:09.422 INFO:teuthology.orchestra.run.smithi155.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-06T02:23:09.422 INFO:teuthology.orchestra.run.smithi155.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-06T02:23:09.517 INFO:teuthology.orchestra.run.smithi052.stdout:Reading package lists... 2024-05-06T02:23:09.534 DEBUG:teuthology.orchestra.run.smithi052:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T02:23:09.588 INFO:teuthology.orchestra.run.smithi052.stdout:Reading package lists... 2024-05-06T02:23:09.769 INFO:teuthology.orchestra.run.smithi052.stdout:Building dependency tree... 2024-05-06T02:23:09.770 INFO:teuthology.orchestra.run.smithi052.stdout:Reading state information... 2024-05-06T02:23:09.931 INFO:teuthology.orchestra.run.smithi052.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:23:09.932 INFO:teuthology.orchestra.run.smithi052.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:23:09.932 INFO:teuthology.orchestra.run.smithi052.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:23:09.932 INFO:teuthology.orchestra.run.smithi052.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:23:09.932 INFO:teuthology.orchestra.run.smithi052.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-06T02:23:09.932 INFO:teuthology.orchestra.run.smithi052.stdout: python2.7-minimal 2024-05-06T02:23:09.933 INFO:teuthology.orchestra.run.smithi052.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:23:09.934 INFO:teuthology.orchestra.run.smithi052.stdout:The following additional packages will be installed: 2024-05-06T02:23:09.934 INFO:teuthology.orchestra.run.smithi052.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T02:23:09.934 INFO:teuthology.orchestra.run.smithi052.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-06T02:23:09.934 INFO:teuthology.orchestra.run.smithi052.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-06T02:23:09.935 INFO:teuthology.orchestra.run.smithi052.stdout:Suggested packages: 2024-05-06T02:23:09.935 INFO:teuthology.orchestra.run.smithi052.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-06T02:23:09.935 INFO:teuthology.orchestra.run.smithi052.stdout:Recommended packages: 2024-05-06T02:23:09.935 INFO:teuthology.orchestra.run.smithi052.stdout: thermald 2024-05-06T02:23:09.990 INFO:teuthology.orchestra.run.smithi052.stdout:The following NEW packages will be installed: 2024-05-06T02:23:09.990 INFO:teuthology.orchestra.run.smithi052.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-06T02:23:09.990 INFO:teuthology.orchestra.run.smithi052.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-06T02:23:09.990 INFO:teuthology.orchestra.run.smithi052.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-06T02:23:09.991 INFO:teuthology.orchestra.run.smithi052.stdout:The following packages will be upgraded: 2024-05-06T02:23:09.992 INFO:teuthology.orchestra.run.smithi052.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-06T02:23:10.097 INFO:teuthology.orchestra.run.smithi052.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T02:23:10.097 INFO:teuthology.orchestra.run.smithi052.stdout:Need to get 113 MB of archives. 2024-05-06T02:23:10.097 INFO:teuthology.orchestra.run.smithi052.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-06T02:23:10.097 INFO:teuthology.orchestra.run.smithi052.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-06T02:23:10.472 INFO:teuthology.orchestra.run.smithi172.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-06T02:23:10.898 INFO:teuthology.orchestra.run.smithi172.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-06T02:23:11.141 INFO:teuthology.orchestra.run.smithi155.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-06T02:23:11.455 INFO:teuthology.orchestra.run.smithi052.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-06T02:23:11.843 INFO:teuthology.orchestra.run.smithi155.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-06T02:23:11.853 INFO:teuthology.orchestra.run.smithi052.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-06T02:23:13.300 INFO:teuthology.orchestra.run.smithi172.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-06T02:23:13.301 INFO:teuthology.orchestra.run.smithi172.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-06T02:23:13.301 INFO:teuthology.orchestra.run.smithi172.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-06T02:23:13.834 INFO:teuthology.orchestra.run.smithi172.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-06T02:23:13.893 INFO:teuthology.orchestra.run.smithi172.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-06T02:23:14.277 INFO:teuthology.orchestra.run.smithi172.stdout:Fetched 113 MB in 5s (23.9 MB/s) 2024-05-06T02:23:14.288 INFO:teuthology.orchestra.run.smithi052.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-06T02:23:14.289 INFO:teuthology.orchestra.run.smithi052.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-06T02:23:14.289 INFO:teuthology.orchestra.run.smithi052.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-06T02:23:14.446 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-06T02:23:14.633 INFO:teuthology.orchestra.run.smithi155.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-06T02:23:14.633 INFO:teuthology.orchestra.run.smithi155.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-06T02:23:14.660 INFO:teuthology.orchestra.run.smithi052.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-06T02:23:14.710 INFO:teuthology.orchestra.run.smithi155.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-06T02:23:14.715 INFO:teuthology.orchestra.run.smithi052.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-06T02:23:14.929 INFO:teuthology.orchestra.run.smithi155.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-06T02:23:14.995 INFO:teuthology.orchestra.run.smithi155.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-06T02:23:15.191 INFO:teuthology.orchestra.run.smithi052.stdout:Fetched 113 MB in 5s (24.0 MB/s) 2024-05-06T02:23:15.363 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-06T02:23:15.378 INFO:teuthology.orchestra.run.smithi155.stdout:Fetched 113 MB in 6s (19.9 MB/s) 2024-05-06T02:23:15.591 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-06T02:23:16.774 INFO:teuthology.orchestra.run.smithi172.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-06T02:23:16.777 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:23:17.076 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:17.315 INFO:teuthology.orchestra.run.smithi052.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-06T02:23:17.319 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:23:17.437 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:17.512 INFO:teuthology.orchestra.run.smithi155.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-06T02:23:17.517 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:23:17.573 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:19.276 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-06T02:23:19.297 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:23:19.384 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:19.545 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-06T02:23:19.567 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:23:19.653 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:19.684 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-06T02:23:19.705 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:23:19.790 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:19.871 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-06T02:23:19.891 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:23:19.929 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:20.115 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-06T02:23:20.136 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:23:20.173 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:20.262 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-06T02:23:20.283 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:23:20.320 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:26.968 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:23:27.093 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:23:27.159 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:23:27.251 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:23:27.269 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:23:27.361 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:23:27.376 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:23:27.505 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:23:27.645 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:23:27.739 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:23:27.773 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:23:27.808 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-06T02:23:27.831 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-06T02:23:27.874 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T02:23:27.884 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:23:28.092 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-06T02:23:28.103 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-06T02:23:28.134 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T02:23:28.136 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-06T02:23:28.147 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-06T02:23:28.211 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T02:23:33.366 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-06T02:23:33.403 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:23:33.865 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:34.147 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-06T02:23:34.183 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:23:34.228 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:34.360 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-06T02:23:34.398 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-06T02:23:34.464 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:36.453 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:23:37.322 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:23:37.663 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T02:23:37.760 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:37.861 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-06T02:23:37.989 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:38.163 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:23:38.314 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:23:38.429 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-06T02:23:38.571 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-06T02:23:38.665 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T02:23:38.813 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:38.936 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-06T02:23:38.946 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-06T02:23:39.065 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:39.076 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:39.194 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-06T02:23:39.317 INFO:teuthology.orchestra.run.smithi155.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:23:39.317 INFO:teuthology.orchestra.run.smithi155.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-06T02:23:39.318 INFO:teuthology.orchestra.run.smithi155.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:23:39.318 INFO:teuthology.orchestra.run.smithi155.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-06T02:23:39.330 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:39.493 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:40.450 INFO:teuthology.orchestra.run.smithi052.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:23:40.451 INFO:teuthology.orchestra.run.smithi052.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-06T02:23:40.451 INFO:teuthology.orchestra.run.smithi052.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:23:40.451 INFO:teuthology.orchestra.run.smithi052.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-06T02:23:40.627 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:40.636 INFO:teuthology.orchestra.run.smithi172.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:23:40.636 INFO:teuthology.orchestra.run.smithi172.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-06T02:23:40.636 INFO:teuthology.orchestra.run.smithi172.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:23:40.636 INFO:teuthology.orchestra.run.smithi172.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-06T02:23:40.790 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:40.870 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:42.071 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:42.217 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:42.245 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-06T02:23:42.463 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-06T02:23:43.231 INFO:teuthology.orchestra.run.smithi155.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:43.296 INFO:teuthology.orchestra.run.smithi155.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-06T02:23:43.296 INFO:teuthology.orchestra.run.smithi155.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:23:43.813 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-06T02:23:43.914 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-06T02:23:44.015 INFO:teuthology.orchestra.run.smithi052.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:44.071 INFO:teuthology.orchestra.run.smithi052.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-06T02:23:44.071 INFO:teuthology.orchestra.run.smithi052.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:23:44.126 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-06T02:23:44.268 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-06T02:23:44.370 INFO:teuthology.orchestra.run.smithi172.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-06T02:23:44.432 INFO:teuthology.orchestra.run.smithi172.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-06T02:23:44.432 INFO:teuthology.orchestra.run.smithi172.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:23:57.479 INFO:teuthology.orchestra.run.smithi155.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-06T02:23:57.479 INFO:teuthology.orchestra.run.smithi155.stdout:Sourcing file `/etc/default/grub' 2024-05-06T02:23:57.494 INFO:teuthology.orchestra.run.smithi155.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T02:23:57.512 INFO:teuthology.orchestra.run.smithi155.stdout:Generating grub configuration file ... 2024-05-06T02:23:57.781 INFO:teuthology.orchestra.run.smithi155.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:23:57.799 INFO:teuthology.orchestra.run.smithi155.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:23:58.099 INFO:teuthology.orchestra.run.smithi155.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:23:58.105 INFO:teuthology.orchestra.run.smithi155.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T02:23:58.171 INFO:teuthology.orchestra.run.smithi155.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T02:23:58.176 INFO:teuthology.orchestra.run.smithi155.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T02:23:58.338 INFO:teuthology.orchestra.run.smithi155.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T02:23:58.339 INFO:teuthology.orchestra.run.smithi155.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T02:23:58.339 INFO:teuthology.orchestra.run.smithi155.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T02:23:58.386 INFO:teuthology.orchestra.run.smithi155.stdout:done 2024-05-06T02:23:58.501 INFO:teuthology.orchestra.run.smithi052.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-06T02:23:58.502 INFO:teuthology.orchestra.run.smithi052.stdout:Sourcing file `/etc/default/grub' 2024-05-06T02:23:58.526 INFO:teuthology.orchestra.run.smithi052.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T02:23:58.559 INFO:teuthology.orchestra.run.smithi052.stdout:Generating grub configuration file ... 2024-05-06T02:23:58.733 INFO:teuthology.orchestra.run.smithi172.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-06T02:23:58.733 INFO:teuthology.orchestra.run.smithi172.stdout:Sourcing file `/etc/default/grub' 2024-05-06T02:23:58.760 INFO:teuthology.orchestra.run.smithi172.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T02:23:58.785 INFO:teuthology.orchestra.run.smithi172.stdout:Generating grub configuration file ... 2024-05-06T02:23:58.868 DEBUG:teuthology.orchestra.run.smithi155:> dpkg -s linux-image-generic 2024-05-06T02:23:58.898 INFO:teuthology.orchestra.run.smithi155.stdout:Package: linux-image-generic 2024-05-06T02:23:58.898 INFO:teuthology.orchestra.run.smithi155.stdout:Status: install ok installed 2024-05-06T02:23:58.898 INFO:teuthology.orchestra.run.smithi155.stdout:Priority: optional 2024-05-06T02:23:58.898 INFO:teuthology.orchestra.run.smithi155.stdout:Section: kernel 2024-05-06T02:23:58.898 INFO:teuthology.orchestra.run.smithi155.stdout:Installed-Size: 21 2024-05-06T02:23:58.898 INFO:teuthology.orchestra.run.smithi155.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T02:23:58.898 INFO:teuthology.orchestra.run.smithi155.stdout:Architecture: amd64 2024-05-06T02:23:58.898 INFO:teuthology.orchestra.run.smithi155.stdout:Source: linux-meta 2024-05-06T02:23:58.898 INFO:teuthology.orchestra.run.smithi155.stdout:Version: 5.15.0.105.102 2024-05-06T02:23:58.899 INFO:teuthology.orchestra.run.smithi155.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T02:23:58.899 INFO:teuthology.orchestra.run.smithi155.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T02:23:58.899 INFO:teuthology.orchestra.run.smithi155.stdout:Recommends: thermald 2024-05-06T02:23:58.899 INFO:teuthology.orchestra.run.smithi155.stdout:Description: Generic Linux kernel image 2024-05-06T02:23:58.899 INFO:teuthology.orchestra.run.smithi155.stdout: This package will always depend on the latest generic kernel image 2024-05-06T02:23:58.899 INFO:teuthology.orchestra.run.smithi155.stdout: available. 2024-05-06T02:23:58.900 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-06T02:23:58.900 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-06T02:23:58.900 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-06T02:23:58.900 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-06T02:23:58.900 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi155.front.sepia.ceph.com, path=None, version=distro) 2024-05-06T02:23:58.901 DEBUG:teuthology.orchestra.run.smithi155:> sudo apt-get clean 2024-05-06T02:23:58.956 INFO:teuthology.orchestra.run.smithi052.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:23:58.979 INFO:teuthology.orchestra.run.smithi052.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:23:59.074 DEBUG:teuthology.orchestra.run.smithi155:> sudo apt-get update 2024-05-06T02:23:59.086 INFO:teuthology.orchestra.run.smithi172.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:23:59.104 INFO:teuthology.orchestra.run.smithi172.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:23:59.194 INFO:teuthology.orchestra.run.smithi155.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T02:23:59.213 INFO:teuthology.orchestra.run.smithi155.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:23:59.232 INFO:teuthology.orchestra.run.smithi155.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T02:23:59.252 INFO:teuthology.orchestra.run.smithi155.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T02:23:59.397 INFO:teuthology.orchestra.run.smithi052.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:23:59.403 INFO:teuthology.orchestra.run.smithi052.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T02:23:59.414 INFO:teuthology.orchestra.run.smithi172.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:23:59.420 INFO:teuthology.orchestra.run.smithi172.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T02:23:59.479 INFO:teuthology.orchestra.run.smithi052.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T02:23:59.485 INFO:teuthology.orchestra.run.smithi052.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T02:23:59.493 INFO:teuthology.orchestra.run.smithi172.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T02:23:59.498 INFO:teuthology.orchestra.run.smithi172.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T02:23:59.669 INFO:teuthology.orchestra.run.smithi052.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T02:23:59.670 INFO:teuthology.orchestra.run.smithi052.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T02:23:59.670 INFO:teuthology.orchestra.run.smithi052.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T02:23:59.677 INFO:teuthology.orchestra.run.smithi172.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T02:23:59.677 INFO:teuthology.orchestra.run.smithi172.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T02:23:59.678 INFO:teuthology.orchestra.run.smithi172.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T02:23:59.714 INFO:teuthology.orchestra.run.smithi052.stdout:done 2024-05-06T02:23:59.731 INFO:teuthology.orchestra.run.smithi172.stdout:done 2024-05-06T02:24:00.188 DEBUG:teuthology.orchestra.run.smithi172:> dpkg -s linux-image-generic 2024-05-06T02:24:00.215 INFO:teuthology.orchestra.run.smithi172.stdout:Package: linux-image-generic 2024-05-06T02:24:00.215 INFO:teuthology.orchestra.run.smithi172.stdout:Status: install ok installed 2024-05-06T02:24:00.215 INFO:teuthology.orchestra.run.smithi172.stdout:Priority: optional 2024-05-06T02:24:00.215 INFO:teuthology.orchestra.run.smithi172.stdout:Section: kernel 2024-05-06T02:24:00.215 INFO:teuthology.orchestra.run.smithi172.stdout:Installed-Size: 21 2024-05-06T02:24:00.215 INFO:teuthology.orchestra.run.smithi172.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T02:24:00.215 INFO:teuthology.orchestra.run.smithi172.stdout:Architecture: amd64 2024-05-06T02:24:00.215 INFO:teuthology.orchestra.run.smithi172.stdout:Source: linux-meta 2024-05-06T02:24:00.216 INFO:teuthology.orchestra.run.smithi172.stdout:Version: 5.15.0.105.102 2024-05-06T02:24:00.216 INFO:teuthology.orchestra.run.smithi172.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T02:24:00.216 INFO:teuthology.orchestra.run.smithi172.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T02:24:00.216 INFO:teuthology.orchestra.run.smithi172.stdout:Recommends: thermald 2024-05-06T02:24:00.216 INFO:teuthology.orchestra.run.smithi172.stdout:Description: Generic Linux kernel image 2024-05-06T02:24:00.216 INFO:teuthology.orchestra.run.smithi172.stdout: This package will always depend on the latest generic kernel image 2024-05-06T02:24:00.216 INFO:teuthology.orchestra.run.smithi172.stdout: available. 2024-05-06T02:24:00.216 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-06T02:24:00.216 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-06T02:24:00.216 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-06T02:24:00.216 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-06T02:24:00.216 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi172.front.sepia.ceph.com, path=None, version=distro) 2024-05-06T02:24:00.217 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get clean 2024-05-06T02:24:00.217 DEBUG:teuthology.orchestra.run.smithi052:> dpkg -s linux-image-generic 2024-05-06T02:24:00.258 INFO:teuthology.orchestra.run.smithi052.stdout:Package: linux-image-generic 2024-05-06T02:24:00.259 INFO:teuthology.orchestra.run.smithi052.stdout:Status: install ok installed 2024-05-06T02:24:00.259 INFO:teuthology.orchestra.run.smithi052.stdout:Priority: optional 2024-05-06T02:24:00.259 INFO:teuthology.orchestra.run.smithi052.stdout:Section: kernel 2024-05-06T02:24:00.259 INFO:teuthology.orchestra.run.smithi052.stdout:Installed-Size: 21 2024-05-06T02:24:00.259 INFO:teuthology.orchestra.run.smithi052.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T02:24:00.259 INFO:teuthology.orchestra.run.smithi052.stdout:Architecture: amd64 2024-05-06T02:24:00.259 INFO:teuthology.orchestra.run.smithi052.stdout:Source: linux-meta 2024-05-06T02:24:00.259 INFO:teuthology.orchestra.run.smithi052.stdout:Version: 5.15.0.105.102 2024-05-06T02:24:00.259 INFO:teuthology.orchestra.run.smithi052.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T02:24:00.259 INFO:teuthology.orchestra.run.smithi052.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T02:24:00.259 INFO:teuthology.orchestra.run.smithi052.stdout:Recommends: thermald 2024-05-06T02:24:00.259 INFO:teuthology.orchestra.run.smithi052.stdout:Description: Generic Linux kernel image 2024-05-06T02:24:00.259 INFO:teuthology.orchestra.run.smithi052.stdout: This package will always depend on the latest generic kernel image 2024-05-06T02:24:00.259 INFO:teuthology.orchestra.run.smithi052.stdout: available. 2024-05-06T02:24:00.260 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-06T02:24:00.260 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-06T02:24:00.260 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-06T02:24:00.260 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-06T02:24:00.260 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi052.front.sepia.ceph.com, path=None, version=distro) 2024-05-06T02:24:00.260 DEBUG:teuthology.orchestra.run.smithi052:> sudo apt-get clean 2024-05-06T02:24:00.437 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get update 2024-05-06T02:24:00.483 DEBUG:teuthology.orchestra.run.smithi052:> sudo apt-get update 2024-05-06T02:24:00.525 INFO:teuthology.orchestra.run.smithi155.stdout:Reading package lists... 2024-05-06T02:24:00.543 DEBUG:teuthology.orchestra.run.smithi155:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T02:24:00.554 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:24:00.554 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T02:24:00.568 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T02:24:00.590 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T02:24:00.603 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:24:00.605 INFO:teuthology.orchestra.run.smithi155.stdout:Reading package lists... 2024-05-06T02:24:00.615 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T02:24:00.635 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T02:24:00.718 INFO:teuthology.orchestra.run.smithi052.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-06T02:24:00.804 INFO:teuthology.orchestra.run.smithi155.stdout:Building dependency tree... 2024-05-06T02:24:00.805 INFO:teuthology.orchestra.run.smithi155.stdout:Reading state information... 2024-05-06T02:24:00.981 INFO:teuthology.orchestra.run.smithi155.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-06T02:24:00.981 INFO:teuthology.orchestra.run.smithi155.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:24:00.981 INFO:teuthology.orchestra.run.smithi155.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:24:00.981 INFO:teuthology.orchestra.run.smithi155.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:24:00.982 INFO:teuthology.orchestra.run.smithi155.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:24:00.982 INFO:teuthology.orchestra.run.smithi155.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T02:24:00.982 INFO:teuthology.orchestra.run.smithi155.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T02:24:00.982 INFO:teuthology.orchestra.run.smithi155.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:24:01.023 INFO:teuthology.orchestra.run.smithi155.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T02:24:01.025 DEBUG:teuthology.orchestra.run.smithi155:> dpkg -s linux-image-generic 2024-05-06T02:24:01.037 INFO:teuthology.orchestra.run.smithi155.stdout:Package: linux-image-generic 2024-05-06T02:24:01.037 INFO:teuthology.orchestra.run.smithi155.stdout:Status: install ok installed 2024-05-06T02:24:01.037 INFO:teuthology.orchestra.run.smithi155.stdout:Priority: optional 2024-05-06T02:24:01.037 INFO:teuthology.orchestra.run.smithi155.stdout:Section: kernel 2024-05-06T02:24:01.037 INFO:teuthology.orchestra.run.smithi155.stdout:Installed-Size: 21 2024-05-06T02:24:01.037 INFO:teuthology.orchestra.run.smithi155.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T02:24:01.037 INFO:teuthology.orchestra.run.smithi155.stdout:Architecture: amd64 2024-05-06T02:24:01.038 INFO:teuthology.orchestra.run.smithi155.stdout:Source: linux-meta 2024-05-06T02:24:01.038 INFO:teuthology.orchestra.run.smithi155.stdout:Version: 5.15.0.105.102 2024-05-06T02:24:01.038 INFO:teuthology.orchestra.run.smithi155.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T02:24:01.038 INFO:teuthology.orchestra.run.smithi155.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T02:24:01.038 INFO:teuthology.orchestra.run.smithi155.stdout:Recommends: thermald 2024-05-06T02:24:01.038 INFO:teuthology.orchestra.run.smithi155.stdout:Description: Generic Linux kernel image 2024-05-06T02:24:01.038 INFO:teuthology.orchestra.run.smithi155.stdout: This package will always depend on the latest generic kernel image 2024-05-06T02:24:01.038 INFO:teuthology.orchestra.run.smithi155.stdout: available. 2024-05-06T02:24:01.038 DEBUG:teuthology.orchestra.run.smithi155:> mktemp 2024-05-06T02:24:01.088 INFO:teuthology.orchestra.run.smithi155.stdout:/tmp/tmp.ifAXJbY6oB 2024-05-06T02:24:01.088 DEBUG:teuthology.orchestra.run.smithi155:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ifAXJbY6oB 2024-05-06T02:24:01.144 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0666 /tmp/tmp.ifAXJbY6oB 2024-05-06T02:24:01.186 INFO:teuthology.orchestra.run.smithi052.stdout:Fetched 110 kB in 1s (203 kB/s) 2024-05-06T02:24:01.274 DEBUG:teuthology.orchestra.remote:smithi155:/tmp/tmp.ifAXJbY6oB is 10KB 2024-05-06T02:24:01.287 DEBUG:teuthology.orchestra.run.smithi155:> rm -fr /tmp/tmp.ifAXJbY6oB 2024-05-06T02:24:01.292 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-06T02:24:01.348 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-05-06T02:24:01.348 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-06T02:24:01.348 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-06T02:24:01.419 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-06T02:24:01.420 DEBUG:teuthology.orchestra.run.smithi155:> sudo update-grub 2024-05-06T02:24:01.862 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2024-05-06T02:24:01.880 DEBUG:teuthology.orchestra.run.smithi172:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T02:24:01.942 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2024-05-06T02:24:02.143 INFO:teuthology.orchestra.run.smithi172.stdout:Building dependency tree... 2024-05-06T02:24:02.143 INFO:teuthology.orchestra.run.smithi172.stdout:Reading state information... 2024-05-06T02:24:02.167 INFO:teuthology.orchestra.run.smithi052.stdout:Reading package lists... 2024-05-06T02:24:02.186 DEBUG:teuthology.orchestra.run.smithi052:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-06T02:24:02.238 INFO:teuthology.orchestra.run.smithi052.stdout:Reading package lists... 2024-05-06T02:24:02.322 INFO:teuthology.orchestra.run.smithi172.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-06T02:24:02.323 INFO:teuthology.orchestra.run.smithi172.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:24:02.323 INFO:teuthology.orchestra.run.smithi172.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:24:02.323 INFO:teuthology.orchestra.run.smithi172.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:24:02.323 INFO:teuthology.orchestra.run.smithi172.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:24:02.323 INFO:teuthology.orchestra.run.smithi172.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T02:24:02.323 INFO:teuthology.orchestra.run.smithi172.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T02:24:02.323 INFO:teuthology.orchestra.run.smithi172.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:24:02.365 INFO:teuthology.orchestra.run.smithi172.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T02:24:02.367 DEBUG:teuthology.orchestra.run.smithi172:> dpkg -s linux-image-generic 2024-05-06T02:24:02.379 INFO:teuthology.orchestra.run.smithi172.stdout:Package: linux-image-generic 2024-05-06T02:24:02.379 INFO:teuthology.orchestra.run.smithi172.stdout:Status: install ok installed 2024-05-06T02:24:02.379 INFO:teuthology.orchestra.run.smithi172.stdout:Priority: optional 2024-05-06T02:24:02.379 INFO:teuthology.orchestra.run.smithi172.stdout:Section: kernel 2024-05-06T02:24:02.379 INFO:teuthology.orchestra.run.smithi172.stdout:Installed-Size: 21 2024-05-06T02:24:02.379 INFO:teuthology.orchestra.run.smithi172.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T02:24:02.379 INFO:teuthology.orchestra.run.smithi172.stdout:Architecture: amd64 2024-05-06T02:24:02.379 INFO:teuthology.orchestra.run.smithi172.stdout:Source: linux-meta 2024-05-06T02:24:02.379 INFO:teuthology.orchestra.run.smithi172.stdout:Version: 5.15.0.105.102 2024-05-06T02:24:02.379 INFO:teuthology.orchestra.run.smithi172.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T02:24:02.380 INFO:teuthology.orchestra.run.smithi172.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T02:24:02.380 INFO:teuthology.orchestra.run.smithi172.stdout:Recommends: thermald 2024-05-06T02:24:02.380 INFO:teuthology.orchestra.run.smithi172.stdout:Description: Generic Linux kernel image 2024-05-06T02:24:02.380 INFO:teuthology.orchestra.run.smithi172.stdout: This package will always depend on the latest generic kernel image 2024-05-06T02:24:02.380 INFO:teuthology.orchestra.run.smithi172.stdout: available. 2024-05-06T02:24:02.380 DEBUG:teuthology.orchestra.run.smithi172:> mktemp 2024-05-06T02:24:02.419 INFO:teuthology.orchestra.run.smithi052.stdout:Building dependency tree... 2024-05-06T02:24:02.419 INFO:teuthology.orchestra.run.smithi052.stdout:Reading state information... 2024-05-06T02:24:02.426 INFO:teuthology.orchestra.run.smithi172.stdout:/tmp/tmp.0PwujeO90u 2024-05-06T02:24:02.427 DEBUG:teuthology.orchestra.run.smithi172:> sudo cp /boot/grub/grub.cfg /tmp/tmp.0PwujeO90u 2024-05-06T02:24:02.481 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 0666 /tmp/tmp.0PwujeO90u 2024-05-06T02:24:02.578 INFO:teuthology.orchestra.run.smithi052.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-06T02:24:02.578 INFO:teuthology.orchestra.run.smithi052.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:24:02.578 INFO:teuthology.orchestra.run.smithi052.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:24:02.578 INFO:teuthology.orchestra.run.smithi052.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:24:02.578 INFO:teuthology.orchestra.run.smithi052.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:24:02.579 INFO:teuthology.orchestra.run.smithi052.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T02:24:02.579 INFO:teuthology.orchestra.run.smithi052.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T02:24:02.579 INFO:teuthology.orchestra.run.smithi052.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:24:02.591 DEBUG:teuthology.orchestra.remote:smithi172:/tmp/tmp.0PwujeO90u is 10KB 2024-05-06T02:24:02.607 DEBUG:teuthology.orchestra.run.smithi172:> rm -fr /tmp/tmp.0PwujeO90u 2024-05-06T02:24:02.613 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-06T02:24:02.620 INFO:teuthology.orchestra.run.smithi052.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-06T02:24:02.622 DEBUG:teuthology.orchestra.run.smithi052:> dpkg -s linux-image-generic 2024-05-06T02:24:02.628 INFO:teuthology.orchestra.run.smithi155.stderr:Sourcing file `/etc/default/grub' 2024-05-06T02:24:02.629 INFO:teuthology.orchestra.run.smithi155.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T02:24:02.632 INFO:teuthology.orchestra.run.smithi155.stderr:Generating grub configuration file ... 2024-05-06T02:24:02.666 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-05-06T02:24:02.666 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-06T02:24:02.666 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-06T02:24:02.678 INFO:teuthology.orchestra.run.smithi052.stdout:Package: linux-image-generic 2024-05-06T02:24:02.678 INFO:teuthology.orchestra.run.smithi052.stdout:Status: install ok installed 2024-05-06T02:24:02.678 INFO:teuthology.orchestra.run.smithi052.stdout:Priority: optional 2024-05-06T02:24:02.678 INFO:teuthology.orchestra.run.smithi052.stdout:Section: kernel 2024-05-06T02:24:02.678 INFO:teuthology.orchestra.run.smithi052.stdout:Installed-Size: 21 2024-05-06T02:24:02.678 INFO:teuthology.orchestra.run.smithi052.stdout:Maintainer: Ubuntu Kernel Team 2024-05-06T02:24:02.678 INFO:teuthology.orchestra.run.smithi052.stdout:Architecture: amd64 2024-05-06T02:24:02.678 INFO:teuthology.orchestra.run.smithi052.stdout:Source: linux-meta 2024-05-06T02:24:02.678 INFO:teuthology.orchestra.run.smithi052.stdout:Version: 5.15.0.105.102 2024-05-06T02:24:02.678 INFO:teuthology.orchestra.run.smithi052.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-06T02:24:02.678 INFO:teuthology.orchestra.run.smithi052.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-06T02:24:02.679 INFO:teuthology.orchestra.run.smithi052.stdout:Recommends: thermald 2024-05-06T02:24:02.679 INFO:teuthology.orchestra.run.smithi052.stdout:Description: Generic Linux kernel image 2024-05-06T02:24:02.679 INFO:teuthology.orchestra.run.smithi052.stdout: This package will always depend on the latest generic kernel image 2024-05-06T02:24:02.679 INFO:teuthology.orchestra.run.smithi052.stdout: available. 2024-05-06T02:24:02.679 DEBUG:teuthology.orchestra.run.smithi052:> mktemp 2024-05-06T02:24:02.723 INFO:teuthology.orchestra.run.smithi052.stdout:/tmp/tmp.HcWb7c3X5J 2024-05-06T02:24:02.723 DEBUG:teuthology.orchestra.run.smithi052:> sudo cp /boot/grub/grub.cfg /tmp/tmp.HcWb7c3X5J 2024-05-06T02:24:02.758 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-06T02:24:02.758 DEBUG:teuthology.orchestra.run.smithi172:> sudo update-grub 2024-05-06T02:24:02.779 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 0666 /tmp/tmp.HcWb7c3X5J 2024-05-06T02:24:02.787 INFO:teuthology.orchestra.run.smithi155.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:24:02.793 INFO:teuthology.orchestra.run.smithi155.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:24:02.896 DEBUG:teuthology.orchestra.remote:smithi052:/tmp/tmp.HcWb7c3X5J is 10KB 2024-05-06T02:24:02.909 DEBUG:teuthology.orchestra.run.smithi052:> rm -fr /tmp/tmp.HcWb7c3X5J 2024-05-06T02:24:02.915 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-06T02:24:02.976 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:24:02.976 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-06T02:24:02.976 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-06T02:24:03.010 INFO:teuthology.orchestra.run.smithi155.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:24:03.015 INFO:teuthology.orchestra.run.smithi155.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T02:24:03.049 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-06T02:24:03.049 DEBUG:teuthology.orchestra.run.smithi052:> sudo update-grub 2024-05-06T02:24:03.053 INFO:teuthology.orchestra.run.smithi155.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T02:24:03.058 INFO:teuthology.orchestra.run.smithi155.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T02:24:03.187 INFO:teuthology.orchestra.run.smithi155.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T02:24:03.188 INFO:teuthology.orchestra.run.smithi155.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T02:24:03.189 INFO:teuthology.orchestra.run.smithi155.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T02:24:03.201 INFO:teuthology.orchestra.run.smithi155.stderr:done 2024-05-06T02:24:03.220 DEBUG:teuthology.orchestra.run.smithi155:> sudo shutdown -r now 2024-05-06T02:24:04.037 INFO:teuthology.orchestra.run.smithi172.stderr:Sourcing file `/etc/default/grub' 2024-05-06T02:24:04.038 INFO:teuthology.orchestra.run.smithi172.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T02:24:04.048 INFO:teuthology.orchestra.run.smithi172.stderr:Generating grub configuration file ... 2024-05-06T02:24:04.275 INFO:teuthology.orchestra.run.smithi172.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:24:04.282 INFO:teuthology.orchestra.run.smithi172.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:24:04.398 INFO:teuthology.orchestra.run.smithi052.stderr:Sourcing file `/etc/default/grub' 2024-05-06T02:24:04.399 INFO:teuthology.orchestra.run.smithi052.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-06T02:24:04.402 INFO:teuthology.orchestra.run.smithi052.stderr:Generating grub configuration file ... 2024-05-06T02:24:04.528 INFO:teuthology.orchestra.run.smithi172.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:24:04.534 INFO:teuthology.orchestra.run.smithi172.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T02:24:04.575 INFO:teuthology.orchestra.run.smithi172.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T02:24:04.580 INFO:teuthology.orchestra.run.smithi172.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T02:24:04.658 INFO:teuthology.orchestra.run.smithi052.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-06T02:24:04.664 INFO:teuthology.orchestra.run.smithi052.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-06T02:24:04.700 INFO:teuthology.orchestra.run.smithi172.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T02:24:04.700 INFO:teuthology.orchestra.run.smithi172.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T02:24:04.700 INFO:teuthology.orchestra.run.smithi172.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T02:24:04.722 INFO:teuthology.orchestra.run.smithi172.stderr:done 2024-05-06T02:24:04.724 DEBUG:teuthology.orchestra.run.smithi172:> sudo shutdown -r now 2024-05-06T02:24:04.992 INFO:teuthology.orchestra.run.smithi052.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-06T02:24:05.068 INFO:teuthology.orchestra.run.smithi052.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-06T02:24:05.068 INFO:teuthology.orchestra.run.smithi052.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-06T02:24:05.068 INFO:teuthology.orchestra.run.smithi052.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-06T02:24:05.185 INFO:teuthology.orchestra.run.smithi052.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-06T02:24:05.185 INFO:teuthology.orchestra.run.smithi052.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-06T02:24:05.186 INFO:teuthology.orchestra.run.smithi052.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-06T02:24:05.208 INFO:teuthology.orchestra.run.smithi052.stderr:done 2024-05-06T02:24:05.217 DEBUG:teuthology.orchestra.run.smithi052:> sudo shutdown -r now 2024-05-06T02:24:33.250 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-06T02:24:33.251 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-05-06T02:24:33.252 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:24:34.728 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-06T02:24:34.728 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-05-06T02:24:34.729 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:24:35.268 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-06T02:24:35.268 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-05-06T02:24:35.269 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:25:07.875 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-05-06T02:25:09.406 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2024-05-06T02:25:16.882 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-05-06T02:25:16.883 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:25:18.409 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-05-06T02:25:18.410 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:25:35.262 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-05-06T02:25:35.271 DEBUG:teuthology.orchestra.remote:timed out 2024-05-06T02:25:44.278 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-05-06T02:25:44.279 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:25:45.315 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.52 2024-05-06T02:25:47.265 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-05-06T02:25:47.266 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:25:47.267 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-05-06T02:25:57.321 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-05-06T02:25:57.322 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:25:57.573 DEBUG:teuthology.orchestra.run.smithi052:> true 2024-05-06T02:25:58.188 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-05-06T02:25:58.188 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-05-06T02:25:58.189 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2024-05-06T02:25:58.235 INFO:teuthology.orchestra.run.smithi052.stdout:5.15.0-105-generic 2024-05-06T02:25:58.235 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-06T02:25:58.235 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-06T02:25:58.235 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-06T02:25:59.236 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-06T02:25:59.236 DEBUG:teuthology.orchestra.run.smithi052:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T02:25:59.320 INFO:teuthology.orchestra.run.smithi052.stdout:ttyS1 2024-05-06T02:25:59.355 DEBUG:teuthology.parallel:result is None 2024-05-06T02:26:02.269 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-05-06T02:26:02.269 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:26:02.733 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-05-06T02:26:03.348 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-05-06T02:26:03.349 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-05-06T02:26:03.349 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-05-06T02:26:03.394 INFO:teuthology.orchestra.run.smithi155.stdout:5.15.0-105-generic 2024-05-06T02:26:03.395 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-06T02:26:03.395 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-06T02:26:03.395 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-06T02:26:04.396 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-06T02:26:04.396 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T02:26:04.757 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2024-05-06T02:26:04.799 DEBUG:teuthology.parallel:result is None 2024-05-06T02:26:18.412 DEBUG:teuthology.orchestra.remote:timed out 2024-05-06T02:26:30.413 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-05-06T02:26:30.414 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:26:31.049 DEBUG:teuthology.orchestra.run.smithi172:> true 2024-05-06T02:26:31.627 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-05-06T02:26:31.627 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-05-06T02:26:31.627 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2024-05-06T02:26:31.675 INFO:teuthology.orchestra.run.smithi172.stdout:5.15.0-105-generic 2024-05-06T02:26:31.675 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-06T02:26:31.675 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-06T02:26:31.675 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-06T02:26:32.676 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-06T02:26:32.676 DEBUG:teuthology.orchestra.run.smithi172:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T02:26:33.018 INFO:teuthology.orchestra.run.smithi172.stdout:ttyS1 2024-05-06T02:26:33.048 DEBUG:teuthology.parallel:result is None 2024-05-06T02:26:33.048 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-06T02:26:33.056 INFO:teuthology.task.internal:Creating test directory... 2024-05-06T02:26:33.056 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T02:26:33.059 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T02:26:33.061 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T02:26:33.067 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-06T02:26:33.073 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-06T02:26:33.079 INFO:teuthology.task.internal:Creating archive directory... 2024-05-06T02:26:33.079 DEBUG:teuthology.orchestra.run.smithi052:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T02:26:33.108 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T02:26:33.110 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T02:26:33.189 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-06T02:26:33.195 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-06T02:26:33.195 DEBUG:teuthology.orchestra.run.smithi052:> 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-06T02:26:33.198 DEBUG:teuthology.orchestra.run.smithi155:> 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-06T02:26:33.200 DEBUG:teuthology.orchestra.run.smithi172:> 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-06T02:26:33.215 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T02:26:33.216 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T02:26:33.223 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T02:26:33.225 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T02:26:33.232 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T02:26:33.240 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T02:26:33.241 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-06T02:26:33.249 INFO:teuthology.task.internal:Configuring sudo... 2024-05-06T02:26:33.249 DEBUG:teuthology.orchestra.run.smithi052:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T02:26:33.271 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T02:26:33.274 DEBUG:teuthology.orchestra.run.smithi172:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T02:26:33.295 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-06T02:26:33.304 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-06T02:26:33.304 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T02:26:33.327 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T02:26:33.329 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T02:26:33.343 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T02:26:33.378 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T02:26:33.427 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:26:33.427 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T02:26:33.486 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T02:26:33.493 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T02:26:33.538 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-05-06T02:26:33.538 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T02:26:33.598 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T02:26:33.605 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T02:26:33.651 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-05-06T02:26:33.651 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T02:26:33.729 DEBUG:teuthology.orchestra.run.smithi052:> sudo service rsyslog restart 2024-05-06T02:26:33.732 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2024-05-06T02:26:33.734 DEBUG:teuthology.orchestra.run.smithi172:> sudo service rsyslog restart 2024-05-06T02:26:33.800 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-06T02:26:33.808 INFO:teuthology.task.internal:Starting timer... 2024-05-06T02:26:33.808 INFO:teuthology.run_tasks:Running task pcp... 2024-05-06T02:26:33.818 INFO:teuthology.run_tasks:Running task selinux... 2024-05-06T02:26:33.827 DEBUG:teuthology.task.selinux:Excluding smithi052: OS 'ubuntu' does not support SELinux 2024-05-06T02:26:33.827 DEBUG:teuthology.task.selinux:Excluding smithi155: OS 'ubuntu' does not support SELinux 2024-05-06T02:26:33.827 DEBUG:teuthology.task.selinux:Excluding smithi172: OS 'ubuntu' does not support SELinux 2024-05-06T02:26:33.827 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-06T02:26:33.828 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-06T02:26:33.828 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-06T02:26:33.828 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-06T02:26:33.837 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-06T02:26:33.853 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-06T02:26:33.854 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi052.front.sepia.ceph.com,smithi155.front.sepia.ceph.com,smithi172.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-06T02:33:43.821 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi052.front.sepia.ceph.com'), Remote(name='ubuntu@smithi155.front.sepia.ceph.com'), Remote(name='ubuntu@smithi172.front.sepia.ceph.com')] 2024-05-06T02:33:43.823 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-05-06T02:33:43.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:33:43.912 DEBUG:teuthology.orchestra.run.smithi052:> true 2024-05-06T02:33:43.995 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-05-06T02:33:43.996 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-05-06T02:33:43.996 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:33:44.076 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-05-06T02:33:44.155 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-05-06T02:33:44.155 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-05-06T02:33:44.156 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T02:33:44.238 DEBUG:teuthology.orchestra.run.smithi172:> true 2024-05-06T02:33:44.314 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-05-06T02:33:44.315 INFO:teuthology.run_tasks:Running task clock... 2024-05-06T02:33:44.326 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-06T02:33:44.326 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T02:33:44.327 DEBUG:teuthology.orchestra.run.smithi052:> 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-06T02:33:44.329 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T02:33:44.329 DEBUG:teuthology.orchestra.run.smithi155:> 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-06T02:33:44.331 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T02:33:44.332 DEBUG:teuthology.orchestra.run.smithi172:> 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-06T02:33:44.357 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-06T02:33:44.357 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: Command line: ntpd -gq 2024-05-06T02:33:44.357 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: ---------------------------------------------------- 2024-05-06T02:33:44.357 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: ntp-4 is maintained by Network Time Foundation, 2024-05-06T02:33:44.357 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-06T02:33:44.357 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: corporation. Support and training for ntp-4 are 2024-05-06T02:33:44.358 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: available at https://www.nwtime.org/support 2024-05-06T02:33:44.358 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: ---------------------------------------------------- 2024-05-06T02:33:44.360 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: proto: precision = 0.069 usec (-24) 2024-05-06T02:33:44.360 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: basedate set to 2022-02-04 2024-05-06T02:33:44.360 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: gps base set to 2022-02-06 (week 2196) 2024-05-06T02:33:44.360 INFO:teuthology.orchestra.run.smithi052.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T02:33:44.360 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-06T02:33:44.361 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: Command line: ntpd -gq 2024-05-06T02:33:44.361 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: ---------------------------------------------------- 2024-05-06T02:33:44.361 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: ntp-4 is maintained by Network Time Foundation, 2024-05-06T02:33:44.361 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-06T02:33:44.361 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: corporation. Support and training for ntp-4 are 2024-05-06T02:33:44.361 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: available at https://www.nwtime.org/support 2024-05-06T02:33:44.361 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: ---------------------------------------------------- 2024-05-06T02:33:44.361 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: proto: precision = 0.058 usec (-24) 2024-05-06T02:33:44.361 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: basedate set to 2022-02-04 2024-05-06T02:33:44.361 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: gps base set to 2022-02-06 (week 2196) 2024-05-06T02:33:44.362 INFO:teuthology.orchestra.run.smithi155.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T02:33:44.362 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T02:33:44.362 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: restrict ::: KOD does nothing without LIMITED. 2024-05-06T02:33:44.363 INFO:teuthology.orchestra.run.smithi052.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-06T02:33:44.363 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T02:33:44.363 INFO:teuthology.orchestra.run.smithi155.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-06T02:33:44.364 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: Listen and drop on 0 v6wildcard [::]:123 2024-05-06T02:33:44.365 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-06T02:33:44.365 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: Listen normally on 2 lo 127.0.0.1:123 2024-05-06T02:33:44.365 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: Listen normally on 3 ens1f0 172.21.15.52:123 2024-05-06T02:33:44.365 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: Listen normally on 4 lo [::1]:123 2024-05-06T02:33:44.365 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15de%4]:123 2024-05-06T02:33:44.365 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:44 ntpd[17135]: Listening on routing socket on fd #22 for interface updates 2024-05-06T02:33:44.365 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: restrict ::: KOD does nothing without LIMITED. 2024-05-06T02:33:44.366 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: Listen and drop on 0 v6wildcard [::]:123 2024-05-06T02:33:44.366 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-06T02:33:44.366 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: Listen normally on 2 lo 127.0.0.1:123 2024-05-06T02:33:44.366 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: Listen normally on 3 enp3s0f1 172.21.15.155:123 2024-05-06T02:33:44.366 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: Listen normally on 4 lo [::1]:123 2024-05-06T02:33:44.366 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6ded%5]:123 2024-05-06T02:33:44.366 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:44 ntpd[17244]: Listening on routing socket on fd #22 for interface updates 2024-05-06T02:33:44.382 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-06T02:33:44.382 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: Command line: ntpd -gq 2024-05-06T02:33:44.383 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: ---------------------------------------------------- 2024-05-06T02:33:44.383 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: ntp-4 is maintained by Network Time Foundation, 2024-05-06T02:33:44.383 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-06T02:33:44.383 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: corporation. Support and training for ntp-4 are 2024-05-06T02:33:44.383 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: available at https://www.nwtime.org/support 2024-05-06T02:33:44.383 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: ---------------------------------------------------- 2024-05-06T02:33:44.384 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: proto: precision = 0.063 usec (-24) 2024-05-06T02:33:44.384 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: basedate set to 2022-02-04 2024-05-06T02:33:44.384 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: gps base set to 2022-02-06 (week 2196) 2024-05-06T02:33:44.384 INFO:teuthology.orchestra.run.smithi172.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T02:33:44.384 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-06T02:33:44.385 INFO:teuthology.orchestra.run.smithi172.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-06T02:33:44.385 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: restrict ::: KOD does nothing without LIMITED. 2024-05-06T02:33:44.386 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: Listen and drop on 0 v6wildcard [::]:123 2024-05-06T02:33:44.386 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-06T02:33:44.386 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: Listen normally on 2 lo 127.0.0.1:123 2024-05-06T02:33:44.386 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: Listen normally on 3 enp3s0f1 172.21.15.172:123 2024-05-06T02:33:44.387 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: Listen normally on 4 lo [::1]:123 2024-05-06T02:33:44.387 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f91%5]:123 2024-05-06T02:33:44.387 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:44 ntpd[17296]: Listening on routing socket on fd #22 for interface updates 2024-05-06T02:33:45.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:45 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:45.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:45 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:45.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:45 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:45.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:45 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:45.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:45 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:45.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:45 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:45.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:45 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:45.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:45 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:45.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:45 ntpd[17296]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:45.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:45 ntpd[17296]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:45.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:45 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:45.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:45 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:45.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:45 ntpd[17296]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:45.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:45 ntpd[17296]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:46.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:46 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:46.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:46 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:46.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:46 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:46.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:46 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:46.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:46 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:46.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:46 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:46.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:46 ntpd[17135]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:46.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:46 ntpd[17135]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:46.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:46 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:46.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:46 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:46.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:46 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:46.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:46 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:46.360 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:46 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:46.360 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:46 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:46.360 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:46 ntpd[17244]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:46.360 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:46 ntpd[17244]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:47.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:47 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:47.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:47 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:47.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:47 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:47.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:47 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:47.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:47 ntpd[17135]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:47.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:47 ntpd[17135]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:47.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:47 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:47.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:47 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:47.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:47 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:47.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:47 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:47.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:47 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:47.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:47 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:47.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:47 ntpd[17296]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:47.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:47 ntpd[17296]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:47.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:47 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:47.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:47 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:47.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:47 ntpd[17296]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:47.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:47 ntpd[17296]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:48.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:48 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:48.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:48 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:48.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:48 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:48.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:48 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:48.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:48 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:48.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:48 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:48.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:48 ntpd[17135]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:48.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:48 ntpd[17135]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:48.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:48 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:48.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:48 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:48.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:48 ntpd[17135]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:48.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:48 ntpd[17135]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:48.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:48 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:48.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:48 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:48.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:48 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:48.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:48 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:48.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:48 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:48.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:48 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:48.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:48 ntpd[17244]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:48.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:48 ntpd[17244]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:48.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:48 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:48.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:48 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:48.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:48 ntpd[17244]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:48.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:48 ntpd[17244]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:49.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:49 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:49.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:49 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:49.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:49 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:49.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:49 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:49.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:49 ntpd[17135]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:49.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:49 ntpd[17135]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:49.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:49 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:49.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:49 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:49.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:49 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:49.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:49 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:49.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:49 ntpd[17244]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:49.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:49 ntpd[17244]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:49.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:49.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:49.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:49.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:49.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:49.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:49.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:49.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:49.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:49.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:49.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:49.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:49.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:49.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:49.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:49.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:49.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:49.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:49 ntpd[17296]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:50.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:50 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:50.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:50 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:50.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:50 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:50.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:50 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:50.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:50 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:50.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:50 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:50.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:50 ntpd[17135]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:50.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:50 ntpd[17135]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:50.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:50 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:50.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:50 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:50.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:50 ntpd[17135]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:50.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:50 ntpd[17135]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:50.360 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:50 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:50.360 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:50 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:50.360 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:50 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:50.360 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:50 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:50.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:50 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:50.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:50 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:50.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:50 ntpd[17244]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:50.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:50 ntpd[17244]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:50.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:50 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:50.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:50 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:50.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:50 ntpd[17244]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:50.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:50 ntpd[17244]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:51.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:51 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:51.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:51 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:51.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:51 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:51.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:51 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:51.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:51 ntpd[17135]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:51.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:51 ntpd[17135]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:51.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:51 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:51.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:51 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:51.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:51 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:51.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:51 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:51.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:51 ntpd[17244]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:51.359 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:51 ntpd[17244]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:51.383 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:51 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:51.383 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:51 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:51.383 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:51 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:51.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:51 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:51.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:51 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:51.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:51 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:51.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:51 ntpd[17296]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:51.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:51 ntpd[17296]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:51.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:51 ntpd[17296]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:51.384 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:51 ntpd[17296]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:51.384 INFO:teuthology.orchestra.run.smithi172.stdout: 6 May 02:33:51 ntpd[17296]: ntpd: time slew -0.002380 s 2024-05-06T02:33:51.384 INFO:teuthology.orchestra.run.smithi172.stdout:ntpd: time slew -0.002380s 2024-05-06T02:33:51.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:51 ntpd[17296]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-06T02:33:51.385 INFO:teuthology.orchestra.run.smithi172.stderr: 6 May 02:33:51 ntpd[17296]: can't open /var/log/ntpstats/loopstats.20240506: Permission denied 2024-05-06T02:33:51.436 INFO:teuthology.orchestra.run.smithi172.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T02:33:51.436 INFO:teuthology.orchestra.run.smithi172.stdout:============================================================================== 2024-05-06T02:33:51.437 INFO:teuthology.orchestra.run.smithi172.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:33:51.437 INFO:teuthology.orchestra.run.smithi172.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:33:51.437 INFO:teuthology.orchestra.run.smithi172.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:33:51.437 INFO:teuthology.orchestra.run.smithi172.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:33:52.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:52 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:52.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:52 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:52.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:52 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:52.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:52 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:52.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:52 ntpd[17135]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:52.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:52 ntpd[17135]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:52.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:52 ntpd[17135]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:52.358 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:52 ntpd[17135]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:52.359 INFO:teuthology.orchestra.run.smithi052.stdout: 6 May 02:33:52 ntpd[17135]: ntpd: time slew -0.000963 s 2024-05-06T02:33:52.359 INFO:teuthology.orchestra.run.smithi052.stdout:ntpd: time slew -0.000963s 2024-05-06T02:33:52.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:52 ntpd[17135]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-06T02:33:52.359 INFO:teuthology.orchestra.run.smithi052.stderr: 6 May 02:33:52 ntpd[17135]: can't open /var/log/ntpstats/loopstats.20240506: Permission denied 2024-05-06T02:33:52.360 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:52 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:52.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:52 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:52.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:52 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:52.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:52 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:52.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:52 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:52.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:52 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:52.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:52 ntpd[17244]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:52.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:52 ntpd[17244]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:52.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:52 ntpd[17244]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-06T02:33:52.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:52 ntpd[17244]: can't open /var/log/ntpstats/rawstats.20240506: Permission denied 2024-05-06T02:33:52.361 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:52 ntpd[17244]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-06T02:33:52.362 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:52 ntpd[17244]: can't open /var/log/ntpstats/peerstats.20240506: Permission denied 2024-05-06T02:33:52.362 INFO:teuthology.orchestra.run.smithi155.stdout: 6 May 02:33:52 ntpd[17244]: ntpd: time slew -0.000729 s 2024-05-06T02:33:52.362 INFO:teuthology.orchestra.run.smithi155.stdout:ntpd: time slew -0.000729s 2024-05-06T02:33:52.362 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:52 ntpd[17244]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-06T02:33:52.362 INFO:teuthology.orchestra.run.smithi155.stderr: 6 May 02:33:52 ntpd[17244]: can't open /var/log/ntpstats/loopstats.20240506: Permission denied 2024-05-06T02:33:52.407 INFO:teuthology.orchestra.run.smithi155.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T02:33:52.407 INFO:teuthology.orchestra.run.smithi155.stdout:============================================================================== 2024-05-06T02:33:52.407 INFO:teuthology.orchestra.run.smithi155.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:33:52.408 INFO:teuthology.orchestra.run.smithi155.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:33:52.408 INFO:teuthology.orchestra.run.smithi155.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:33:52.408 INFO:teuthology.orchestra.run.smithi155.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:33:52.411 INFO:teuthology.orchestra.run.smithi052.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T02:33:52.411 INFO:teuthology.orchestra.run.smithi052.stdout:============================================================================== 2024-05-06T02:33:52.411 INFO:teuthology.orchestra.run.smithi052.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:33:52.411 INFO:teuthology.orchestra.run.smithi052.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:33:52.411 INFO:teuthology.orchestra.run.smithi052.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:33:52.411 INFO:teuthology.orchestra.run.smithi052.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-06T02:33:52.411 INFO:teuthology.run_tasks:Running task install... 2024-05-06T02:33:52.420 DEBUG:teuthology.task.install:project ceph 2024-05-06T02:33:52.420 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'}} 2024-05-06T02:33:52.421 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'} 2024-05-06T02:33:52.421 INFO:teuthology.task.install:Using flavor: default 2024-05-06T02:33:52.427 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-06T02:33:52.427 INFO:teuthology.task.install:extra packages: [] 2024-05-06T02:33:52.428 DEBUG:teuthology.orchestra.run.smithi052:> sudo apt-key list | grep Ceph 2024-05-06T02:33:52.428 DEBUG:teuthology.orchestra.run.smithi155:> sudo apt-key list | grep Ceph 2024-05-06T02:33:52.428 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-key list | grep Ceph 2024-05-06T02:33:52.491 INFO:teuthology.orchestra.run.smithi172.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-06T02:33:52.506 INFO:teuthology.orchestra.run.smithi155.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-06T02:33:52.506 INFO:teuthology.orchestra.run.smithi052.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-06T02:33:52.518 INFO:teuthology.orchestra.run.smithi172.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-06T02:33:52.518 INFO:teuthology.orchestra.run.smithi172.stdout:uid [ unknown] Ceph.com (release key) 2024-05-06T02:33:52.519 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-05-06T02:33:52.520 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:33:52.533 INFO:teuthology.orchestra.run.smithi155.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-06T02:33:52.533 INFO:teuthology.orchestra.run.smithi155.stdout:uid [ unknown] Ceph.com (release key) 2024-05-06T02:33:52.533 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-06T02:33:52.533 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:33:52.537 INFO:teuthology.orchestra.run.smithi052.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-06T02:33:52.537 INFO:teuthology.orchestra.run.smithi052.stdout:uid [ unknown] Ceph.com (release key) 2024-05-06T02:33:52.537 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-06T02:33:52.537 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:33:52.680 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/ 2024-05-06T02:33:52.680 INFO:teuthology.task.install.deb:Package version is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:33:52.788 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-05-06T02:33:52.788 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-06T02:33:52.802 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get update 2024-05-06T02:33:52.861 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/ 2024-05-06T02:33:52.861 INFO:teuthology.task.install.deb:Package version is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:33:52.866 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/ 2024-05-06T02:33:52.866 INFO:teuthology.task.install.deb:Package version is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:33:52.972 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:33:52.972 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-06T02:33:52.986 DEBUG:teuthology.orchestra.run.smithi052:> sudo apt-get update 2024-05-06T02:33:53.028 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:33:53.066 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T02:33:53.066 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T02:33:53.117 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T02:33:53.122 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-05-06T02:33:53.122 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-06T02:33:53.135 DEBUG:teuthology.orchestra.run.smithi155:> sudo apt-get update 2024-05-06T02:33:53.192 INFO:teuthology.orchestra.run.smithi172.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy InRelease 2024-05-06T02:33:53.220 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:33:53.267 INFO:teuthology.orchestra.run.smithi172.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-06T02:33:53.267 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T02:33:53.279 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T02:33:53.296 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T02:33:53.316 INFO:teuthology.orchestra.run.smithi172.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-06T02:33:53.330 INFO:teuthology.orchestra.run.smithi155.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-06T02:33:53.361 INFO:teuthology.orchestra.run.smithi172.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,399 B] 2024-05-06T02:33:53.362 INFO:teuthology.orchestra.run.smithi052.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy InRelease 2024-05-06T02:33:53.408 INFO:teuthology.orchestra.run.smithi052.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-06T02:33:53.415 INFO:teuthology.orchestra.run.smithi172.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-06T02:33:53.419 INFO:teuthology.orchestra.run.smithi155.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-06T02:33:53.456 INFO:teuthology.orchestra.run.smithi155.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy InRelease 2024-05-06T02:33:53.458 INFO:teuthology.orchestra.run.smithi052.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-06T02:33:53.495 INFO:teuthology.orchestra.run.smithi052.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-06T02:33:53.496 INFO:teuthology.orchestra.run.smithi155.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-06T02:33:53.501 INFO:teuthology.orchestra.run.smithi155.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-06T02:33:53.501 INFO:teuthology.orchestra.run.smithi172.stdout:Fetched 29.2 kB in 1s (57.4 kB/s) 2024-05-06T02:33:53.533 INFO:teuthology.orchestra.run.smithi155.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-06T02:33:53.537 INFO:teuthology.orchestra.run.smithi052.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,399 B] 2024-05-06T02:33:53.569 INFO:teuthology.orchestra.run.smithi155.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-06T02:33:53.582 INFO:teuthology.orchestra.run.smithi155.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-06T02:33:53.611 INFO:teuthology.orchestra.run.smithi052.stdout:Fetched 29.2 kB in 0s (66.0 kB/s) 2024-05-06T02:33:53.612 INFO:teuthology.orchestra.run.smithi155.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,399 B] 2024-05-06T02:33:53.722 INFO:teuthology.orchestra.run.smithi155.stdout:Fetched 29.2 kB in 0s (71.3 kB/s) 2024-05-06T02:33:54.425 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2024-05-06T02:33:54.442 DEBUG:teuthology.orchestra.run.smithi172:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3516-ge08cbbf6-1jammy cephadm=19.0.0-3516-ge08cbbf6-1jammy ceph-mds=19.0.0-3516-ge08cbbf6-1jammy ceph-mgr=19.0.0-3516-ge08cbbf6-1jammy ceph-common=19.0.0-3516-ge08cbbf6-1jammy ceph-fuse=19.0.0-3516-ge08cbbf6-1jammy ceph-test=19.0.0-3516-ge08cbbf6-1jammy ceph-volume=19.0.0-3516-ge08cbbf6-1jammy radosgw=19.0.0-3516-ge08cbbf6-1jammy python3-rados=19.0.0-3516-ge08cbbf6-1jammy python3-rgw=19.0.0-3516-ge08cbbf6-1jammy python3-cephfs=19.0.0-3516-ge08cbbf6-1jammy python3-rbd=19.0.0-3516-ge08cbbf6-1jammy libcephfs2=19.0.0-3516-ge08cbbf6-1jammy libcephfs-dev=19.0.0-3516-ge08cbbf6-1jammy librados2=19.0.0-3516-ge08cbbf6-1jammy librbd1=19.0.0-3516-ge08cbbf6-1jammy rbd-fuse=19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:33:54.494 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2024-05-06T02:33:54.590 INFO:teuthology.orchestra.run.smithi052.stdout:Reading package lists... 2024-05-06T02:33:54.607 DEBUG:teuthology.orchestra.run.smithi052:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3516-ge08cbbf6-1jammy cephadm=19.0.0-3516-ge08cbbf6-1jammy ceph-mds=19.0.0-3516-ge08cbbf6-1jammy ceph-mgr=19.0.0-3516-ge08cbbf6-1jammy ceph-common=19.0.0-3516-ge08cbbf6-1jammy ceph-fuse=19.0.0-3516-ge08cbbf6-1jammy ceph-test=19.0.0-3516-ge08cbbf6-1jammy ceph-volume=19.0.0-3516-ge08cbbf6-1jammy radosgw=19.0.0-3516-ge08cbbf6-1jammy python3-rados=19.0.0-3516-ge08cbbf6-1jammy python3-rgw=19.0.0-3516-ge08cbbf6-1jammy python3-cephfs=19.0.0-3516-ge08cbbf6-1jammy python3-rbd=19.0.0-3516-ge08cbbf6-1jammy libcephfs2=19.0.0-3516-ge08cbbf6-1jammy libcephfs-dev=19.0.0-3516-ge08cbbf6-1jammy librados2=19.0.0-3516-ge08cbbf6-1jammy librbd1=19.0.0-3516-ge08cbbf6-1jammy rbd-fuse=19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:33:54.660 INFO:teuthology.orchestra.run.smithi052.stdout:Reading package lists... 2024-05-06T02:33:54.679 INFO:teuthology.orchestra.run.smithi172.stdout:Building dependency tree... 2024-05-06T02:33:54.680 INFO:teuthology.orchestra.run.smithi172.stdout:Reading state information... 2024-05-06T02:33:54.695 INFO:teuthology.orchestra.run.smithi155.stdout:Reading package lists... 2024-05-06T02:33:54.710 DEBUG:teuthology.orchestra.run.smithi155:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3516-ge08cbbf6-1jammy cephadm=19.0.0-3516-ge08cbbf6-1jammy ceph-mds=19.0.0-3516-ge08cbbf6-1jammy ceph-mgr=19.0.0-3516-ge08cbbf6-1jammy ceph-common=19.0.0-3516-ge08cbbf6-1jammy ceph-fuse=19.0.0-3516-ge08cbbf6-1jammy ceph-test=19.0.0-3516-ge08cbbf6-1jammy ceph-volume=19.0.0-3516-ge08cbbf6-1jammy radosgw=19.0.0-3516-ge08cbbf6-1jammy python3-rados=19.0.0-3516-ge08cbbf6-1jammy python3-rgw=19.0.0-3516-ge08cbbf6-1jammy python3-cephfs=19.0.0-3516-ge08cbbf6-1jammy python3-rbd=19.0.0-3516-ge08cbbf6-1jammy libcephfs2=19.0.0-3516-ge08cbbf6-1jammy libcephfs-dev=19.0.0-3516-ge08cbbf6-1jammy librados2=19.0.0-3516-ge08cbbf6-1jammy librbd1=19.0.0-3516-ge08cbbf6-1jammy rbd-fuse=19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:33:54.761 INFO:teuthology.orchestra.run.smithi155.stdout:Reading package lists... 2024-05-06T02:33:54.839 INFO:teuthology.orchestra.run.smithi052.stdout:Building dependency tree... 2024-05-06T02:33:54.840 INFO:teuthology.orchestra.run.smithi052.stdout:Reading state information... 2024-05-06T02:33:54.857 INFO:teuthology.orchestra.run.smithi172.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:33:54.858 INFO:teuthology.orchestra.run.smithi172.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:33:54.858 INFO:teuthology.orchestra.run.smithi172.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:33:54.858 INFO:teuthology.orchestra.run.smithi172.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:33:54.858 INFO:teuthology.orchestra.run.smithi172.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T02:33:54.858 INFO:teuthology.orchestra.run.smithi172.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T02:33:54.858 INFO:teuthology.orchestra.run.smithi172.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:33:54.859 INFO:teuthology.orchestra.run.smithi172.stdout:The following additional packages will be installed: 2024-05-06T02:33:54.859 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-06T02:33:54.859 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-06T02:33:54.860 INFO:teuthology.orchestra.run.smithi172.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-06T02:33:54.860 INFO:teuthology.orchestra.run.smithi172.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-06T02:33:54.861 INFO:teuthology.orchestra.run.smithi172.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-06T02:33:54.862 INFO:teuthology.orchestra.run.smithi172.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-06T02:33:54.862 INFO:teuthology.orchestra.run.smithi172.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-06T02:33:54.862 INFO:teuthology.orchestra.run.smithi172.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-06T02:33:54.862 INFO:teuthology.orchestra.run.smithi172.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-06T02:33:54.862 INFO:teuthology.orchestra.run.smithi172.stdout: xmlstarlet zip 2024-05-06T02:33:54.862 INFO:teuthology.orchestra.run.smithi172.stdout:Suggested packages: 2024-05-06T02:33:54.862 INFO:teuthology.orchestra.run.smithi172.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-06T02:33:54.862 INFO:teuthology.orchestra.run.smithi172.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-06T02:33:54.862 INFO:teuthology.orchestra.run.smithi172.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-06T02:33:54.863 INFO:teuthology.orchestra.run.smithi172.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-06T02:33:54.863 INFO:teuthology.orchestra.run.smithi172.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-06T02:33:54.863 INFO:teuthology.orchestra.run.smithi172.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-06T02:33:54.863 INFO:teuthology.orchestra.run.smithi172.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-06T02:33:54.863 INFO:teuthology.orchestra.run.smithi172.stdout:Recommended packages: 2024-05-06T02:33:54.863 INFO:teuthology.orchestra.run.smithi172.stdout: btrfs-tools 2024-05-06T02:33:54.938 INFO:teuthology.orchestra.run.smithi155.stdout:Building dependency tree... 2024-05-06T02:33:54.939 INFO:teuthology.orchestra.run.smithi155.stdout:Reading state information... 2024-05-06T02:33:54.961 INFO:teuthology.orchestra.run.smithi172.stdout:The following NEW packages will be installed: 2024-05-06T02:33:54.961 INFO:teuthology.orchestra.run.smithi172.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-06T02:33:54.961 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-06T02:33:54.961 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-06T02:33:54.961 INFO:teuthology.orchestra.run.smithi172.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-06T02:33:54.961 INFO:teuthology.orchestra.run.smithi172.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-06T02:33:54.961 INFO:teuthology.orchestra.run.smithi172.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-06T02:33:54.963 INFO:teuthology.orchestra.run.smithi172.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-06T02:33:54.963 INFO:teuthology.orchestra.run.smithi172.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-06T02:33:54.963 INFO:teuthology.orchestra.run.smithi172.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-06T02:33:54.963 INFO:teuthology.orchestra.run.smithi172.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-06T02:33:54.963 INFO:teuthology.orchestra.run.smithi172.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-06T02:33:54.963 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T02:33:54.963 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T02:33:54.963 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T02:33:54.963 INFO:teuthology.orchestra.run.smithi172.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T02:33:54.963 INFO:teuthology.orchestra.run.smithi172.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T02:33:54.963 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T02:33:54.963 INFO:teuthology.orchestra.run.smithi172.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T02:33:54.963 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-06T02:33:54.964 INFO:teuthology.orchestra.run.smithi172.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-06T02:33:54.964 INFO:teuthology.orchestra.run.smithi172.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-06T02:33:54.964 INFO:teuthology.orchestra.run.smithi172.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-06T02:33:54.964 INFO:teuthology.orchestra.run.smithi172.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-06T02:33:54.964 INFO:teuthology.orchestra.run.smithi172.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-06T02:33:54.964 INFO:teuthology.orchestra.run.smithi172.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-06T02:33:54.964 INFO:teuthology.orchestra.run.smithi172.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-06T02:33:55.019 INFO:teuthology.orchestra.run.smithi052.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:33:55.020 INFO:teuthology.orchestra.run.smithi052.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:33:55.020 INFO:teuthology.orchestra.run.smithi052.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:33:55.020 INFO:teuthology.orchestra.run.smithi052.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:33:55.020 INFO:teuthology.orchestra.run.smithi052.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T02:33:55.022 INFO:teuthology.orchestra.run.smithi052.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T02:33:55.022 INFO:teuthology.orchestra.run.smithi052.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:33:55.022 INFO:teuthology.orchestra.run.smithi052.stdout:The following additional packages will be installed: 2024-05-06T02:33:55.022 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-06T02:33:55.022 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-06T02:33:55.022 INFO:teuthology.orchestra.run.smithi052.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-06T02:33:55.022 INFO:teuthology.orchestra.run.smithi052.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-06T02:33:55.022 INFO:teuthology.orchestra.run.smithi052.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-06T02:33:55.022 INFO:teuthology.orchestra.run.smithi052.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-06T02:33:55.022 INFO:teuthology.orchestra.run.smithi052.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-06T02:33:55.023 INFO:teuthology.orchestra.run.smithi052.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-06T02:33:55.023 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-06T02:33:55.023 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T02:33:55.023 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T02:33:55.023 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T02:33:55.023 INFO:teuthology.orchestra.run.smithi052.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T02:33:55.023 INFO:teuthology.orchestra.run.smithi052.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T02:33:55.023 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T02:33:55.023 INFO:teuthology.orchestra.run.smithi052.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T02:33:55.023 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-06T02:33:55.023 INFO:teuthology.orchestra.run.smithi052.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-06T02:33:55.023 INFO:teuthology.orchestra.run.smithi052.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-06T02:33:55.023 INFO:teuthology.orchestra.run.smithi052.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-06T02:33:55.023 INFO:teuthology.orchestra.run.smithi052.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-06T02:33:55.024 INFO:teuthology.orchestra.run.smithi052.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-06T02:33:55.024 INFO:teuthology.orchestra.run.smithi052.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-06T02:33:55.024 INFO:teuthology.orchestra.run.smithi052.stdout: xmlstarlet zip 2024-05-06T02:33:55.024 INFO:teuthology.orchestra.run.smithi052.stdout:Suggested packages: 2024-05-06T02:33:55.024 INFO:teuthology.orchestra.run.smithi052.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-06T02:33:55.024 INFO:teuthology.orchestra.run.smithi052.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-06T02:33:55.024 INFO:teuthology.orchestra.run.smithi052.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-06T02:33:55.024 INFO:teuthology.orchestra.run.smithi052.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-06T02:33:55.025 INFO:teuthology.orchestra.run.smithi052.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-06T02:33:55.025 INFO:teuthology.orchestra.run.smithi052.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-06T02:33:55.025 INFO:teuthology.orchestra.run.smithi052.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-06T02:33:55.025 INFO:teuthology.orchestra.run.smithi052.stdout:Recommended packages: 2024-05-06T02:33:55.025 INFO:teuthology.orchestra.run.smithi052.stdout: btrfs-tools 2024-05-06T02:33:55.103 INFO:teuthology.orchestra.run.smithi172.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-06T02:33:55.103 INFO:teuthology.orchestra.run.smithi172.stdout:Need to get 181 MB of archives. 2024-05-06T02:33:55.103 INFO:teuthology.orchestra.run.smithi172.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-06T02:33:55.103 INFO:teuthology.orchestra.run.smithi172.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,555 kB] 2024-05-06T02:33:55.110 INFO:teuthology.orchestra.run.smithi155.stdout:The following packages were automatically installed and are no longer required: 2024-05-06T02:33:55.110 INFO:teuthology.orchestra.run.smithi155.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-06T02:33:55.110 INFO:teuthology.orchestra.run.smithi155.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-06T02:33:55.111 INFO:teuthology.orchestra.run.smithi155.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-06T02:33:55.111 INFO:teuthology.orchestra.run.smithi155.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-06T02:33:55.112 INFO:teuthology.orchestra.run.smithi155.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-06T02:33:55.112 INFO:teuthology.orchestra.run.smithi155.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-06T02:33:55.112 INFO:teuthology.orchestra.run.smithi155.stdout:The following additional packages will be installed: 2024-05-06T02:33:55.112 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-06T02:33:55.112 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-06T02:33:55.112 INFO:teuthology.orchestra.run.smithi155.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-06T02:33:55.112 INFO:teuthology.orchestra.run.smithi155.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-06T02:33:55.113 INFO:teuthology.orchestra.run.smithi155.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-06T02:33:55.113 INFO:teuthology.orchestra.run.smithi155.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-06T02:33:55.113 INFO:teuthology.orchestra.run.smithi155.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-06T02:33:55.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-06T02:33:55.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-06T02:33:55.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T02:33:55.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T02:33:55.114 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T02:33:55.114 INFO:teuthology.orchestra.run.smithi155.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T02:33:55.114 INFO:teuthology.orchestra.run.smithi155.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T02:33:55.114 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T02:33:55.114 INFO:teuthology.orchestra.run.smithi155.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T02:33:55.114 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-06T02:33:55.114 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-06T02:33:55.114 INFO:teuthology.orchestra.run.smithi155.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-06T02:33:55.114 INFO:teuthology.orchestra.run.smithi155.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-06T02:33:55.114 INFO:teuthology.orchestra.run.smithi155.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-06T02:33:55.114 INFO:teuthology.orchestra.run.smithi155.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-06T02:33:55.114 INFO:teuthology.orchestra.run.smithi155.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-06T02:33:55.114 INFO:teuthology.orchestra.run.smithi155.stdout: xmlstarlet zip 2024-05-06T02:33:55.115 INFO:teuthology.orchestra.run.smithi155.stdout:Suggested packages: 2024-05-06T02:33:55.115 INFO:teuthology.orchestra.run.smithi155.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-06T02:33:55.115 INFO:teuthology.orchestra.run.smithi155.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-06T02:33:55.115 INFO:teuthology.orchestra.run.smithi155.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-06T02:33:55.115 INFO:teuthology.orchestra.run.smithi155.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-06T02:33:55.115 INFO:teuthology.orchestra.run.smithi155.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-06T02:33:55.115 INFO:teuthology.orchestra.run.smithi155.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-06T02:33:55.115 INFO:teuthology.orchestra.run.smithi155.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-06T02:33:55.115 INFO:teuthology.orchestra.run.smithi155.stdout:Recommended packages: 2024-05-06T02:33:55.115 INFO:teuthology.orchestra.run.smithi155.stdout: btrfs-tools 2024-05-06T02:33:55.124 INFO:teuthology.orchestra.run.smithi052.stdout:The following NEW packages will be installed: 2024-05-06T02:33:55.124 INFO:teuthology.orchestra.run.smithi052.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-06T02:33:55.124 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-06T02:33:55.124 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-06T02:33:55.124 INFO:teuthology.orchestra.run.smithi052.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-06T02:33:55.124 INFO:teuthology.orchestra.run.smithi052.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-06T02:33:55.124 INFO:teuthology.orchestra.run.smithi052.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-06T02:33:55.126 INFO:teuthology.orchestra.run.smithi052.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-06T02:33:55.126 INFO:teuthology.orchestra.run.smithi052.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-06T02:33:55.126 INFO:teuthology.orchestra.run.smithi052.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-06T02:33:55.126 INFO:teuthology.orchestra.run.smithi052.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-06T02:33:55.126 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-06T02:33:55.126 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T02:33:55.126 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T02:33:55.126 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T02:33:55.126 INFO:teuthology.orchestra.run.smithi052.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T02:33:55.126 INFO:teuthology.orchestra.run.smithi052.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T02:33:55.126 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T02:33:55.126 INFO:teuthology.orchestra.run.smithi052.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T02:33:55.126 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-06T02:33:55.127 INFO:teuthology.orchestra.run.smithi052.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-06T02:33:55.127 INFO:teuthology.orchestra.run.smithi052.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-06T02:33:55.127 INFO:teuthology.orchestra.run.smithi052.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-06T02:33:55.127 INFO:teuthology.orchestra.run.smithi052.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-06T02:33:55.127 INFO:teuthology.orchestra.run.smithi052.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-06T02:33:55.127 INFO:teuthology.orchestra.run.smithi052.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-06T02:33:55.127 INFO:teuthology.orchestra.run.smithi052.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-06T02:33:55.214 INFO:teuthology.orchestra.run.smithi155.stdout:The following NEW packages will be installed: 2024-05-06T02:33:55.214 INFO:teuthology.orchestra.run.smithi155.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-06T02:33:55.214 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-06T02:33:55.214 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-06T02:33:55.214 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-06T02:33:55.214 INFO:teuthology.orchestra.run.smithi155.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-06T02:33:55.214 INFO:teuthology.orchestra.run.smithi155.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-06T02:33:55.215 INFO:teuthology.orchestra.run.smithi155.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-06T02:33:55.215 INFO:teuthology.orchestra.run.smithi155.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-06T02:33:55.215 INFO:teuthology.orchestra.run.smithi155.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-06T02:33:55.216 INFO:teuthology.orchestra.run.smithi155.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-06T02:33:55.216 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-06T02:33:55.216 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-06T02:33:55.216 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-06T02:33:55.216 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-06T02:33:55.216 INFO:teuthology.orchestra.run.smithi155.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-06T02:33:55.216 INFO:teuthology.orchestra.run.smithi155.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-06T02:33:55.216 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-06T02:33:55.216 INFO:teuthology.orchestra.run.smithi155.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-06T02:33:55.216 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-06T02:33:55.216 INFO:teuthology.orchestra.run.smithi155.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-06T02:33:55.216 INFO:teuthology.orchestra.run.smithi155.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-06T02:33:55.216 INFO:teuthology.orchestra.run.smithi155.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-06T02:33:55.216 INFO:teuthology.orchestra.run.smithi155.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-06T02:33:55.217 INFO:teuthology.orchestra.run.smithi155.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-06T02:33:55.217 INFO:teuthology.orchestra.run.smithi155.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-06T02:33:55.217 INFO:teuthology.orchestra.run.smithi155.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-06T02:33:55.303 INFO:teuthology.orchestra.run.smithi052.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-06T02:33:55.303 INFO:teuthology.orchestra.run.smithi052.stdout:Need to get 181 MB of archives. 2024-05-06T02:33:55.303 INFO:teuthology.orchestra.run.smithi052.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-06T02:33:55.303 INFO:teuthology.orchestra.run.smithi052.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,555 kB] 2024-05-06T02:33:55.312 INFO:teuthology.orchestra.run.smithi052.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-06T02:33:55.327 INFO:teuthology.orchestra.run.smithi172.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,224 kB] 2024-05-06T02:33:55.404 INFO:teuthology.orchestra.run.smithi155.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-06T02:33:55.404 INFO:teuthology.orchestra.run.smithi155.stdout:Need to get 181 MB of archives. 2024-05-06T02:33:55.404 INFO:teuthology.orchestra.run.smithi155.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-06T02:33:55.405 INFO:teuthology.orchestra.run.smithi155.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-06T02:33:55.436 INFO:teuthology.orchestra.run.smithi172.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3516-ge08cbbf6-1jammy [714 kB] 2024-05-06T02:33:55.458 INFO:teuthology.orchestra.run.smithi172.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3516-ge08cbbf6-1jammy [356 kB] 2024-05-06T02:33:55.470 INFO:teuthology.orchestra.run.smithi172.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3516-ge08cbbf6-1jammy [32.8 kB] 2024-05-06T02:33:55.472 INFO:teuthology.orchestra.run.smithi172.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3516-ge08cbbf6-1jammy [180 kB] 2024-05-06T02:33:55.477 INFO:teuthology.orchestra.run.smithi172.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3516-ge08cbbf6-1jammy [67.4 kB] 2024-05-06T02:33:55.479 INFO:teuthology.orchestra.run.smithi172.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3516-ge08cbbf6-1jammy [330 kB] 2024-05-06T02:33:55.490 INFO:teuthology.orchestra.run.smithi155.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,555 kB] 2024-05-06T02:33:55.498 INFO:teuthology.orchestra.run.smithi172.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3516-ge08cbbf6-1jammy [6,894 kB] 2024-05-06T02:33:55.650 INFO:teuthology.orchestra.run.smithi172.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-06T02:33:55.738 INFO:teuthology.orchestra.run.smithi052.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-06T02:33:55.758 INFO:teuthology.orchestra.run.smithi172.stdout:Get:11 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3516-ge08cbbf6-1jammy [112 kB] 2024-05-06T02:33:55.760 INFO:teuthology.orchestra.run.smithi172.stdout:Get:12 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3516-ge08cbbf6-1jammy [466 kB] 2024-05-06T02:33:55.765 INFO:teuthology.orchestra.run.smithi052.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-06T02:33:55.786 INFO:teuthology.orchestra.run.smithi172.stdout:Get:13 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3516-ge08cbbf6-1jammy [25.8 MB] 2024-05-06T02:33:55.833 INFO:teuthology.orchestra.run.smithi155.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-06T02:33:55.846 INFO:teuthology.orchestra.run.smithi155.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-06T02:33:55.871 INFO:teuthology.orchestra.run.smithi052.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-06T02:33:55.927 INFO:teuthology.orchestra.run.smithi155.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-06T02:33:56.075 INFO:teuthology.orchestra.run.smithi172.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-06T02:33:56.090 INFO:teuthology.orchestra.run.smithi172.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-06T02:33:56.140 INFO:teuthology.orchestra.run.smithi052.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-06T02:33:56.153 INFO:teuthology.orchestra.run.smithi052.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-06T02:33:56.156 INFO:teuthology.orchestra.run.smithi155.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-06T02:33:56.168 INFO:teuthology.orchestra.run.smithi155.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-06T02:33:56.173 INFO:teuthology.orchestra.run.smithi172.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-06T02:33:56.185 INFO:teuthology.orchestra.run.smithi052.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-06T02:33:56.197 INFO:teuthology.orchestra.run.smithi052.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-06T02:33:56.198 INFO:teuthology.orchestra.run.smithi052.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-06T02:33:56.198 INFO:teuthology.orchestra.run.smithi155.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-06T02:33:56.200 INFO:teuthology.orchestra.run.smithi052.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-06T02:33:56.208 INFO:teuthology.orchestra.run.smithi155.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-06T02:33:56.209 INFO:teuthology.orchestra.run.smithi155.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-06T02:33:56.210 INFO:teuthology.orchestra.run.smithi155.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-06T02:33:56.221 INFO:teuthology.orchestra.run.smithi052.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-06T02:33:56.228 INFO:teuthology.orchestra.run.smithi155.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-06T02:33:56.305 INFO:teuthology.orchestra.run.smithi052.stdout:Get:13 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,224 kB] 2024-05-06T02:33:56.391 INFO:teuthology.orchestra.run.smithi052.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-06T02:33:56.401 INFO:teuthology.orchestra.run.smithi155.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-06T02:33:56.519 INFO:teuthology.orchestra.run.smithi172.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-06T02:33:56.531 INFO:teuthology.orchestra.run.smithi172.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-06T02:33:56.569 INFO:teuthology.orchestra.run.smithi172.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-06T02:33:56.580 INFO:teuthology.orchestra.run.smithi172.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-06T02:33:56.581 INFO:teuthology.orchestra.run.smithi172.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-06T02:33:56.585 INFO:teuthology.orchestra.run.smithi172.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-06T02:33:56.610 INFO:teuthology.orchestra.run.smithi172.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-06T02:33:56.779 INFO:teuthology.orchestra.run.smithi172.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-06T02:33:56.811 INFO:teuthology.orchestra.run.smithi155.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-06T02:33:56.815 INFO:teuthology.orchestra.run.smithi052.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-06T02:33:56.844 INFO:teuthology.orchestra.run.smithi155.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-06T02:33:56.846 INFO:teuthology.orchestra.run.smithi155.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-06T02:33:56.864 INFO:teuthology.orchestra.run.smithi052.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-06T02:33:56.866 INFO:teuthology.orchestra.run.smithi052.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-06T02:33:56.916 INFO:teuthology.orchestra.run.smithi172.stdout:Get:25 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3516-ge08cbbf6-1jammy [5,095 kB] 2024-05-06T02:33:56.925 INFO:teuthology.orchestra.run.smithi155.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-06T02:33:56.954 INFO:teuthology.orchestra.run.smithi052.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-06T02:33:56.977 INFO:teuthology.orchestra.run.smithi155.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-06T02:33:56.996 INFO:teuthology.orchestra.run.smithi052.stdout:Get:19 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3516-ge08cbbf6-1jammy [714 kB] 2024-05-06T02:33:56.999 INFO:teuthology.orchestra.run.smithi155.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-06T02:33:57.006 INFO:teuthology.orchestra.run.smithi155.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-06T02:33:57.006 INFO:teuthology.orchestra.run.smithi155.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-06T02:33:57.010 INFO:teuthology.orchestra.run.smithi052.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-06T02:33:57.018 INFO:teuthology.orchestra.run.smithi155.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-06T02:33:57.019 INFO:teuthology.orchestra.run.smithi155.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-06T02:33:57.046 INFO:teuthology.orchestra.run.smithi052.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-06T02:33:57.053 INFO:teuthology.orchestra.run.smithi052.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-06T02:33:57.054 INFO:teuthology.orchestra.run.smithi052.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-06T02:33:57.059 INFO:teuthology.orchestra.run.smithi172.stdout:Get:26 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3516-ge08cbbf6-1jammy [244 kB] 2024-05-06T02:33:57.066 INFO:teuthology.orchestra.run.smithi172.stdout:Get:27 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T02:33:57.070 INFO:teuthology.orchestra.run.smithi172.stdout:Get:28 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3516-ge08cbbf6-1jammy [1,544 kB] 2024-05-06T02:33:57.071 INFO:teuthology.orchestra.run.smithi052.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-06T02:33:57.071 INFO:teuthology.orchestra.run.smithi052.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-06T02:33:57.132 INFO:teuthology.orchestra.run.smithi172.stdout:Get:29 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3516-ge08cbbf6-1jammy [6,259 kB] 2024-05-06T02:33:57.184 INFO:teuthology.orchestra.run.smithi155.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-06T02:33:57.189 INFO:teuthology.orchestra.run.smithi172.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-06T02:33:57.201 INFO:teuthology.orchestra.run.smithi052.stdout:Get:26 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3516-ge08cbbf6-1jammy [356 kB] 2024-05-06T02:33:57.229 INFO:teuthology.orchestra.run.smithi172.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-06T02:33:57.232 INFO:teuthology.orchestra.run.smithi172.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-06T02:33:57.237 INFO:teuthology.orchestra.run.smithi052.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-06T02:33:57.260 INFO:teuthology.orchestra.run.smithi052.stdout:Get:28 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3516-ge08cbbf6-1jammy [32.8 kB] 2024-05-06T02:33:57.261 INFO:teuthology.orchestra.run.smithi052.stdout:Get:29 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3516-ge08cbbf6-1jammy [180 kB] 2024-05-06T02:33:57.267 INFO:teuthology.orchestra.run.smithi155.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-06T02:33:57.295 INFO:teuthology.orchestra.run.smithi155.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-06T02:33:57.312 INFO:teuthology.orchestra.run.smithi155.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-06T02:33:57.314 INFO:teuthology.orchestra.run.smithi052.stdout:Get:30 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3516-ge08cbbf6-1jammy [67.4 kB] 2024-05-06T02:33:57.317 INFO:teuthology.orchestra.run.smithi052.stdout:Get:31 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3516-ge08cbbf6-1jammy [330 kB] 2024-05-06T02:33:57.333 INFO:teuthology.orchestra.run.smithi172.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-06T02:33:57.357 INFO:teuthology.orchestra.run.smithi155.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-06T02:33:57.361 INFO:teuthology.orchestra.run.smithi052.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-06T02:33:57.382 INFO:teuthology.orchestra.run.smithi052.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-06T02:33:57.390 INFO:teuthology.orchestra.run.smithi172.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-06T02:33:57.395 INFO:teuthology.orchestra.run.smithi172.stdout:Get:35 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3516-ge08cbbf6-1jammy [22.8 MB] 2024-05-06T02:33:57.400 INFO:teuthology.orchestra.run.smithi052.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-06T02:33:57.410 INFO:teuthology.orchestra.run.smithi172.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-06T02:33:57.420 INFO:teuthology.orchestra.run.smithi172.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-06T02:33:57.421 INFO:teuthology.orchestra.run.smithi172.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-06T02:33:57.423 INFO:teuthology.orchestra.run.smithi052.stdout:Get:35 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3516-ge08cbbf6-1jammy [6,894 kB] 2024-05-06T02:33:57.452 INFO:teuthology.orchestra.run.smithi052.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-06T02:33:57.453 INFO:teuthology.orchestra.run.smithi172.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-06T02:33:57.454 INFO:teuthology.orchestra.run.smithi172.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-06T02:33:57.534 INFO:teuthology.orchestra.run.smithi155.stdout:Get:29 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3516-ge08cbbf6-1jammy [3,224 kB] 2024-05-06T02:33:57.566 INFO:teuthology.orchestra.run.smithi155.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-06T02:33:57.581 INFO:teuthology.orchestra.run.smithi155.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-06T02:33:57.588 INFO:teuthology.orchestra.run.smithi155.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-06T02:33:57.593 INFO:teuthology.orchestra.run.smithi155.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-06T02:33:57.615 INFO:teuthology.orchestra.run.smithi155.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-06T02:33:57.618 INFO:teuthology.orchestra.run.smithi155.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-06T02:33:57.619 INFO:teuthology.orchestra.run.smithi172.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-06T02:33:57.689 INFO:teuthology.orchestra.run.smithi052.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-06T02:33:57.708 INFO:teuthology.orchestra.run.smithi052.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-06T02:33:57.722 INFO:teuthology.orchestra.run.smithi052.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-06T02:33:57.730 INFO:teuthology.orchestra.run.smithi052.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-06T02:33:57.753 INFO:teuthology.orchestra.run.smithi172.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-06T02:33:57.783 INFO:teuthology.orchestra.run.smithi172.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-06T02:33:57.784 INFO:teuthology.orchestra.run.smithi155.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-06T02:33:57.794 INFO:teuthology.orchestra.run.smithi052.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-06T02:33:57.801 INFO:teuthology.orchestra.run.smithi172.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-06T02:33:57.844 INFO:teuthology.orchestra.run.smithi172.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-06T02:33:57.867 INFO:teuthology.orchestra.run.smithi052.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-06T02:33:58.033 INFO:teuthology.orchestra.run.smithi052.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-06T02:33:58.061 INFO:teuthology.orchestra.run.smithi172.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-06T02:33:58.076 INFO:teuthology.orchestra.run.smithi172.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-06T02:33:58.084 INFO:teuthology.orchestra.run.smithi172.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-06T02:33:58.088 INFO:teuthology.orchestra.run.smithi172.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-06T02:33:58.110 INFO:teuthology.orchestra.run.smithi172.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-06T02:33:58.113 INFO:teuthology.orchestra.run.smithi172.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-06T02:33:58.118 INFO:teuthology.orchestra.run.smithi155.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-06T02:33:58.148 INFO:teuthology.orchestra.run.smithi155.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-06T02:33:58.159 INFO:teuthology.orchestra.run.smithi155.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-06T02:33:58.292 INFO:teuthology.orchestra.run.smithi172.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-06T02:33:58.350 INFO:teuthology.orchestra.run.smithi052.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-06T02:33:58.361 INFO:teuthology.orchestra.run.smithi155.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-06T02:33:58.362 INFO:teuthology.orchestra.run.smithi155.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-06T02:33:58.369 INFO:teuthology.orchestra.run.smithi155.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-06T02:33:58.374 INFO:teuthology.orchestra.run.smithi155.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-06T02:33:58.389 INFO:teuthology.orchestra.run.smithi155.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-06T02:33:58.411 INFO:teuthology.orchestra.run.smithi155.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-06T02:33:58.416 INFO:teuthology.orchestra.run.smithi155.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-06T02:33:58.464 INFO:teuthology.orchestra.run.smithi172.stdout:Get:53 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [14.0 kB] 2024-05-06T02:33:58.465 INFO:teuthology.orchestra.run.smithi172.stdout:Get:54 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [870 kB] 2024-05-06T02:33:58.482 INFO:teuthology.orchestra.run.smithi172.stdout:Get:55 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3516-ge08cbbf6-1jammy [2,439 kB] 2024-05-06T02:33:58.524 INFO:teuthology.orchestra.run.smithi172.stdout:Get:56 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3516-ge08cbbf6-1jammy [792 kB] 2024-05-06T02:33:58.534 INFO:teuthology.orchestra.run.smithi172.stdout:Get:57 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3516-ge08cbbf6-1jammy [148 kB] 2024-05-06T02:33:58.536 INFO:teuthology.orchestra.run.smithi172.stdout:Get:58 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3516-ge08cbbf6-1jammy [2,279 kB] 2024-05-06T02:33:58.579 INFO:teuthology.orchestra.run.smithi052.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-06T02:33:58.592 INFO:teuthology.orchestra.run.smithi155.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-06T02:33:58.598 INFO:teuthology.orchestra.run.smithi052.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-06T02:33:58.606 INFO:teuthology.orchestra.run.smithi172.stdout:Get:59 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3516-ge08cbbf6-1jammy [8,625 kB] 2024-05-06T02:33:58.726 INFO:teuthology.orchestra.run.smithi172.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-06T02:33:58.782 INFO:teuthology.orchestra.run.smithi172.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-06T02:33:58.799 INFO:teuthology.orchestra.run.smithi172.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-06T02:33:58.820 INFO:teuthology.orchestra.run.smithi052.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-06T02:33:58.821 INFO:teuthology.orchestra.run.smithi052.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-06T02:33:58.826 INFO:teuthology.orchestra.run.smithi052.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-06T02:33:58.832 INFO:teuthology.orchestra.run.smithi052.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-06T02:33:58.849 INFO:teuthology.orchestra.run.smithi052.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-06T02:33:58.856 INFO:teuthology.orchestra.run.smithi155.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-06T02:33:58.872 INFO:teuthology.orchestra.run.smithi052.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-06T02:33:58.879 INFO:teuthology.orchestra.run.smithi052.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-06T02:33:58.956 INFO:teuthology.orchestra.run.smithi172.stdout:Get:63 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3516-ge08cbbf6-1jammy [14.2 kB] 2024-05-06T02:33:58.957 INFO:teuthology.orchestra.run.smithi172.stdout:Get:64 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3516-ge08cbbf6-1jammy [51.7 MB] 2024-05-06T02:33:59.034 INFO:teuthology.orchestra.run.smithi155.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-06T02:33:59.045 INFO:teuthology.orchestra.run.smithi052.stdout:Get:54 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3516-ge08cbbf6-1jammy [112 kB] 2024-05-06T02:33:59.048 INFO:teuthology.orchestra.run.smithi155.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-06T02:33:59.053 INFO:teuthology.orchestra.run.smithi052.stdout:Get:55 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3516-ge08cbbf6-1jammy [466 kB] 2024-05-06T02:33:59.056 INFO:teuthology.orchestra.run.smithi052.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-06T02:33:59.067 INFO:teuthology.orchestra.run.smithi155.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-06T02:33:59.132 INFO:teuthology.orchestra.run.smithi155.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-06T02:33:59.182 INFO:teuthology.orchestra.run.smithi052.stdout:Get:57 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3516-ge08cbbf6-1jammy [25.8 MB] 2024-05-06T02:33:59.252 INFO:teuthology.orchestra.run.smithi172.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-06T02:33:59.253 INFO:teuthology.orchestra.run.smithi172.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-06T02:33:59.254 INFO:teuthology.orchestra.run.smithi155.stdout:Get:53 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3516-ge08cbbf6-1jammy [714 kB] 2024-05-06T02:33:59.260 INFO:teuthology.orchestra.run.smithi172.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-06T02:33:59.265 INFO:teuthology.orchestra.run.smithi172.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-06T02:33:59.280 INFO:teuthology.orchestra.run.smithi172.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-06T02:33:59.310 INFO:teuthology.orchestra.run.smithi172.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-06T02:33:59.319 INFO:teuthology.orchestra.run.smithi172.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-06T02:33:59.325 INFO:teuthology.orchestra.run.smithi052.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-06T02:33:59.423 INFO:teuthology.orchestra.run.smithi155.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-06T02:33:59.425 INFO:teuthology.orchestra.run.smithi155.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-06T02:33:59.428 INFO:teuthology.orchestra.run.smithi155.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-06T02:33:59.429 INFO:teuthology.orchestra.run.smithi155.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-06T02:33:59.431 INFO:teuthology.orchestra.run.smithi155.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-06T02:33:59.502 INFO:teuthology.orchestra.run.smithi172.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-06T02:33:59.502 INFO:teuthology.orchestra.run.smithi052.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-06T02:33:59.515 INFO:teuthology.orchestra.run.smithi052.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-06T02:33:59.536 INFO:teuthology.orchestra.run.smithi052.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-06T02:33:59.651 INFO:teuthology.orchestra.run.smithi155.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-06T02:33:59.671 INFO:teuthology.orchestra.run.smithi155.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3516-ge08cbbf6-1jammy [356 kB] 2024-05-06T02:33:59.859 INFO:teuthology.orchestra.run.smithi052.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-06T02:33:59.884 INFO:teuthology.orchestra.run.smithi155.stdout:Get:61 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3516-ge08cbbf6-1jammy [32.8 kB] 2024-05-06T02:33:59.885 INFO:teuthology.orchestra.run.smithi155.stdout:Get:62 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3516-ge08cbbf6-1jammy [180 kB] 2024-05-06T02:33:59.947 INFO:teuthology.orchestra.run.smithi172.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-06T02:33:59.959 INFO:teuthology.orchestra.run.smithi155.stdout:Get:63 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3516-ge08cbbf6-1jammy [67.4 kB] 2024-05-06T02:34:00.030 INFO:teuthology.orchestra.run.smithi155.stdout:Get:64 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3516-ge08cbbf6-1jammy [330 kB] 2024-05-06T02:34:00.087 INFO:teuthology.orchestra.run.smithi155.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-06T02:34:00.093 INFO:teuthology.orchestra.run.smithi155.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-06T02:34:00.178 INFO:teuthology.orchestra.run.smithi155.stdout:Get:67 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3516-ge08cbbf6-1jammy [6,894 kB] 2024-05-06T02:34:00.188 INFO:teuthology.orchestra.run.smithi052.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-06T02:34:00.190 INFO:teuthology.orchestra.run.smithi052.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-06T02:34:00.193 INFO:teuthology.orchestra.run.smithi052.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-06T02:34:00.194 INFO:teuthology.orchestra.run.smithi052.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-06T02:34:00.196 INFO:teuthology.orchestra.run.smithi052.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-06T02:34:00.203 INFO:teuthology.orchestra.run.smithi172.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-06T02:34:00.371 INFO:teuthology.orchestra.run.smithi172.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-06T02:34:00.382 INFO:teuthology.orchestra.run.smithi155.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-06T02:34:00.383 INFO:teuthology.orchestra.run.smithi155.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-06T02:34:00.385 INFO:teuthology.orchestra.run.smithi155.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-06T02:34:00.387 INFO:teuthology.orchestra.run.smithi155.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-06T02:34:00.389 INFO:teuthology.orchestra.run.smithi155.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-06T02:34:00.391 INFO:teuthology.orchestra.run.smithi155.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-06T02:34:00.392 INFO:teuthology.orchestra.run.smithi155.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-06T02:34:00.394 INFO:teuthology.orchestra.run.smithi155.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-06T02:34:00.419 INFO:teuthology.orchestra.run.smithi172.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-06T02:34:00.486 INFO:teuthology.orchestra.run.smithi172.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-06T02:34:00.575 INFO:teuthology.orchestra.run.smithi155.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-06T02:34:00.617 INFO:teuthology.orchestra.run.smithi052.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-06T02:34:00.989 INFO:teuthology.orchestra.run.smithi155.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-06T02:34:01.034 INFO:teuthology.orchestra.run.smithi172.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-06T02:34:01.036 INFO:teuthology.orchestra.run.smithi155.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-06T02:34:01.036 INFO:teuthology.orchestra.run.smithi172.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-06T02:34:01.038 INFO:teuthology.orchestra.run.smithi172.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-06T02:34:01.038 INFO:teuthology.orchestra.run.smithi172.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-06T02:34:01.040 INFO:teuthology.orchestra.run.smithi172.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-06T02:34:01.071 INFO:teuthology.orchestra.run.smithi155.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-06T02:34:01.086 INFO:teuthology.orchestra.run.smithi052.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-06T02:34:01.093 INFO:teuthology.orchestra.run.smithi052.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-06T02:34:01.168 INFO:teuthology.orchestra.run.smithi155.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-06T02:34:01.209 INFO:teuthology.orchestra.run.smithi155.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-06T02:34:01.220 INFO:teuthology.orchestra.run.smithi155.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-06T02:34:01.226 INFO:teuthology.orchestra.run.smithi155.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-06T02:34:01.272 INFO:teuthology.orchestra.run.smithi155.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-06T02:34:01.275 INFO:teuthology.orchestra.run.smithi155.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-06T02:34:01.297 INFO:teuthology.orchestra.run.smithi155.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-06T02:34:01.300 INFO:teuthology.orchestra.run.smithi172.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-06T02:34:01.389 INFO:teuthology.orchestra.run.smithi172.stdout:Get:84 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T02:34:01.392 INFO:teuthology.orchestra.run.smithi172.stdout:Get:85 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3516-ge08cbbf6-1jammy [38.9 kB] 2024-05-06T02:34:01.393 INFO:teuthology.orchestra.run.smithi172.stdout:Get:86 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3516-ge08cbbf6-1jammy [13.6 MB] 2024-05-06T02:34:01.461 INFO:teuthology.orchestra.run.smithi155.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-06T02:34:01.618 INFO:teuthology.orchestra.run.smithi052.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-06T02:34:01.619 INFO:teuthology.orchestra.run.smithi052.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-06T02:34:01.621 INFO:teuthology.orchestra.run.smithi052.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-06T02:34:01.622 INFO:teuthology.orchestra.run.smithi052.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-06T02:34:01.623 INFO:teuthology.orchestra.run.smithi052.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-06T02:34:01.625 INFO:teuthology.orchestra.run.smithi052.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-06T02:34:01.626 INFO:teuthology.orchestra.run.smithi052.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-06T02:34:01.627 INFO:teuthology.orchestra.run.smithi052.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-06T02:34:01.724 INFO:teuthology.orchestra.run.smithi155.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-06T02:34:01.743 INFO:teuthology.orchestra.run.smithi155.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-06T02:34:01.809 INFO:teuthology.orchestra.run.smithi052.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-06T02:34:01.894 INFO:teuthology.orchestra.run.smithi155.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-06T02:34:01.902 INFO:teuthology.orchestra.run.smithi172.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-06T02:34:01.910 INFO:teuthology.orchestra.run.smithi172.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-06T02:34:01.923 INFO:teuthology.orchestra.run.smithi155.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-06T02:34:02.080 INFO:teuthology.orchestra.run.smithi155.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-06T02:34:02.082 INFO:teuthology.orchestra.run.smithi155.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-06T02:34:02.084 INFO:teuthology.orchestra.run.smithi155.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-06T02:34:02.106 INFO:teuthology.orchestra.run.smithi155.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-06T02:34:02.111 INFO:teuthology.orchestra.run.smithi155.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-06T02:34:02.220 INFO:teuthology.orchestra.run.smithi172.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-06T02:34:02.221 INFO:teuthology.orchestra.run.smithi172.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-06T02:34:02.223 INFO:teuthology.orchestra.run.smithi052.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-06T02:34:02.224 INFO:teuthology.orchestra.run.smithi172.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-06T02:34:02.226 INFO:teuthology.orchestra.run.smithi172.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-06T02:34:02.229 INFO:teuthology.orchestra.run.smithi172.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-06T02:34:02.270 INFO:teuthology.orchestra.run.smithi052.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-06T02:34:02.287 INFO:teuthology.orchestra.run.smithi172.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [91.4 kB] 2024-05-06T02:34:02.288 INFO:teuthology.orchestra.run.smithi172.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-06T02:34:02.289 INFO:teuthology.orchestra.run.smithi172.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-06T02:34:02.291 INFO:teuthology.orchestra.run.smithi172.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-06T02:34:02.304 INFO:teuthology.orchestra.run.smithi052.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-06T02:34:02.434 INFO:teuthology.orchestra.run.smithi052.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-06T02:34:02.474 INFO:teuthology.orchestra.run.smithi172.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-06T02:34:02.494 INFO:teuthology.orchestra.run.smithi052.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-06T02:34:02.511 INFO:teuthology.orchestra.run.smithi052.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-06T02:34:02.518 INFO:teuthology.orchestra.run.smithi052.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-06T02:34:02.571 INFO:teuthology.orchestra.run.smithi052.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-06T02:34:02.575 INFO:teuthology.orchestra.run.smithi052.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-06T02:34:02.602 INFO:teuthology.orchestra.run.smithi052.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-06T02:34:02.793 INFO:teuthology.orchestra.run.smithi052.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-06T02:34:02.888 INFO:teuthology.orchestra.run.smithi172.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-06T02:34:03.066 INFO:teuthology.orchestra.run.smithi052.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-06T02:34:03.085 INFO:teuthology.orchestra.run.smithi172.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-06T02:34:03.087 INFO:teuthology.orchestra.run.smithi052.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-06T02:34:03.143 INFO:teuthology.orchestra.run.smithi172.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-06T02:34:03.227 INFO:teuthology.orchestra.run.smithi155.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3516-ge08cbbf6-1jammy [112 kB] 2024-05-06T02:34:03.241 INFO:teuthology.orchestra.run.smithi052.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-06T02:34:03.266 INFO:teuthology.orchestra.run.smithi172.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-06T02:34:03.270 INFO:teuthology.orchestra.run.smithi052.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-06T02:34:03.282 INFO:teuthology.orchestra.run.smithi155.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3516-ge08cbbf6-1jammy [466 kB] 2024-05-06T02:34:03.308 INFO:teuthology.orchestra.run.smithi172.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-06T02:34:03.318 INFO:teuthology.orchestra.run.smithi172.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-06T02:34:03.325 INFO:teuthology.orchestra.run.smithi172.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-06T02:34:03.382 INFO:teuthology.orchestra.run.smithi172.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-06T02:34:03.386 INFO:teuthology.orchestra.run.smithi172.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-06T02:34:03.411 INFO:teuthology.orchestra.run.smithi172.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-06T02:34:03.533 INFO:teuthology.orchestra.run.smithi155.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3516-ge08cbbf6-1jammy [25.8 MB] 2024-05-06T02:34:03.610 INFO:teuthology.orchestra.run.smithi052.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-06T02:34:03.611 INFO:teuthology.orchestra.run.smithi052.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-06T02:34:03.620 INFO:teuthology.orchestra.run.smithi052.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-06T02:34:03.621 INFO:teuthology.orchestra.run.smithi172.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-06T02:34:03.673 INFO:teuthology.orchestra.run.smithi052.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-06T02:34:03.679 INFO:teuthology.orchestra.run.smithi052.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-06T02:34:03.899 INFO:teuthology.orchestra.run.smithi172.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-06T02:34:03.915 INFO:teuthology.orchestra.run.smithi172.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-06T02:34:04.262 INFO:teuthology.orchestra.run.smithi172.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-06T02:34:04.294 INFO:teuthology.orchestra.run.smithi172.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-06T02:34:04.785 INFO:teuthology.orchestra.run.smithi172.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-06T02:34:04.794 INFO:teuthology.orchestra.run.smithi172.stdout:Get:115 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-06T02:34:04.800 INFO:teuthology.orchestra.run.smithi172.stdout:Get:116 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-06T02:34:04.877 INFO:teuthology.orchestra.run.smithi172.stdout:Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-06T02:34:04.893 INFO:teuthology.orchestra.run.smithi172.stdout:Get:118 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-06T02:34:06.173 INFO:teuthology.orchestra.run.smithi172.stdout:Fetched 181 MB in 11s (17.0 MB/s) 2024-05-06T02:34:06.303 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-06T02:34:06.402 INFO:teuthology.orchestra.run.smithi172.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-05-06T02:34:06.408 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-06T02:34:06.477 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T02:34:06.805 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-06T02:34:06.832 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-06T02:34:06.835 INFO:teuthology.orchestra.run.smithi052.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3516-ge08cbbf6-1jammy [5,095 kB] 2024-05-06T02:34:06.872 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T02:34:07.191 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-06T02:34:07.218 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-06T02:34:07.258 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T02:34:07.703 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-06T02:34:07.730 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:34:07.778 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:34:08.106 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-06T02:34:08.133 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:34:08.164 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:34:08.501 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-06T02:34:08.528 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:34:08.568 INFO:teuthology.orchestra.run.smithi052.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3516-ge08cbbf6-1jammy [244 kB] 2024-05-06T02:34:08.576 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:34:08.625 INFO:teuthology.orchestra.run.smithi052.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T02:34:08.676 INFO:teuthology.orchestra.run.smithi052.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3516-ge08cbbf6-1jammy [1,544 kB] 2024-05-06T02:34:08.871 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-06T02:34:08.898 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-06T02:34:08.937 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T02:34:09.162 INFO:teuthology.orchestra.run.smithi052.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3516-ge08cbbf6-1jammy [6,259 kB] 2024-05-06T02:34:09.240 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package librados2. 2024-05-06T02:34:09.267 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../007-librados2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:09.307 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:09.768 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package librbd1. 2024-05-06T02:34:09.795 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../008-librbd1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:09.835 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:10.238 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libcephfs2. 2024-05-06T02:34:10.265 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:10.296 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:10.590 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-rados. 2024-05-06T02:34:10.617 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:10.656 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:10.976 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-06T02:34:11.003 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:34:11.043 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:11.281 INFO:teuthology.orchestra.run.smithi052.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3516-ge08cbbf6-1jammy [22.8 MB] 2024-05-06T02:34:11.303 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-cephfs. 2024-05-06T02:34:11.319 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:11.362 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:11.623 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-06T02:34:11.639 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:34:11.673 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:11.976 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-06T02:34:12.003 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-06T02:34:12.042 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T02:34:12.362 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-prettytable. 2024-05-06T02:34:12.389 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-06T02:34:12.429 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-06T02:34:12.990 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-rbd. 2024-05-06T02:34:13.005 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:13.040 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:13.318 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-06T02:34:13.344 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-06T02:34:13.384 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T02:34:13.653 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-06T02:34:13.669 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-06T02:34:13.712 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T02:34:14.006 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-06T02:34:14.022 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-06T02:34:14.064 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T02:34:14.351 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package lua5.1. 2024-05-06T02:34:14.378 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-06T02:34:14.418 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-06T02:34:14.704 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package lua-any. 2024-05-06T02:34:14.720 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-06T02:34:14.762 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-06T02:34:15.015 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package zip. 2024-05-06T02:34:15.041 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-06T02:34:15.082 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking zip (3.0-12build2) ... 2024-05-06T02:34:15.402 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package unzip. 2024-05-06T02:34:15.429 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-06T02:34:15.468 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-06T02:34:15.764 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package luarocks. 2024-05-06T02:34:15.790 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-06T02:34:15.822 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-06T02:34:16.180 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package librgw2. 2024-05-06T02:34:16.207 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../025-librgw2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:16.246 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:16.807 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-rgw. 2024-05-06T02:34:16.830 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:16.874 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:17.052 INFO:teuthology.orchestra.run.smithi155.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3516-ge08cbbf6-1jammy [5,095 kB] 2024-05-06T02:34:17.176 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-06T02:34:17.203 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-06T02:34:17.237 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T02:34:17.548 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libradosstriper1. 2024-05-06T02:34:17.574 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:17.614 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:18.201 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-common. 2024-05-06T02:34:18.227 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:18.267 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:18.494 INFO:teuthology.orchestra.run.smithi052.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [14.0 kB] 2024-05-06T02:34:18.495 INFO:teuthology.orchestra.run.smithi052.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [870 kB] 2024-05-06T02:34:18.516 INFO:teuthology.orchestra.run.smithi155.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3516-ge08cbbf6-1jammy [244 kB] 2024-05-06T02:34:18.560 INFO:teuthology.orchestra.run.smithi155.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T02:34:18.595 INFO:teuthology.orchestra.run.smithi155.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3516-ge08cbbf6-1jammy [1,544 kB] 2024-05-06T02:34:18.616 INFO:teuthology.orchestra.run.smithi052.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3516-ge08cbbf6-1jammy [2,439 kB] 2024-05-06T02:34:18.957 INFO:teuthology.orchestra.run.smithi155.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3516-ge08cbbf6-1jammy [6,259 kB] 2024-05-06T02:34:19.183 INFO:teuthology.orchestra.run.smithi052.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3516-ge08cbbf6-1jammy [792 kB] 2024-05-06T02:34:19.354 INFO:teuthology.orchestra.run.smithi052.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3516-ge08cbbf6-1jammy [148 kB] 2024-05-06T02:34:19.360 INFO:teuthology.orchestra.run.smithi052.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3516-ge08cbbf6-1jammy [2,279 kB] 2024-05-06T02:34:19.573 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-base. 2024-05-06T02:34:19.600 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:19.649 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:19.802 INFO:teuthology.orchestra.run.smithi052.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3516-ge08cbbf6-1jammy [8,625 kB] 2024-05-06T02:34:20.099 INFO:teuthology.orchestra.run.smithi155.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3516-ge08cbbf6-1jammy [22.8 MB] 2024-05-06T02:34:20.185 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-06T02:34:20.212 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-06T02:34:20.244 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-06T02:34:20.530 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-cheroot. 2024-05-06T02:34:20.557 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-06T02:34:20.596 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T02:34:20.900 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-06T02:34:20.926 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-06T02:34:20.966 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-06T02:34:21.185 INFO:teuthology.orchestra.run.smithi052.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3516-ge08cbbf6-1jammy [14.2 kB] 2024-05-06T02:34:21.185 INFO:teuthology.orchestra.run.smithi052.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3516-ge08cbbf6-1jammy [51.7 MB] 2024-05-06T02:34:21.285 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-06T02:34:21.312 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-06T02:34:21.352 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-06T02:34:21.613 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-06T02:34:21.628 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-06T02:34:21.663 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-06T02:34:21.950 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-tempora. 2024-05-06T02:34:21.976 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-06T02:34:22.016 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-06T02:34:22.302 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-portend. 2024-05-06T02:34:22.329 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-06T02:34:22.368 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-06T02:34:22.647 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-06T02:34:22.674 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-06T02:34:22.705 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-06T02:34:22.966 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-06T02:34:22.993 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-06T02:34:23.032 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-06T02:34:23.336 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-natsort. 2024-05-06T02:34:23.352 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-06T02:34:23.386 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-06T02:34:23.698 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-logutils. 2024-05-06T02:34:23.725 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-06T02:34:23.764 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-06T02:34:24.067 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-06T02:34:24.094 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-06T02:34:24.134 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-06T02:34:24.412 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-mako. 2024-05-06T02:34:24.427 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-06T02:34:24.462 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T02:34:24.757 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-06T02:34:24.784 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-06T02:34:24.815 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-06T02:34:25.051 INFO:teuthology.orchestra.run.smithi155.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3516-ge08cbbf6-1jammy [14.0 kB] 2024-05-06T02:34:25.051 INFO:teuthology.orchestra.run.smithi155.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [870 kB] 2024-05-06T02:34:25.068 INFO:teuthology.orchestra.run.smithi155.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3516-ge08cbbf6-1jammy [2,439 kB] 2024-05-06T02:34:25.109 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-06T02:34:25.136 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-06T02:34:25.176 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-06T02:34:25.470 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-webob. 2024-05-06T02:34:25.497 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-06T02:34:25.545 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-06T02:34:25.558 INFO:teuthology.orchestra.run.smithi155.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3516-ge08cbbf6-1jammy [792 kB] 2024-05-06T02:34:25.729 INFO:teuthology.orchestra.run.smithi155.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3516-ge08cbbf6-1jammy [148 kB] 2024-05-06T02:34:25.758 INFO:teuthology.orchestra.run.smithi155.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3516-ge08cbbf6-1jammy [2,279 kB] 2024-05-06T02:34:25.890 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-waitress. 2024-05-06T02:34:25.917 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-06T02:34:25.959 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T02:34:26.182 INFO:teuthology.orchestra.run.smithi155.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3516-ge08cbbf6-1jammy [8,625 kB] 2024-05-06T02:34:26.268 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-tempita. 2024-05-06T02:34:26.295 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-06T02:34:26.334 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T02:34:26.587 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-paste. 2024-05-06T02:34:26.614 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-06T02:34:26.645 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T02:34:26.965 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-06T02:34:26.992 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-06T02:34:27.032 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T02:34:27.293 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-06T02:34:27.308 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-06T02:34:27.433 INFO:teuthology.orchestra.run.smithi052.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T02:34:27.436 INFO:teuthology.orchestra.run.smithi052.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3516-ge08cbbf6-1jammy [38.9 kB] 2024-05-06T02:34:27.437 INFO:teuthology.orchestra.run.smithi052.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3516-ge08cbbf6-1jammy [13.6 MB] 2024-05-06T02:34:27.727 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-06T02:34:27.886 INFO:teuthology.orchestra.run.smithi155.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3516-ge08cbbf6-1jammy [14.2 kB] 2024-05-06T02:34:27.886 INFO:teuthology.orchestra.run.smithi155.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3516-ge08cbbf6-1jammy [51.7 MB] 2024-05-06T02:34:28.588 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-webtest. 2024-05-06T02:34:28.604 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-06T02:34:28.638 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-06T02:34:28.859 INFO:teuthology.orchestra.run.smithi052.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [91.4 kB] 2024-05-06T02:34:28.916 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pecan. 2024-05-06T02:34:28.943 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-06T02:34:28.982 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T02:34:29.371 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-certifi. 2024-05-06T02:34:29.398 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-06T02:34:29.437 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-06T02:34:29.528 INFO:teuthology.orchestra.run.smithi052.stdout:Fetched 181 MB in 34s (5,358 kB/s) 2024-05-06T02:34:29.695 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-06T02:34:29.740 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-idna. 2024-05-06T02:34:29.767 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-06T02:34:29.799 INFO:teuthology.orchestra.run.smithi052.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-05-06T02:34:29.804 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-06T02:34:29.806 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-06T02:34:29.869 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T02:34:30.118 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-urllib3. 2024-05-06T02:34:30.133 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-06T02:34:30.168 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T02:34:30.214 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-06T02:34:30.240 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-06T02:34:30.280 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T02:34:30.504 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-requests. 2024-05-06T02:34:30.531 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-06T02:34:30.550 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-06T02:34:30.571 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T02:34:30.607 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-06T02:34:30.608 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T02:34:30.882 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-06T02:34:30.909 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-06T02:34:30.949 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T02:34:31.061 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-06T02:34:31.088 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:34:31.137 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:34:31.235 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-06T02:34:31.250 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:34:31.293 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:31.642 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-06T02:34:31.667 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:31.698 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-06T02:34:31.706 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:31.725 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:34:31.764 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:34:32.018 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-06T02:34:32.044 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-06T02:34:32.067 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-06T02:34:32.084 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-06T02:34:32.094 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:34:32.134 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:34:32.370 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-openssl. 2024-05-06T02:34:32.397 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-06T02:34:32.437 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-06T02:34:32.437 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-06T02:34:32.463 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-06T02:34:32.503 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T02:34:32.723 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mgr. 2024-05-06T02:34:32.747 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:32.781 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:32.798 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package librados2. 2024-05-06T02:34:32.824 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../007-librados2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:32.864 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:33.168 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mon. 2024-05-06T02:34:33.195 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:33.234 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:33.317 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package librbd1. 2024-05-06T02:34:33.344 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../008-librbd1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:33.384 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:33.811 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libcephfs2. 2024-05-06T02:34:33.838 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:33.847 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-osd. 2024-05-06T02:34:33.873 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:33.877 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:33.905 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:34.163 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-rados. 2024-05-06T02:34:34.179 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:34.213 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:34.466 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-06T02:34:34.482 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:34:34.516 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:34.752 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-cephfs. 2024-05-06T02:34:34.768 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:34.818 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:35.050 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph. 2024-05-06T02:34:35.065 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../066-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:35.108 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:35.129 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-06T02:34:35.156 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:34:35.196 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:35.427 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-fuse. 2024-05-06T02:34:35.454 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:35.490 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-06T02:34:35.493 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:35.518 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-06T02:34:35.557 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T02:34:35.810 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-prettytable. 2024-05-06T02:34:35.814 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mds. 2024-05-06T02:34:35.826 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-06T02:34:35.841 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:35.859 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-06T02:34:35.872 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:36.112 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-rbd. 2024-05-06T02:34:36.139 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:36.178 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:36.259 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package cephadm. 2024-05-06T02:34:36.285 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../069-cephadm_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:36.325 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:36.523 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-06T02:34:36.550 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-06T02:34:36.589 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T02:34:36.636 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-06T02:34:36.663 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-06T02:34:36.702 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-06T02:34:36.959 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-06T02:34:36.986 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-06T02:34:37.014 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-06T02:34:37.025 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T02:34:37.040 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T02:34:37.080 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T02:34:37.278 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-06T02:34:37.294 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-06T02:34:37.328 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T02:34:37.648 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package lua5.1. 2024-05-06T02:34:37.675 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-06T02:34:37.714 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-06T02:34:38.017 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package lua-any. 2024-05-06T02:34:38.044 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-06T02:34:38.060 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-babel. 2024-05-06T02:34:38.084 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-06T02:34:38.087 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T02:34:38.118 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T02:34:38.396 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-jinja2. 2024-05-06T02:34:38.420 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package zip. 2024-05-06T02:34:38.423 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-06T02:34:38.447 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-06T02:34:38.454 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T02:34:38.478 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking zip (3.0-12build2) ... 2024-05-06T02:34:38.756 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package unzip. 2024-05-06T02:34:38.772 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-06T02:34:38.805 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-06T02:34:38.826 INFO:teuthology.orchestra.run.smithi155.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3516-ge08cbbf6-1jammy [124 kB] 2024-05-06T02:34:38.828 INFO:teuthology.orchestra.run.smithi155.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3516-ge08cbbf6-1jammy [38.9 kB] 2024-05-06T02:34:38.829 INFO:teuthology.orchestra.run.smithi155.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3516-ge08cbbf6-1jammy [13.6 MB] 2024-05-06T02:34:38.924 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-06T02:34:38.939 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:34:38.974 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:39.193 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package luarocks. 2024-05-06T02:34:39.220 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-06T02:34:39.259 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-06T02:34:39.327 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-06T02:34:39.354 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-06T02:34:39.393 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-06T02:34:39.633 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package librgw2. 2024-05-06T02:34:39.660 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../025-librgw2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:39.699 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:39.705 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-routes. 2024-05-06T02:34:39.732 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-06T02:34:39.763 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T02:34:40.083 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-06T02:34:40.110 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:34:40.149 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:40.260 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-rgw. 2024-05-06T02:34:40.276 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:40.318 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:40.605 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-06T02:34:40.620 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-06T02:34:40.654 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T02:34:40.915 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libradosstriper1. 2024-05-06T02:34:40.942 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:40.982 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:41.371 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-06T02:34:41.399 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-06T02:34:41.404 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-common. 2024-05-06T02:34:41.431 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:41.438 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T02:34:41.470 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:41.925 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-joblib. 2024-05-06T02:34:41.952 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-06T02:34:41.991 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T02:34:42.054 INFO:teuthology.orchestra.run.smithi155.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3516-ge08cbbf6-1jammy [91.4 kB] 2024-05-06T02:34:42.320 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-06T02:34:42.347 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-06T02:34:42.386 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-06T02:34:42.618 INFO:teuthology.orchestra.run.smithi155.stdout:Fetched 181 MB in 47s (3,868 kB/s) 2024-05-06T02:34:42.690 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-sklearn. 2024-05-06T02:34:42.716 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-06T02:34:42.755 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T02:34:42.784 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-06T02:34:42.867 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-base. 2024-05-06T02:34:42.883 INFO:teuthology.orchestra.run.smithi155.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-05-06T02:34:42.889 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-06T02:34:42.894 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:42.944 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:42.974 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T02:34:43.330 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-06T02:34:43.354 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-06T02:34:43.394 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T02:34:43.447 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-06T02:34:43.477 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:34:43.505 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-06T02:34:43.521 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-06T02:34:43.563 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-06T02:34:43.582 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:43.814 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-06T02:34:43.840 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-06T02:34:43.883 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-cheroot. 2024-05-06T02:34:43.909 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-06T02:34:43.949 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T02:34:44.030 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T02:34:44.269 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-06T02:34:44.296 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-06T02:34:44.344 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-06T02:34:44.522 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-cachetools. 2024-05-06T02:34:44.547 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-06T02:34:44.586 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-06T02:34:44.592 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-06T02:34:44.605 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-06T02:34:44.618 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:34:44.632 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-06T02:34:44.672 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-06T02:34:44.675 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:34:44.898 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-06T02:34:44.925 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-06T02:34:44.964 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-06T02:34:44.975 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-06T02:34:45.001 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-06T02:34:45.041 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-06T02:34:45.162 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-06T02:34:45.188 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:34:45.236 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:34:45.268 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-06T02:34:45.295 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-06T02:34:45.328 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-tempora. 2024-05-06T02:34:45.334 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T02:34:45.354 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-06T02:34:45.394 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-06T02:34:45.620 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-rsa. 2024-05-06T02:34:45.648 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-06T02:34:45.664 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-portend. 2024-05-06T02:34:45.664 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-06T02:34:45.679 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-06T02:34:45.687 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-06T02:34:45.691 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-06T02:34:45.714 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-06T02:34:45.739 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:34:45.966 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-google-auth. 2024-05-06T02:34:45.991 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-06T02:34:45.993 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-06T02:34:46.018 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-06T02:34:46.032 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-06T02:34:46.058 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-06T02:34:46.159 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-06T02:34:46.185 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-06T02:34:46.234 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T02:34:46.336 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-06T02:34:46.361 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-06T02:34:46.365 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-06T02:34:46.388 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-06T02:34:46.402 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T02:34:46.419 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-06T02:34:46.628 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package librados2. 2024-05-06T02:34:46.654 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../007-librados2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:46.703 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:46.713 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-websocket. 2024-05-06T02:34:46.731 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-natsort. 2024-05-06T02:34:46.741 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-06T02:34:46.749 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-06T02:34:46.780 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-06T02:34:46.789 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-06T02:34:47.092 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-06T02:34:47.101 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-logutils. 2024-05-06T02:34:47.119 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-06T02:34:47.128 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-06T02:34:47.166 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T02:34:47.167 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-06T02:34:47.189 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package librbd1. 2024-05-06T02:34:47.215 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../008-librbd1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:47.256 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:47.446 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-06T02:34:47.472 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-06T02:34:47.512 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-06T02:34:47.725 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package libcephfs2. 2024-05-06T02:34:47.751 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:47.791 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:47.797 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-06T02:34:47.815 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-mako. 2024-05-06T02:34:47.825 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:34:47.841 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-06T02:34:47.855 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:47.881 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T02:34:48.077 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-rados. 2024-05-06T02:34:48.092 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:48.127 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:48.158 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-06T02:34:48.185 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-06T02:34:48.218 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-06T02:34:48.225 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T02:34:48.245 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-06T02:34:48.284 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-06T02:34:48.446 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-06T02:34:48.473 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:34:48.562 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-06T02:34:48.563 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:48.579 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-06T02:34:48.592 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-06T02:34:48.620 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T02:34:48.696 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-06T02:34:48.727 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T02:34:48.815 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-cephfs. 2024-05-06T02:34:48.842 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:48.882 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:48.957 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-webob. 2024-05-06T02:34:48.984 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-06T02:34:48.988 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package jq. 2024-05-06T02:34:49.004 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T02:34:49.023 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-06T02:34:49.038 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-06T02:34:49.184 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-06T02:34:49.210 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:34:49.251 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:49.257 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package socat. 2024-05-06T02:34:49.273 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-06T02:34:49.316 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-06T02:34:49.368 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-waitress. 2024-05-06T02:34:49.395 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-06T02:34:49.438 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T02:34:49.579 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-06T02:34:49.606 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-06T02:34:49.636 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package xmlstarlet. 2024-05-06T02:34:49.645 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T02:34:49.663 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-06T02:34:49.702 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-06T02:34:49.754 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-tempita. 2024-05-06T02:34:49.781 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-06T02:34:49.821 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T02:34:49.940 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-prettytable. 2024-05-06T02:34:49.966 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-06T02:34:49.998 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-06T02:34:50.065 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-test. 2024-05-06T02:34:50.085 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:50.090 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-paste. 2024-05-06T02:34:50.106 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-06T02:34:50.123 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:50.157 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T02:34:50.267 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-rbd. 2024-05-06T02:34:50.282 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:50.325 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:50.468 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-06T02:34:50.484 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-06T02:34:50.526 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T02:34:50.645 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-06T02:34:50.671 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-06T02:34:50.703 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T02:34:50.830 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-06T02:34:50.856 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-06T02:34:50.896 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-06T02:34:50.972 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-06T02:34:50.998 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-06T02:34:51.038 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T02:34:51.149 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-webtest. 2024-05-06T02:34:51.162 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-06T02:34:51.190 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-06T02:34:51.358 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-06T02:34:51.373 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-06T02:34:51.416 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T02:34:51.460 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pecan. 2024-05-06T02:34:51.487 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-06T02:34:51.526 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T02:34:51.753 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package lua5.1. 2024-05-06T02:34:51.779 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-06T02:34:51.819 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-06T02:34:51.873 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-certifi. 2024-05-06T02:34:51.901 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-06T02:34:51.940 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-06T02:34:52.122 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package lua-any. 2024-05-06T02:34:52.137 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-06T02:34:52.172 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-06T02:34:52.252 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-volume. 2024-05-06T02:34:52.259 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-idna. 2024-05-06T02:34:52.280 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:34:52.286 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-06T02:34:52.318 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:52.326 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-06T02:34:52.433 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package zip. 2024-05-06T02:34:52.448 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-06T02:34:52.491 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking zip (3.0-12build2) ... 2024-05-06T02:34:52.631 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-06T02:34:52.647 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:52.654 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-urllib3. 2024-05-06T02:34:52.681 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-06T02:34:52.689 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:52.729 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T02:34:52.794 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package unzip. 2024-05-06T02:34:52.820 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-06T02:34:52.861 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-06T02:34:53.009 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-06T02:34:53.032 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-requests. 2024-05-06T02:34:53.036 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-06T02:34:53.059 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-06T02:34:53.075 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T02:34:53.098 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T02:34:53.265 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package luarocks. 2024-05-06T02:34:53.290 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-06T02:34:53.331 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-06T02:34:53.401 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-06T02:34:53.413 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-06T02:34:53.428 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-06T02:34:53.441 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-06T02:34:53.459 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T02:34:53.479 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-06T02:34:53.722 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package librgw2. 2024-05-06T02:34:53.738 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-06T02:34:53.748 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../025-librgw2_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:53.765 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:34:53.796 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:53.796 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:53.834 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package nvme-cli. 2024-05-06T02:34:53.861 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-06T02:34:53.900 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T02:34:54.209 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-06T02:34:54.236 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:54.275 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:54.390 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-rgw. 2024-05-06T02:34:54.405 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:54.457 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:54.554 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-06T02:34:54.572 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package pkg-config. 2024-05-06T02:34:54.580 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-06T02:34:54.600 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-06T02:34:54.620 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-06T02:34:54.638 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T02:34:54.868 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-06T02:34:54.873 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-openssl. 2024-05-06T02:34:54.891 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-06T02:34:54.894 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-06T02:34:54.900 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-06T02:34:54.907 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-06T02:34:54.939 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-06T02:34:54.942 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T02:34:54.950 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-06T02:34:55.276 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mgr. 2024-05-06T02:34:55.303 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:55.321 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package libradosstriper1. 2024-05-06T02:34:55.327 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-06T02:34:55.342 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:55.347 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:55.355 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-06T02:34:55.394 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-06T02:34:55.395 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:55.663 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pastescript. 2024-05-06T02:34:55.691 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-06T02:34:55.737 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mon. 2024-05-06T02:34:55.746 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-06T02:34:55.764 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:55.812 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:55.899 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph-common. 2024-05-06T02:34:55.925 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:55.973 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:56.016 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pluggy. 2024-05-06T02:34:56.032 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-06T02:34:56.066 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-06T02:34:56.349 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-osd. 2024-05-06T02:34:56.369 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-psutil. 2024-05-06T02:34:56.377 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:56.397 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-06T02:34:56.407 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:56.436 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-06T02:34:56.758 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-py. 2024-05-06T02:34:56.785 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-06T02:34:56.824 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-06T02:34:57.103 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pygments. 2024-05-06T02:34:57.130 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-06T02:34:57.160 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T02:34:57.479 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph-base. 2024-05-06T02:34:57.505 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:57.562 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:57.569 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph. 2024-05-06T02:34:57.585 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../066-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:57.606 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-06T02:34:57.627 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:57.634 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-06T02:34:57.672 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-06T02:34:57.972 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-fuse. 2024-05-06T02:34:57.975 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-toml. 2024-05-06T02:34:57.999 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:58.003 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-06T02:34:58.038 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:58.041 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-06T02:34:58.224 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-06T02:34:58.250 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-06T02:34:58.299 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-06T02:34:58.319 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pytest. 2024-05-06T02:34:58.348 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-06T02:34:58.350 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mds. 2024-05-06T02:34:58.377 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:58.386 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T02:34:58.408 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:58.652 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-cheroot. 2024-05-06T02:34:58.678 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-06T02:34:58.726 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T02:34:58.739 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-simplejson. 2024-05-06T02:34:58.767 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-06T02:34:58.802 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package cephadm. 2024-05-06T02:34:58.806 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-06T02:34:58.830 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../069-cephadm_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:58.869 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:34:59.079 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-06T02:34:59.095 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-06T02:34:59.121 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-06T02:34:59.133 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-06T02:34:59.147 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-06T02:34:59.196 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-06T02:34:59.197 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-06T02:34:59.224 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-06T02:34:59.263 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-06T02:34:59.515 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-06T02:34:59.542 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-06T02:34:59.574 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-06T02:34:59.582 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-06T02:34:59.590 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T02:34:59.632 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T02:34:59.893 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-06T02:34:59.920 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-06T02:34:59.937 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package radosgw. 2024-05-06T02:34:59.959 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-06T02:34:59.965 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../116-radosgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:34:59.995 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:00.262 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-tempora. 2024-05-06T02:35:00.288 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-06T02:35:00.329 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-06T02:35:00.546 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-babel. 2024-05-06T02:35:00.562 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T02:35:00.598 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-portend. 2024-05-06T02:35:00.604 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T02:35:00.625 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-06T02:35:00.656 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-06T02:35:00.765 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package rbd-fuse. 2024-05-06T02:35:00.793 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:00.823 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:00.874 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-jinja2. 2024-05-06T02:35:00.901 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-06T02:35:00.940 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T02:35:00.942 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-06T02:35:00.969 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-06T02:35:01.009 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-06T02:35:01.094 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-06T02:35:01.285 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-06T02:35:01.319 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:35:01.320 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-06T02:35:01.336 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T02:35:01.347 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-06T02:35:01.351 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:01.395 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-06T02:35:01.437 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T02:35:01.681 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-06T02:35:01.722 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-06T02:35:01.749 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-06T02:35:01.786 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-natsort. 2024-05-06T02:35:01.788 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-06T02:35:01.813 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-06T02:35:01.848 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-06T02:35:02.031 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-06T02:35:02.066 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-routes. 2024-05-06T02:35:02.094 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-06T02:35:02.126 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-logutils. 2024-05-06T02:35:02.132 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T02:35:02.153 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-06T02:35:02.184 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-06T02:35:02.402 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-06T02:35:02.430 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:35:02.463 INFO:teuthology.orchestra.run.smithi172.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-06T02:35:02.477 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:02.487 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-06T02:35:02.514 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-06T02:35:02.539 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:02.554 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-06T02:35:02.856 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-mako. 2024-05-06T02:35:02.883 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-06T02:35:02.923 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T02:35:03.005 INFO:teuthology.orchestra.run.smithi172.stdout:Adding system user cephadm....done 2024-05-06T02:35:03.122 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T02:35:03.234 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-06T02:35:03.261 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-06T02:35:03.301 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-06T02:35:03.371 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-06T02:35:03.587 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-06T02:35:03.614 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-06T02:35:03.622 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-06T02:35:03.645 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-06T02:35:03.649 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-06T02:35:03.666 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-06T02:35:03.707 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T02:35:03.734 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-06T02:35:03.906 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-webob. 2024-05-06T02:35:03.933 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-06T02:35:03.972 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-06T02:35:03.984 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-06T02:35:04.136 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-joblib. 2024-05-06T02:35:04.152 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-06T02:35:04.186 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T02:35:04.251 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T02:35:04.325 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-waitress. 2024-05-06T02:35:04.352 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-06T02:35:04.377 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-06T02:35:04.395 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T02:35:04.514 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-06T02:35:04.542 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-06T02:35:04.572 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-06T02:35:04.703 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-tempita. 2024-05-06T02:35:04.712 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T02:35:04.730 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-06T02:35:04.769 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T02:35:04.875 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-sklearn. 2024-05-06T02:35:04.903 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-06T02:35:04.941 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T02:35:05.073 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-06T02:35:05.081 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-paste. 2024-05-06T02:35:05.107 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-06T02:35:05.156 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T02:35:05.324 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-06T02:35:05.492 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-06T02:35:05.507 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-06T02:35:05.550 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T02:35:05.592 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-06T02:35:05.650 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-06T02:35:05.678 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:35:05.794 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:05.835 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-06T02:35:05.852 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-06T02:35:05.879 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-06T02:35:05.927 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-06T02:35:06.086 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-06T02:35:06.214 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-webtest. 2024-05-06T02:35:06.240 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-06T02:35:06.280 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-06T02:35:06.328 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-06T02:35:06.516 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-pecan. 2024-05-06T02:35:06.531 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-06T02:35:06.574 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T02:35:06.596 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:06.731 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-cachetools. 2024-05-06T02:35:06.758 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-06T02:35:06.789 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-06T02:35:06.897 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T02:35:07.013 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-certifi. 2024-05-06T02:35:07.031 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T02:35:07.039 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-06T02:35:07.079 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-06T02:35:07.109 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-06T02:35:07.136 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-06T02:35:07.158 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T02:35:07.175 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-06T02:35:07.283 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-06T02:35:07.390 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-idna. 2024-05-06T02:35:07.417 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-06T02:35:07.457 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-06T02:35:07.495 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-06T02:35:07.523 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-06T02:35:07.543 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-06T02:35:07.561 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T02:35:07.776 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-urllib3. 2024-05-06T02:35:07.802 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-06T02:35:07.842 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T02:35:07.848 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-rsa. 2024-05-06T02:35:07.876 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-06T02:35:07.906 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-06T02:35:07.933 INFO:teuthology.orchestra.run.smithi172.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-06T02:35:07.966 INFO:teuthology.orchestra.run.smithi172.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-06T02:35:08.029 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T02:35:08.155 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-06T02:35:08.179 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-requests. 2024-05-06T02:35:08.205 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-06T02:35:08.245 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T02:35:08.427 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-google-auth. 2024-05-06T02:35:08.454 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-06T02:35:08.493 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-06T02:35:08.523 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T02:35:08.556 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-06T02:35:08.583 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-06T02:35:08.623 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T02:35:08.649 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-06T02:35:08.738 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-06T02:35:08.754 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-06T02:35:08.787 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T02:35:08.909 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T02:35:08.942 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-06T02:35:08.958 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:35:09.001 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:09.099 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-websocket. 2024-05-06T02:35:09.127 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-06T02:35:09.165 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-06T02:35:09.176 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-06T02:35:09.389 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-06T02:35:09.415 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:09.452 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up zip (3.0-12build2) ... 2024-05-06T02:35:09.458 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:09.494 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-06T02:35:09.521 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-06T02:35:09.560 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T02:35:09.579 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T02:35:09.791 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-06T02:35:09.818 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-06T02:35:09.858 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-06T02:35:10.177 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-openssl. 2024-05-06T02:35:10.205 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-06T02:35:10.241 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-06T02:35:10.243 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-06T02:35:10.255 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T02:35:10.270 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:35:10.307 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:10.499 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T02:35:10.590 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph-mgr. 2024-05-06T02:35:10.617 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:10.624 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-06T02:35:10.627 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-06T02:35:10.655 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-06T02:35:10.656 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:10.693 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T02:35:10.750 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T02:35:10.996 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-06T02:35:11.024 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T02:35:11.043 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-06T02:35:11.054 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T02:35:11.068 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph-mon. 2024-05-06T02:35:11.095 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:11.134 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:11.299 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package jq. 2024-05-06T02:35:11.327 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T02:35:11.365 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-06T02:35:11.394 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-06T02:35:11.618 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package socat. 2024-05-06T02:35:11.637 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T02:35:11.643 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-06T02:35:11.685 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-06T02:35:11.746 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph-osd. 2024-05-06T02:35:11.773 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:11.812 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:11.980 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package xmlstarlet. 2024-05-06T02:35:11.988 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T02:35:12.007 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-06T02:35:12.046 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-06T02:35:12.282 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T02:35:12.417 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-test. 2024-05-06T02:35:12.434 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:12.475 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:12.616 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-06T02:35:12.866 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph. 2024-05-06T02:35:12.876 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-06T02:35:12.892 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../066-ceph_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:12.932 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:12.993 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:13.251 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph-fuse. 2024-05-06T02:35:13.269 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-idna (3.3-1) ... 2024-05-06T02:35:13.278 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:13.318 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:13.579 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T02:35:13.671 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph-mds. 2024-05-06T02:35:13.697 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:13.737 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:14.191 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package cephadm. 2024-05-06T02:35:14.218 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../069-cephadm_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:14.248 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:14.543 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-06T02:35:14.569 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-06T02:35:14.609 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-06T02:35:14.785 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T02:35:14.988 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-volume. 2024-05-06T02:35:15.016 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:35:15.054 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:15.220 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-06T02:35:15.236 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:35:15.248 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T02:35:15.278 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T02:35:15.345 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-06T02:35:15.350 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-06T02:35:15.378 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:15.416 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:15.613 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T02:35:15.723 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-06T02:35:15.728 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-06T02:35:15.756 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-06T02:35:15.794 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T02:35:15.823 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T02:35:16.100 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-06T02:35:16.124 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-06T02:35:16.152 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-06T02:35:16.190 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-06T02:35:16.325 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-babel. 2024-05-06T02:35:16.351 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-06T02:35:16.352 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-06T02:35:16.391 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T02:35:16.536 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package nvme-cli. 2024-05-06T02:35:16.564 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-06T02:35:16.602 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:35:16.603 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T02:35:16.703 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-06T02:35:16.727 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-jinja2. 2024-05-06T02:35:16.754 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-06T02:35:16.794 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T02:35:16.988 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-06T02:35:17.008 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package pkg-config. 2024-05-06T02:35:17.036 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-06T02:35:17.074 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T02:35:17.130 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-06T02:35:17.156 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:35:17.196 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:17.239 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-06T02:35:17.344 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-06T02:35:17.360 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-06T02:35:17.402 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-06T02:35:17.498 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-06T02:35:17.541 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-06T02:35:17.568 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-06T02:35:17.608 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-06T02:35:17.749 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-06T02:35:17.855 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-06T02:35:17.883 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-06T02:35:17.894 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-routes. 2024-05-06T02:35:17.921 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-06T02:35:17.921 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-06T02:35:17.960 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T02:35:18.000 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-06T02:35:18.200 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pastescript. 2024-05-06T02:35:18.228 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-06T02:35:18.260 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T02:35:18.266 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-06T02:35:18.313 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-06T02:35:18.340 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:35:18.361 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-06T02:35:18.379 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:18.545 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pluggy. 2024-05-06T02:35:18.561 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-06T02:35:18.603 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-06T02:35:18.637 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T02:35:18.763 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T02:35:18.917 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-psutil. 2024-05-06T02:35:18.945 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-06T02:35:18.983 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-06T02:35:19.064 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-06T02:35:19.303 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-py. 2024-05-06T02:35:19.331 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-06T02:35:19.365 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-06T02:35:19.377 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-06T02:35:19.616 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T02:35:19.681 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pygments. 2024-05-06T02:35:19.709 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-06T02:35:19.742 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-06T02:35:19.747 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T02:35:19.760 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-06T02:35:19.787 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-06T02:35:19.826 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T02:35:19.868 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T02:35:19.958 INFO:teuthology.orchestra.run.smithi172.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-06T02:35:20.195 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T02:35:20.202 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-06T02:35:20.230 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-06T02:35:20.268 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-06T02:35:20.304 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-joblib. 2024-05-06T02:35:20.312 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T02:35:20.331 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-06T02:35:20.370 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T02:35:20.563 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-toml. 2024-05-06T02:35:20.591 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-06T02:35:20.629 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-06T02:35:20.707 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-06T02:35:20.722 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-06T02:35:20.735 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-06T02:35:20.774 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-06T02:35:20.907 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pytest. 2024-05-06T02:35:20.936 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-06T02:35:20.965 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-06T02:35:20.973 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T02:35:21.035 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-sklearn. 2024-05-06T02:35:21.062 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-06T02:35:21.092 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-06T02:35:21.093 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T02:35:21.327 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-simplejson. 2024-05-06T02:35:21.342 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:35:21.356 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-06T02:35:21.394 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-06T02:35:21.468 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T02:35:21.654 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-06T02:35:21.672 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-06T02:35:21.704 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-06T02:35:21.777 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T02:35:21.784 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-06T02:35:21.812 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:35:21.944 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:22.054 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T02:35:22.330 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-06T02:35:22.426 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package radosgw. 2024-05-06T02:35:22.454 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../116-radosgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:22.464 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-06T02:35:22.492 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:22.724 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-06T02:35:22.932 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-cachetools. 2024-05-06T02:35:22.959 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-06T02:35:22.974 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T02:35:22.989 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-06T02:35:23.292 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-06T02:35:23.311 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-06T02:35:23.312 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package rbd-fuse. 2024-05-06T02:35:23.320 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-06T02:35:23.340 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:23.358 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-06T02:35:23.378 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:23.659 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-06T02:35:23.695 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-06T02:35:23.704 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-06T02:35:23.723 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-06T02:35:23.761 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T02:35:23.990 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T02:35:24.081 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-rsa. 2024-05-06T02:35:24.109 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-06T02:35:24.148 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-06T02:35:24.175 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T02:35:24.276 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T02:35:24.309 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T02:35:24.435 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:24.468 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-google-auth. 2024-05-06T02:35:24.496 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-06T02:35:24.534 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-06T02:35:24.547 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-06T02:35:24.561 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:24.670 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-06T02:35:24.829 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-06T02:35:24.845 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-06T02:35:24.887 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T02:35:24.927 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-06T02:35:24.982 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:25.107 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:25.182 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-websocket. 2024-05-06T02:35:25.209 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-06T02:35:25.234 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-06T02:35:25.248 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-06T02:35:25.378 INFO:teuthology.orchestra.run.smithi052.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-06T02:35:25.453 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:25.510 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:25.576 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-06T02:35:25.604 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-06T02:35:25.636 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:25.642 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T02:35:25.762 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:25.971 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T02:35:25.972 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T02:35:25.977 INFO:teuthology.orchestra.run.smithi052.stdout:Adding system user cephadm....done 2024-05-06T02:35:26.117 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T02:35:26.306 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-06T02:35:26.334 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:35:26.398 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:26.402 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-06T02:35:26.472 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:26.598 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:26.653 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-06T02:35:26.684 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-06T02:35:26.711 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-06T02:35:26.724 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:26.750 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T02:35:26.779 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-06T02:35:26.850 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T02:35:27.030 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-06T02:35:27.070 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-06T02:35:27.098 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T02:35:27.136 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T02:35:27.290 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T02:35:27.405 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package jq. 2024-05-06T02:35:27.416 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-06T02:35:27.421 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-06T02:35:27.463 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-06T02:35:27.716 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package socat. 2024-05-06T02:35:27.726 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T02:35:27.744 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-06T02:35:27.783 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-06T02:35:28.012 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:28.086 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package xmlstarlet. 2024-05-06T02:35:28.102 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-06T02:35:28.113 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-06T02:35:28.137 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:28.152 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-06T02:35:28.288 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:28.362 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-06T02:35:28.390 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:28.491 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:28.539 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph-test. 2024-05-06T02:35:28.555 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:28.598 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:28.629 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-06T02:35:28.889 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-06T02:35:29.050 INFO:teuthology.orchestra.run.smithi172.stdout:Adding group ceph....done 2024-05-06T02:35:29.141 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-06T02:35:29.377 INFO:teuthology.orchestra.run.smithi172.stdout:Adding system user ceph....done 2024-05-06T02:35:29.400 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-06T02:35:29.520 INFO:teuthology.orchestra.run.smithi172.stdout:Setting system user ceph properties....done 2024-05-06T02:35:29.538 INFO:teuthology.orchestra.run.smithi172.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-06T02:35:29.668 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:29.677 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-06T02:35:29.927 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T02:35:30.003 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-06T02:35:30.053 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T02:35:30.171 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T02:35:30.272 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-06T02:35:30.483 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:30.515 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-06T02:35:30.609 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:30.894 INFO:teuthology.orchestra.run.smithi052.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-06T02:35:30.921 INFO:teuthology.orchestra.run.smithi052.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-06T02:35:30.927 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package ceph-volume. 2024-05-06T02:35:30.954 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3516-ge08cbbf6-1jammy_all.deb ... 2024-05-06T02:35:30.985 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T02:35:30.993 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:31.070 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T02:35:31.070 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T02:35:31.111 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-06T02:35:31.288 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-06T02:35:31.304 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:31.338 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:31.479 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T02:35:31.536 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:31.604 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-06T02:35:31.641 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-06T02:35:31.669 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-06T02:35:31.707 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T02:35:31.872 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T02:35:31.879 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-06T02:35:32.054 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-06T02:35:32.081 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-06T02:35:32.120 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-06T02:35:32.140 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-06T02:35:32.427 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:32.441 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up zip (3.0-12build2) ... 2024-05-06T02:35:32.507 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package nvme-cli. 2024-05-06T02:35:32.535 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-06T02:35:32.551 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T02:35:32.573 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T02:35:32.688 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T02:35:32.689 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T02:35:32.962 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package pkg-config. 2024-05-06T02:35:32.989 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-06T02:35:33.019 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T02:35:33.201 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:33.245 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T02:35:33.256 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-06T02:35:33.283 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-06T02:35:33.322 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-06T02:35:33.428 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T02:35:33.428 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T02:35:33.504 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T02:35:33.630 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-06T02:35:33.756 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T02:35:33.842 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-06T02:35:33.869 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-06T02:35:33.917 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-06T02:35:33.960 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:34.065 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-06T02:35:34.229 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T02:35:34.229 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T02:35:34.286 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-pastescript. 2024-05-06T02:35:34.313 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-06T02:35:34.361 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-06T02:35:34.450 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-06T02:35:34.684 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T02:35:34.737 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:34.772 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-pluggy. 2024-05-06T02:35:34.800 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-06T02:35:34.847 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-06T02:35:34.863 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:35.005 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:35.069 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T02:35:35.142 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-psutil. 2024-05-06T02:35:35.169 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-06T02:35:35.203 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T02:35:35.203 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T02:35:35.208 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-06T02:35:35.404 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T02:35:35.528 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-py. 2024-05-06T02:35:35.555 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-06T02:35:35.594 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-06T02:35:35.755 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-06T02:35:35.897 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-pygments. 2024-05-06T02:35:35.925 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-06T02:35:35.964 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T02:35:36.014 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-06T02:35:36.076 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:36.124 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:36.400 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-idna (3.3-1) ... 2024-05-06T02:35:36.402 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:36.409 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-06T02:35:36.437 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-06T02:35:36.476 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-06T02:35:36.503 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:36.646 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:36.768 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T02:35:36.795 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-toml. 2024-05-06T02:35:36.822 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-06T02:35:36.861 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-06T02:35:36.999 INFO:teuthology.orchestra.run.smithi172.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-06T02:35:37.116 INFO:teuthology.orchestra.run.smithi172.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-06T02:35:37.164 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-pytest. 2024-05-06T02:35:37.192 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-06T02:35:37.230 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T02:35:37.269 INFO:teuthology.orchestra.run.smithi172.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-06T02:35:37.551 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package python3-simplejson. 2024-05-06T02:35:37.579 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-06T02:35:37.609 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-06T02:35:37.886 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-06T02:35:37.914 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-06T02:35:37.953 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-06T02:35:37.990 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T02:35:38.018 INFO:teuthology.orchestra.run.smithi172.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-06T02:35:38.225 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:35:38.360 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-06T02:35:38.627 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T02:35:38.657 INFO:teuthology.orchestra.run.smithi172.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-06T02:35:38.664 DEBUG:teuthology.parallel:result is None 2024-05-06T02:35:38.732 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package radosgw. 2024-05-06T02:35:38.753 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-06T02:35:38.759 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../116-radosgw_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:38.806 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:38.880 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T02:35:39.247 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-06T02:35:39.515 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-06T02:35:39.617 INFO:teuthology.orchestra.run.smithi155.stdout:Selecting previously unselected package rbd-fuse. 2024-05-06T02:35:39.634 INFO:teuthology.orchestra.run.smithi155.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3516-ge08cbbf6-1jammy_amd64.deb ... 2024-05-06T02:35:39.675 INFO:teuthology.orchestra.run.smithi155.stdout:Unpacking rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:39.783 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:35:39.909 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-06T02:35:39.988 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-06T02:35:40.219 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-06T02:35:40.255 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-06T02:35:40.390 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-06T02:35:40.486 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-06T02:35:40.649 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-06T02:35:40.754 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-06T02:35:40.966 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-06T02:35:41.022 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-06T02:35:41.281 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-06T02:35:41.385 INFO:teuthology.orchestra.run.smithi155.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-06T02:35:41.458 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:41.524 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T02:35:41.625 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-06T02:35:41.910 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T02:35:41.965 INFO:teuthology.orchestra.run.smithi155.stdout:Adding system user cephadm....done 2024-05-06T02:35:42.027 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T02:35:42.113 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-06T02:35:42.303 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-06T02:35:42.381 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-06T02:35:42.613 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-06T02:35:42.632 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-06T02:35:42.775 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-06T02:35:42.872 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T02:35:42.998 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-06T02:35:43.026 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-06T02:35:43.099 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T02:35:43.180 INFO:teuthology.orchestra.run.smithi052.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-06T02:35:43.286 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-06T02:35:43.411 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-06T02:35:43.418 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T02:35:43.535 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T02:35:43.713 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-06T02:35:43.912 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-06T02:35:44.073 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-06T02:35:44.188 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-06T02:35:44.314 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-06T02:35:44.333 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-06T02:35:44.573 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:35:44.601 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-06T02:35:44.674 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T02:35:44.844 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-06T02:35:44.976 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T02:35:45.111 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-06T02:35:45.277 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T02:35:45.379 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-06T02:35:45.544 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-06T02:35:45.630 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-ceph-argparse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:45.654 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-06T02:35:45.930 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-06T02:35:46.156 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-06T02:35:46.206 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T02:35:46.282 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-06T02:35:46.408 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-06T02:35:46.517 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-06T02:35:46.553 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-06T02:35:46.768 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-06T02:35:46.928 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-06T02:35:47.195 INFO:teuthology.orchestra.run.smithi155.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-06T02:35:47.221 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T02:35:47.224 INFO:teuthology.orchestra.run.smithi155.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-06T02:35:47.279 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-06T02:35:47.389 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-06T02:35:47.573 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T02:35:47.699 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:47.749 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-06T02:35:47.834 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:47.875 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-06T02:35:47.960 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-06T02:35:48.134 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-06T02:35:48.288 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:48.393 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-06T02:35:48.414 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:48.540 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-06T02:35:48.686 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up zip (3.0-12build2) ... 2024-05-06T02:35:48.812 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-06T02:35:48.833 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:48.959 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:49.085 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:49.311 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T02:35:49.311 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T02:35:49.456 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-06T02:35:49.715 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-06T02:35:49.829 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:49.841 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-06T02:35:49.950 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-06T02:35:49.954 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:50.081 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:50.207 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T02:35:50.234 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-06T02:35:50.619 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-06T02:35:50.886 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-06T02:35:51.280 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-06T02:35:51.494 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:51.564 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-06T02:35:51.603 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:51.713 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:51.863 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:51.916 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-06T02:35:51.989 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:52.158 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-06T02:35:52.284 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:52.533 INFO:teuthology.orchestra.run.smithi052.stdout:Adding group ceph....done 2024-05-06T02:35:52.591 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-idna (3.3-1) ... 2024-05-06T02:35:52.834 INFO:teuthology.orchestra.run.smithi052.stdout:Adding system user ceph....done 2024-05-06T02:35:52.895 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-06T02:35:52.986 INFO:teuthology.orchestra.run.smithi052.stdout:Setting system user ceph properties....done 2024-05-06T02:35:53.002 INFO:teuthology.orchestra.run.smithi052.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-06T02:35:53.144 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-06T02:35:53.484 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-06T02:35:53.957 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:54.083 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:54.125 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-06T02:35:54.335 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:35:54.469 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-06T02:35:54.592 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T02:35:54.592 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T02:35:54.737 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-06T02:35:54.863 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-06T02:35:54.989 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-06T02:35:55.077 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:55.306 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-06T02:35:55.451 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-06T02:35:55.533 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-06T02:35:55.775 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:35:55.876 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-06T02:35:55.937 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:56.166 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T02:35:56.166 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T02:35:56.169 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-06T02:35:56.420 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-06T02:35:56.688 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-06T02:35:56.697 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:56.896 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T02:35:56.896 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T02:35:56.947 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-06T02:35:57.200 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-06T02:35:57.374 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:57.459 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-06T02:35:57.586 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-06T02:35:57.660 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T02:35:57.661 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T02:35:57.862 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-06T02:35:57.988 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-06T02:35:58.168 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:58.272 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-06T02:35:58.285 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:58.445 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:58.565 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-06T02:35:58.668 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T02:35:58.669 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T02:35:58.816 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-06T02:35:58.917 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-06T02:35:59.018 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-06T02:35:59.108 INFO:teuthology.orchestra.run.smithi155.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-06T02:35:59.155 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:59.306 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:59.361 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-06T02:35:59.432 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:59.487 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-06T02:35:59.719 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:35:59.872 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-06T02:36:00.096 INFO:teuthology.orchestra.run.smithi052.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-06T02:36:00.148 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-06T02:36:00.197 INFO:teuthology.orchestra.run.smithi052.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-06T02:36:00.274 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-06T02:36:00.333 INFO:teuthology.orchestra.run.smithi052.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-06T02:36:00.517 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-06T02:36:00.643 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-06T02:36:00.960 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-06T02:36:01.270 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-06T02:36:01.392 INFO:teuthology.orchestra.run.smithi052.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-06T02:36:01.546 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-06T02:36:01.672 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-06T02:36:01.931 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-06T02:36:02.057 INFO:teuthology.orchestra.run.smithi052.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-06T02:36:02.063 DEBUG:teuthology.parallel:result is None 2024-05-06T02:36:02.191 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-06T02:36:02.552 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-06T02:36:02.929 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-06T02:36:03.239 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-06T02:36:03.583 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-06T02:36:03.692 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up librados2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:03.810 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:03.936 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-06T02:36:04.272 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up libcephfs2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:04.415 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up libradosstriper1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:04.541 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-06T02:36:04.809 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up librbd1 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:04.927 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph-mgr-modules-core (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:05.070 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:05.284 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T02:36:05.284 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-06T02:36:05.754 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up libcephfs-dev (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:05.880 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-rados (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:06.006 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up librgw2 (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:06.132 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-06T02:36:07.361 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-rbd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:07.487 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up rbd-fuse (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:07.613 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-rgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:07.739 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up python3-cephfs (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:07.865 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph-common (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:08.525 INFO:teuthology.orchestra.run.smithi155.stdout:Adding group ceph....done 2024-05-06T02:36:08.850 INFO:teuthology.orchestra.run.smithi155.stdout:Adding system user ceph....done 2024-05-06T02:36:09.011 INFO:teuthology.orchestra.run.smithi155.stdout:Setting system user ceph properties....done 2024-05-06T02:36:09.028 INFO:teuthology.orchestra.run.smithi155.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-06T02:36:09.164 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-06T02:36:09.518 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-06T02:36:09.991 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph-test (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:10.117 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up radosgw (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:10.593 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T02:36:10.593 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-06T02:36:11.044 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph-base (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:11.390 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-06T02:36:11.846 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph-mds (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:12.070 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T02:36:12.070 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-06T02:36:12.556 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph-mgr (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:12.765 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T02:36:12.765 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-06T02:36:13.248 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph-osd (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:13.526 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T02:36:13.526 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-06T02:36:14.001 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:14.126 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:14.261 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph-mon (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:14.464 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T02:36:14.464 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-06T02:36:14.920 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph-mgr-cephadm (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:15.063 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:15.189 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph-mgr-dashboard (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:15.340 INFO:teuthology.orchestra.run.smithi155.stdout:Setting up ceph-volume (19.0.0-3516-ge08cbbf6-1jammy) ... 2024-05-06T02:36:15.684 INFO:teuthology.orchestra.run.smithi155.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-06T02:36:15.793 INFO:teuthology.orchestra.run.smithi155.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-06T02:36:15.937 INFO:teuthology.orchestra.run.smithi155.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-06T02:36:17.348 INFO:teuthology.orchestra.run.smithi155.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-06T02:36:18.005 INFO:teuthology.orchestra.run.smithi155.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-06T02:36:18.011 DEBUG:teuthology.parallel:result is None 2024-05-06T02:36:18.012 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:36:18.237 DEBUG:teuthology.orchestra.run.smithi052:> dpkg-query -W -f '${Version}' ceph 2024-05-06T02:36:18.258 INFO:teuthology.orchestra.run.smithi052.stdout:19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:36:18.258 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:36:18.258 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516-ge08cbbf6-1jammy is installed. 2024-05-06T02:36:18.261 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:36:18.497 DEBUG:teuthology.orchestra.run.smithi155:> dpkg-query -W -f '${Version}' ceph 2024-05-06T02:36:18.517 INFO:teuthology.orchestra.run.smithi155.stdout:19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:36:18.517 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:36:18.517 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516-ge08cbbf6-1jammy is installed. 2024-05-06T02:36:18.519 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:36:18.665 DEBUG:teuthology.orchestra.run.smithi172:> dpkg-query -W -f '${Version}' ceph 2024-05-06T02:36:18.684 INFO:teuthology.orchestra.run.smithi172.stdout:19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:36:18.685 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516-ge08cbbf6-1jammy 2024-05-06T02:36:18.685 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516-ge08cbbf6-1jammy is installed. 2024-05-06T02:36:18.687 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-06T02:36:18.687 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:36:18.687 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T02:36:18.702 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-05-06T02:36:18.702 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T02:36:18.716 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-05-06T02:36:18.716 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T02:36:18.740 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-06T02:36:18.740 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:36:18.740 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T02:36:18.757 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T02:36:18.813 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-05-06T02:36:18.813 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T02:36:18.826 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T02:36:18.883 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-05-06T02:36:18.883 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T02:36:18.896 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T02:36:18.951 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-06T02:36:18.951 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:36:18.951 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T02:36:18.965 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T02:36:19.021 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-05-06T02:36:19.021 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T02:36:19.034 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T02:36:19.090 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-05-06T02:36:19.090 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T02:36:19.103 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T02:36:19.159 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-06T02:36:19.160 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:36:19.160 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T02:36:19.174 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T02:36:19.229 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-05-06T02:36:19.229 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T02:36:19.242 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T02:36:19.298 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-05-06T02:36:19.298 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T02:36:19.312 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T02:36:19.368 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-06T02:36:19.467 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', 'mons down', 'mon down', 'out of quorum'], 'log-only-match': ['CEPHADM_'], 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'} 2024-05-06T02:36:19.468 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:36:19.468 INFO:tasks.cephadm:Cluster fsid is 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:36:19.468 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-06T02:36:19.468 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.52', 'mon.b': '172.21.15.155', 'mon.c': '172.21.15.172'} 2024-05-06T02:36:19.468 INFO:tasks.cephadm:First mon is mon.a on smithi052 2024-05-06T02:36:19.469 INFO:tasks.cephadm:First mgr is a 2024-05-06T02:36:19.469 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-06T02:36:19.469 DEBUG:teuthology.orchestra.run.smithi052:> sudo hostname $(hostname -s) 2024-05-06T02:36:19.483 DEBUG:teuthology.orchestra.run.smithi155:> sudo hostname $(hostname -s) 2024-05-06T02:36:19.498 DEBUG:teuthology.orchestra.run.smithi172:> sudo hostname $(hostname -s) 2024-05-06T02:36:19.512 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-06T02:36:19.512 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:36:19.657 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', '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/79095/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3516-ge08cbbf6', 'node_name': '172.21.2.12+braggi12', '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-3516-ge08cbbf6-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-03 20:06:49.541906', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuriw-testing-20240503.181540-main', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}, {'status': 'ready', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', '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/79093/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3516-ge08cbbf6', 'node_name': '172.21.2.9+braggi09', '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-3516-ge08cbbf6-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-03 19:54:19.849342', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuriw-testing-20240503.181540-main', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-06T02:36:19.968 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-yuriw-testing-20240503.181540-main, sha1 e08cbbf6fd79a8dd2949f340bce25e28ea3db004 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:36:19.970 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-06T02:36:19.970 DEBUG:teuthology.orchestra.run.smithi052:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T02:36:20.422 INFO:teuthology.orchestra.run.smithi052.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789829 May 6 02:36 /home/ubuntu/cephtest/cephadm 2024-05-06T02:36:20.423 DEBUG:teuthology.orchestra.run.smithi155:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T02:36:21.014 INFO:teuthology.orchestra.run.smithi155.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789829 May 6 02:36 /home/ubuntu/cephtest/cephadm 2024-05-06T02:36:21.014 DEBUG:teuthology.orchestra.run.smithi172:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T02:36:21.600 INFO:teuthology.orchestra.run.smithi172.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789829 May 6 02:36 /home/ubuntu/cephtest/cephadm 2024-05-06T02:36:21.600 DEBUG:teuthology.orchestra.run.smithi052:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T02:36:21.608 DEBUG:teuthology.orchestra.run.smithi155:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T02:36:21.616 DEBUG:teuthology.orchestra.run.smithi172:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T02:36:21.635 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 on all hosts... 2024-05-06T02:36:21.635 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T02:36:21.654 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T02:36:21.660 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T02:36:21.825 INFO:teuthology.orchestra.run.smithi052.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T02:36:21.825 INFO:teuthology.orchestra.run.smithi155.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T02:36:21.835 INFO:teuthology.orchestra.run.smithi172.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T02:37:13.060 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-05-06T02:37:13.061 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T02:37:13.061 INFO:teuthology.orchestra.run.smithi155.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T02:37:13.061 INFO:teuthology.orchestra.run.smithi155.stdout: "repo_digests": [ 2024-05-06T02:37:13.061 INFO:teuthology.orchestra.run.smithi155.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T02:37:13.061 INFO:teuthology.orchestra.run.smithi155.stdout: ] 2024-05-06T02:37:13.061 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-05-06T02:37:37.486 INFO:teuthology.orchestra.run.smithi052.stdout:{ 2024-05-06T02:37:37.486 INFO:teuthology.orchestra.run.smithi052.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T02:37:37.486 INFO:teuthology.orchestra.run.smithi052.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T02:37:37.486 INFO:teuthology.orchestra.run.smithi052.stdout: "repo_digests": [ 2024-05-06T02:37:37.486 INFO:teuthology.orchestra.run.smithi052.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T02:37:37.486 INFO:teuthology.orchestra.run.smithi052.stdout: ] 2024-05-06T02:37:37.486 INFO:teuthology.orchestra.run.smithi052.stdout:} 2024-05-06T02:37:38.092 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2024-05-06T02:37:38.092 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T02:37:38.092 INFO:teuthology.orchestra.run.smithi172.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T02:37:38.092 INFO:teuthology.orchestra.run.smithi172.stdout: "repo_digests": [ 2024-05-06T02:37:38.092 INFO:teuthology.orchestra.run.smithi172.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T02:37:38.092 INFO:teuthology.orchestra.run.smithi172.stdout: ] 2024-05-06T02:37:38.092 INFO:teuthology.orchestra.run.smithi172.stdout:} 2024-05-06T02:37:38.139 DEBUG:teuthology.orchestra.run.smithi052:> sudo mkdir -p /etc/ceph 2024-05-06T02:37:38.155 DEBUG:teuthology.orchestra.run.smithi155:> sudo mkdir -p /etc/ceph 2024-05-06T02:37:38.169 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /etc/ceph 2024-05-06T02:37:38.183 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 777 /etc/ceph 2024-05-06T02:37:38.207 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 777 /etc/ceph 2024-05-06T02:37:38.222 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 777 /etc/ceph 2024-05-06T02:37:38.239 INFO:tasks.cephadm:Writing seed config... 2024-05-06T02:37:38.240 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-05-06T02:37:38.240 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-06T02:37:38.240 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-06T02:37:38.240 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-05-06T02:37:38.240 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-06T02:37:38.240 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-06T02:37:38.240 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-06T02:37:38.240 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-06T02:37:38.240 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-06T02:37:38.241 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:37:38.241 DEBUG:teuthology.orchestra.run.smithi052:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-06T02:37:38.256 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 = 6b724fee-0b51-11ef-bc97-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-06T02:37:38.256 DEBUG:teuthology.orchestra.run.smithi052:mon.a> sudo journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.a.service 2024-05-06T02:37:38.302 DEBUG:teuthology.orchestra.run.smithi052:mgr.a> sudo journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mgr.a.service 2024-05-06T02:37:38.349 INFO:tasks.cephadm:Bootstrapping... 2024-05-06T02:37:38.349 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 -v bootstrap --fsid 6b724fee-0b51-11ef-bc97-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.52 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-06T02:37:38.562 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------------------------------------------------------------------- 2024-05-06T02:37:38.563 INFO:teuthology.orchestra.run.smithi052.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004', '-v', 'bootstrap', '--fsid', '6b724fee-0b51-11ef-bc97-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.52', '--skip-admin-label'] 2024-05-06T02:37:38.563 INFO:teuthology.orchestra.run.smithi052.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-06T02:37:38.564 INFO:teuthology.orchestra.run.smithi052.stdout:Verifying podman|docker is present... 2024-05-06T02:37:38.564 INFO:teuthology.orchestra.run.smithi052.stdout:Verifying lvm2 is present... 2024-05-06T02:37:38.564 INFO:teuthology.orchestra.run.smithi052.stdout:Verifying time synchronization is in place... 2024-05-06T02:37:38.567 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-06T02:37:38.568 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-06T02:37:38.573 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-06T02:37:38.573 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout inactive 2024-05-06T02:37:38.579 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-06T02:37:38.579 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-06T02:37:38.582 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-06T02:37:38.582 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout inactive 2024-05-06T02:37:38.586 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-06T02:37:38.586 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout masked 2024-05-06T02:37:38.590 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-06T02:37:38.590 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout inactive 2024-05-06T02:37:38.594 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-06T02:37:38.594 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-06T02:37:38.597 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-06T02:37:38.597 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout inactive 2024-05-06T02:37:38.602 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout enabled 2024-05-06T02:37:38.606 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout active 2024-05-06T02:37:38.606 INFO:teuthology.orchestra.run.smithi052.stdout:Unit ntp.service is enabled and running 2024-05-06T02:37:38.606 INFO:teuthology.orchestra.run.smithi052.stdout:Repeating the final host check... 2024-05-06T02:37:38.606 INFO:teuthology.orchestra.run.smithi052.stdout:docker (/usr/bin/docker) is present 2024-05-06T02:37:38.606 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl is present 2024-05-06T02:37:38.606 INFO:teuthology.orchestra.run.smithi052.stdout:lvcreate is present 2024-05-06T02:37:38.609 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-06T02:37:38.609 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-06T02:37:38.613 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-06T02:37:38.613 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout inactive 2024-05-06T02:37:38.617 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-06T02:37:38.617 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-06T02:37:38.620 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-06T02:37:38.620 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout inactive 2024-05-06T02:37:38.624 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-06T02:37:38.624 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout masked 2024-05-06T02:37:38.628 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-06T02:37:38.628 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout inactive 2024-05-06T02:37:38.631 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-06T02:37:38.631 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-06T02:37:38.634 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-06T02:37:38.634 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout inactive 2024-05-06T02:37:38.638 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout enabled 2024-05-06T02:37:38.642 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stdout active 2024-05-06T02:37:38.643 INFO:teuthology.orchestra.run.smithi052.stdout:Unit ntp.service is enabled and running 2024-05-06T02:37:38.643 INFO:teuthology.orchestra.run.smithi052.stdout:Host looks OK 2024-05-06T02:37:38.643 INFO:teuthology.orchestra.run.smithi052.stdout:Cluster fsid: 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:38.643 INFO:teuthology.orchestra.run.smithi052.stdout:Acquiring lock 140368667912240 on /run/cephadm/6b724fee-0b51-11ef-bc97-c7b262605968.lock 2024-05-06T02:37:38.643 INFO:teuthology.orchestra.run.smithi052.stdout:Lock 140368667912240 acquired on /run/cephadm/6b724fee-0b51-11ef-bc97-c7b262605968.lock 2024-05-06T02:37:38.643 INFO:teuthology.orchestra.run.smithi052.stdout:Verifying IP 172.21.15.52 port 3300 ... 2024-05-06T02:37:38.643 INFO:teuthology.orchestra.run.smithi052.stdout:Verifying IP 172.21.15.52 port 6789 ... 2024-05-06T02:37:38.643 INFO:teuthology.orchestra.run.smithi052.stdout:Base mon IP(s) is [172.21.15.52:3300, 172.21.15.52:6789], mon addrv is [v2:172.21.15.52:3300,v1:172.21.15.52:6789] 2024-05-06T02:37:38.645 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-05-06T02:37:38.645 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-06T02:37:38.645 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.52 2024-05-06T02:37:38.647 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-06T02:37:38.647 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-05-06T02:37:38.647 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2024-05-06T02:37:38.649 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-06T02:37:38.649 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-06T02:37:38.649 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-06T02:37:38.649 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-06T02:37:38.649 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15de/64 scope link 2024-05-06T02:37:38.649 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-06T02:37:38.650 INFO:teuthology.orchestra.run.smithi052.stdout:Mon IP `172.21.15.52` is in CIDR network `172.21.0.0/20` 2024-05-06T02:37:38.650 INFO:teuthology.orchestra.run.smithi052.stdout:Mon IP `172.21.15.52` is in CIDR network `172.21.0.0/20` 2024-05-06T02:37:38.650 INFO:teuthology.orchestra.run.smithi052.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-06T02:37:38.650 INFO:teuthology.orchestra.run.smithi052.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-06T02:37:38.651 INFO:teuthology.orchestra.run.smithi052.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T02:37:38.943 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/docker: stdout e08cbbf6fd79a8dd2949f340bce25e28ea3db004: Pulling from ceph-ci/ceph 2024-05-06T02:37:38.943 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/docker: stdout Digest: sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T02:37:38.943 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:37:38.943 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T02:37:40.273 INFO:teuthology.orchestra.run.smithi052.stdout:ceph: stdout ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev) 2024-05-06T02:37:40.273 INFO:teuthology.orchestra.run.smithi052.stdout:Ceph version: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev) 2024-05-06T02:37:40.273 INFO:teuthology.orchestra.run.smithi052.stdout:Extracting ceph user uid/gid from container image... 2024-05-06T02:37:41.461 INFO:teuthology.orchestra.run.smithi052.stdout:stat: stdout 167 167 2024-05-06T02:37:41.461 INFO:teuthology.orchestra.run.smithi052.stdout:Creating initial keys... 2024-05-06T02:37:42.590 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-authtool: stdout AQB2QjhmqAVlBhAAKHDrJhRUUNKCHLjcsxW7WQ== 2024-05-06T02:37:43.677 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-authtool: stdout AQB3QjhmmysdDRAA4ZK+dVUjMs8+xrbiwprjgg== 2024-05-06T02:37:44.857 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-authtool: stdout AQB4Qjhmr5w4ExAAcn41rdhtMblfDsathdROsQ== 2024-05-06T02:37:44.858 INFO:teuthology.orchestra.run.smithi052.stdout:Creating initial monmap... 2024-05-06T02:37:46.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-06T02:37:46.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-06T02:37:46.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:46.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-06T02:37:46.022 INFO:teuthology.orchestra.run.smithi052.stdout:monmaptool for a [v2:172.21.15.52:3300,v1:172.21.15.52:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-06T02:37:46.022 INFO:teuthology.orchestra.run.smithi052.stdout:setting min_mon_release = quincy 2024-05-06T02:37:46.023 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/monmaptool: set fsid to 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:46.023 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-06T02:37:46.023 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:37:46.023 INFO:teuthology.orchestra.run.smithi052.stdout:Creating mon... 2024-05-06T02:37:47.259 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.723+0000 7f63947a4c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T02:37:47.259 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.723+0000 7f63947a4c80 1 imported monmap: 2024-05-06T02:37:47.260 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-05-06T02:37:47.260 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:47.260 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-05-06T02:37:45.550073+0000 2024-05-06T02:37:47.260 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:37:47.260 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-05-06T02:37:47.260 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-05-06T02:37:47.260 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:37:47.260 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.260 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.723+0000 7f63947a4c80 0 /usr/bin/ceph-mon: set fsid to 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:47.260 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T02:37:47.260 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.260 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Git sha 0 2024-05-06T02:37:47.260 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T02:37:47.260 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: DB SUMMARY 2024-05-06T02:37:47.261 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.261 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: DB Session ID: OAR07EV9W6H09SAPMABO 2024-05-06T02:37:47.261 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.261 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-05-06T02:37:47.261 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.261 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-05-06T02:37:47.261 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.261 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T02:37:47.261 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.create_if_missing: 1 2024-05-06T02:37:47.261 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T02:37:47.261 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T02:37:47.261 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T02:37:47.261 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T02:37:47.261 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.env: 0x55beffa13cc0 2024-05-06T02:37:47.262 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T02:37:47.262 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.info_log: 0x55bf00875040 2024-05-06T02:37:47.262 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T02:37:47.262 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.statistics: (nil) 2024-05-06T02:37:47.262 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.use_fsync: 0 2024-05-06T02:37:47.262 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T02:37:47.262 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T02:37:47.262 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T02:37:47.262 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T02:37:47.262 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T02:37:47.262 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T02:37:47.262 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T02:37:47.262 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.db_log_dir: 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.wal_dir: 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.write_buffer_manager: 0x55bf00844aa0 2024-05-06T02:37:47.263 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T02:37:47.264 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T02:37:47.264 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T02:37:47.264 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T02:37:47.264 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T02:37:47.264 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T02:37:47.264 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T02:37:47.264 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T02:37:47.264 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.unordered_write: 0 2024-05-06T02:37:47.264 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T02:37:47.264 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T02:37:47.264 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T02:37:47.264 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T02:37:47.264 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.row_cache: None 2024-05-06T02:37:47.264 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.wal_filter: None 2024-05-06T02:37:47.265 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T02:37:47.265 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T02:37:47.265 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T02:37:47.265 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T02:37:47.265 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.wal_compression: 0 2024-05-06T02:37:47.265 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T02:37:47.265 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T02:37:47.265 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T02:37:47.265 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T02:37:47.265 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T02:37:47.265 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T02:37:47.265 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T02:37:47.265 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T02:37:47.265 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T02:37:47.266 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T02:37:47.266 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T02:37:47.266 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T02:37:47.266 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T02:37:47.266 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T02:37:47.266 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T02:37:47.266 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T02:37:47.266 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T02:37:47.266 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T02:37:47.266 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T02:37:47.266 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T02:37:47.266 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T02:37:47.266 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T02:37:47.267 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T02:37:47.267 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_open_files: -1 2024-05-06T02:37:47.267 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T02:37:47.267 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T02:37:47.267 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T02:37:47.267 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T02:37:47.267 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T02:37:47.267 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Compression algorithms supported: 2024-05-06T02:37:47.267 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T02:37:47.267 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: kZSTD supported: 0 2024-05-06T02:37:47.267 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T02:37:47.267 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T02:37:47.267 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T02:37:47.267 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.merge_operator: 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compaction_filter: None 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T02:37:47.268 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bf00875200) 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55bf008771f0 2024-05-06T02:37:47.269 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-05-06T02:37:47.270 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-05-06T02:37:47.270 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-05-06T02:37:47.270 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-05-06T02:37:47.270 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-05-06T02:37:47.270 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-05-06T02:37:47.270 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-05-06T02:37:47.270 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-05-06T02:37:47.270 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-05-06T02:37:47.270 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-05-06T02:37:47.270 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-05-06T02:37:47.270 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-05-06T02:37:47.270 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-05-06T02:37:47.270 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-05-06T02:37:47.270 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-05-06T02:37:47.271 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-05-06T02:37:47.271 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-05-06T02:37:47.271 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-05-06T02:37:47.271 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-05-06T02:37:47.271 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-05-06T02:37:47.271 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-05-06T02:37:47.271 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-05-06T02:37:47.271 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-05-06T02:37:47.271 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-05-06T02:37:47.271 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compression: NoCompression 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.num_levels: 7 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T02:37:47.272 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T02:37:47.273 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T02:37:47.273 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T02:37:47.273 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T02:37:47.273 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T02:37:47.273 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T02:37:47.273 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T02:37:47.273 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T02:37:47.273 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T02:37:47.273 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T02:37:47.273 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T02:37:47.273 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T02:37:47.273 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T02:37:47.273 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T02:37:47.274 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T02:37:47.274 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T02:37:47.274 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T02:37:47.274 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T02:37:47.274 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T02:37:47.274 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T02:37:47.274 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T02:37:47.274 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T02:37:47.274 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T02:37:47.274 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T02:37:47.274 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T02:37:47.274 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T02:37:47.274 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T02:37:47.275 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T02:37:47.275 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T02:37:47.275 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T02:37:47.275 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T02:37:47.275 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T02:37:47.275 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T02:37:47.275 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T02:37:47.275 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T02:37:47.275 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T02:37:47.275 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T02:37:47.275 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T02:37:47.275 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T02:37:47.275 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T02:37:47.275 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T02:37:47.276 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T02:37:47.276 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T02:37:47.276 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T02:37:47.276 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T02:37:47.276 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T02:37:47.276 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T02:37:47.276 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T02:37:47.276 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T02:37:47.276 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T02:37:47.276 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T02:37:47.276 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T02:37:47.276 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T02:37:47.276 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T02:37:47.276 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.ttl: 2592000 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T02:37:47.277 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T02:37:47.278 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T02:37:47.283 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T02:37:47.283 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T02:37:47.283 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 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-06T02:37:47.283 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.283 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-06T02:37:47.283 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.283 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 15fd527d-864c-4992-bb39-b2deae2cbdfb 2024-05-06T02:37:47.284 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.284 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-05-06T02:37:47.284 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.284 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55bf0096e000 2024-05-06T02:37:47.284 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.727+0000 7f63947a4c80 4 rocksdb: DB pointer 0x55bf0095e000 2024-05-06T02:37:47.284 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.731+0000 7f6384903700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T02:37:47.284 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.731+0000 7f6384903700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T02:37:47.284 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-05-06T02:37:47.284 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T02:37:47.284 INFO:teuthology.orchestra.run.smithi052.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-06T02:37:47.284 INFO:teuthology.orchestra.run.smithi052.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-06T02:37:47.284 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T02:37:47.284 INFO:teuthology.orchestra.run.smithi052.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-06T02:37:47.284 INFO:teuthology.orchestra.run.smithi052.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-06T02:37:47.285 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T02:37:47.285 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.285 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-06T02:37:47.285 INFO:teuthology.orchestra.run.smithi052.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-06T02:37:47.285 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T02:37:47.285 INFO:teuthology.orchestra.run.smithi052.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-06T02:37:47.285 INFO:teuthology.orchestra.run.smithi052.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-06T02:37:47.285 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.285 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-06T02:37:47.285 INFO:teuthology.orchestra.run.smithi052.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-06T02:37:47.285 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T02:37:47.285 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.285 INFO:teuthology.orchestra.run.smithi052.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-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-05-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-05-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.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-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.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-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.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-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55bf008771f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-05-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-05-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-05-06T02:37:47.286 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr 2024-05-06T02:37:47.287 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.731+0000 7f63947a4c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-05-06T02:37:47.287 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.731+0000 7f63947a4c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-05-06T02:37:47.287 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-06T02:37:46.731+0000 7f63947a4c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-05-06T02:37:47.287 INFO:teuthology.orchestra.run.smithi052.stdout:create mon.a on 2024-05-06T02:37:47.524 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-05-06T02:37:47.729 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-06T02:37:47.964 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6b724fee-0b51-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-c7b262605968.target. 2024-05-06T02:37:47.964 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-6b724fee-0b51-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-c7b262605968.target. 2024-05-06T02:37:48.265 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.a 2024-05-06T02:37:48.265 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to reset failed state of unit ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-06T02:37:48.466 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-c7b262605968.target.wants/ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-c7b262605968@.service. 2024-05-06T02:37:48.477 INFO:teuthology.orchestra.run.smithi052.stdout:firewalld does not appear to be present 2024-05-06T02:37:48.477 INFO:teuthology.orchestra.run.smithi052.stdout:Not possible to enable service . firewalld.service is not available 2024-05-06T02:37:48.478 INFO:teuthology.orchestra.run.smithi052.stdout:Waiting for mon to start... 2024-05-06T02:37:48.478 INFO:teuthology.orchestra.run.smithi052.stdout:Waiting for mon... 2024-05-06T02:37:48.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:48 smithi052 systemd[1]: Started Ceph mon.a for 6b724fee-0b51-11ef-bc97-c7b262605968. 2024-05-06T02:37:49.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:49 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487827+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:49.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:49 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487827+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:49.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:49 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.483581+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T02:37:49.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:49 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.483581+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T02:37:50.194 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout cluster: 2024-05-06T02:37:50.194 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout id: 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:50.194 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-06T02:37:50.194 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-05-06T02:37:50.194 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout services: 2024-05-06T02:37:50.194 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.23592s) 2024-05-06T02:37:50.194 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-06T02:37:50.194 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-06T02:37:50.194 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-05-06T02:37:50.195 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout data: 2024-05-06T02:37:50.196 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-06T02:37:50.196 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-06T02:37:50.196 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-06T02:37:50.196 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout pgs: 2024-05-06T02:37:50.196 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-05-06T02:37:50.196 INFO:teuthology.orchestra.run.smithi052.stdout:mon is available 2024-05-06T02:37:50.196 INFO:teuthology.orchestra.run.smithi052.stdout:Assimilating anything we can from ceph.conf... 2024-05-06T02:37:50.765 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.486940+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T02:37:50.765 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.486940+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T02:37:50.765 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487075+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-06T02:37:50.765 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487075+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-06T02:37:50.765 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487088+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:50.765 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487088+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:50.765 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487113+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T02:37:45.550073+0000 2024-05-06T02:37:50.765 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487113+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-06T02:37:45.550073+0000 2024-05-06T02:37:50.765 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487124+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:37:50.765 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487124+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:37:50.765 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487140+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:37:50.765 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487140+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:37:50.766 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487147+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T02:37:50.766 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487147+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-06T02:37:50.766 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487155+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:37:50.766 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.487155+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:37:50.766 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.489126+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-06T02:37:50.766 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.489126+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-06T02:37:50.766 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.491291+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T02:37:50.766 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.491291+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T02:37:50.766 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.491749+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T02:37:50.766 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: cluster 2024-05-06T02:37:49.491749+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T02:37:50.766 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: audit 2024-05-06T02:37:49.722816+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.52:0/1531356251' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-06T02:37:50.766 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:50 smithi052 bash[21005]: audit 2024-05-06T02:37:49.722816+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.52:0/1531356251' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-06T02:37:51.624 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-05-06T02:37:51.624 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout [global] 2024-05-06T02:37:51.624 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout fsid = 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:51.625 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-06T02:37:51.625 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.52:3300,v1:172.21.15.52:6789] 2024-05-06T02:37:51.625 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-06T02:37:51.625 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-06T02:37:51.625 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-06T02:37:51.625 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-06T02:37:51.625 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-05-06T02:37:51.625 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-06T02:37:51.625 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-05-06T02:37:51.626 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-06T02:37:51.626 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-05-06T02:37:51.626 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout [osd] 2024-05-06T02:37:51.626 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-06T02:37:51.627 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-06T02:37:51.627 INFO:teuthology.orchestra.run.smithi052.stdout:Generating new minimal ceph.conf... 2024-05-06T02:37:51.889 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:51 smithi052 bash[21005]: audit 2024-05-06T02:37:51.130527+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.52:0/2152558906' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T02:37:51.889 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:51 smithi052 bash[21005]: audit 2024-05-06T02:37:51.130527+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.52:0/2152558906' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T02:37:51.889 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:51 smithi052 bash[21005]: audit 2024-05-06T02:37:51.133468+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.52:0/2152558906' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T02:37:51.889 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:51 smithi052 bash[21005]: audit 2024-05-06T02:37:51.133468+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.52:0/2152558906' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T02:37:52.889 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:52 smithi052 bash[21005]: audit 2024-05-06T02:37:52.583478+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.52:0/100614378' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:37:52.889 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:52 smithi052 bash[21005]: audit 2024-05-06T02:37:52.583478+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.52:0/100614378' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:37:53.013 INFO:teuthology.orchestra.run.smithi052.stdout:Restarting the monitor... 2024-05-06T02:37:53.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:53 smithi052 systemd[1]: Stopping Ceph mon.a for 6b724fee-0b51-11ef-bc97-c7b262605968... 2024-05-06T02:37:53.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:53 smithi052 bash[21005]: debug 2024-05-06T02:37:53.167+0000 7efc2d21e700 -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-06T02:37:53.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:53 smithi052 bash[21005]: debug 2024-05-06T02:37:53.167+0000 7efc2d21e700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-06T02:37:53.729 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:53 smithi052 bash[21395]: ceph-6b724fee-0b51-11ef-bc97-c7b262605968-mon-a 2024-05-06T02:37:53.749 INFO:teuthology.orchestra.run.smithi052.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-06T02:37:54.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:53 smithi052 bash[21457]: Error response from daemon: No such container: ceph-6b724fee-0b51-11ef-bc97-c7b262605968-mon-a 2024-05-06T02:37:54.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:53 smithi052 systemd[1]: ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-06T02:37:54.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:53 smithi052 systemd[1]: Stopped Ceph mon.a for 6b724fee-0b51-11ef-bc97-c7b262605968. 2024-05-06T02:37:54.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:53 smithi052 systemd[1]: Started Ceph mon.a for 6b724fee-0b51-11ef-bc97-c7b262605968. 2024-05-06T02:37:55.021 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.727+0000 7faefb505c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-06T02:37:55.022 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.727+0000 7faefb505c80 0 ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T02:37:55.022 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.727+0000 7faefb505c80 0 pidfile_write: ignore empty --pid-file 2024-05-06T02:37:55.022 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 0 load: jerasure load: lrc 2024-05-06T02:37:55.022 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-06T02:37:55.022 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Git sha 0 2024-05-06T02:37:55.022 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T02:37:55.022 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: DB SUMMARY 2024-05-06T02:37:55.022 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: DB Session ID: A4IHSKV0G1G7L74K4I4J 2024-05-06T02:37:55.022 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: CURRENT file: CURRENT 2024-05-06T02:37:55.022 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-06T02:37:55.023 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-06T02:37:55.023 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-06T02:37:55.023 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88545 ; 2024-05-06T02:37:55.023 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.error_if_exists: 0 2024-05-06T02:37:55.023 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.create_if_missing: 0 2024-05-06T02:37:55.023 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-06T02:37:55.023 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T02:37:55.023 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T02:37:55.023 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T02:37:55.023 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.env: 0x55737dbb8cc0 2024-05-06T02:37:55.023 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-06T02:37:55.023 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.info_log: 0x55737ecf9de0 2024-05-06T02:37:55.023 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-06T02:37:55.023 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.statistics: (nil) 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.use_fsync: 0 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.db_log_dir: 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.wal_dir: 2024-05-06T02:37:55.024 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.write_buffer_manager: 0x55737eccb0e0 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-06T02:37:55.025 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-06T02:37:55.026 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-06T02:37:55.026 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.unordered_write: 0 2024-05-06T02:37:55.026 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T02:37:55.026 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T02:37:55.026 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T02:37:55.026 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T02:37:55.026 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.row_cache: None 2024-05-06T02:37:55.026 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.wal_filter: None 2024-05-06T02:37:55.026 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T02:37:55.026 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-06T02:37:55.026 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.two_write_queues: 0 2024-05-06T02:37:55.026 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-06T02:37:55.026 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.wal_compression: 0 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.atomic_flush: 0 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-06T02:37:55.027 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-06T02:37:55.028 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T02:37:55.028 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T02:37:55.028 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T02:37:55.028 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-06T02:37:55.028 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T02:37:55.028 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T02:37:55.028 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T02:37:55.028 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T02:37:55.028 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_open_files: -1 2024-05-06T02:37:55.028 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-06T02:37:55.028 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T02:37:55.028 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T02:37:55.028 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-06T02:37:55.029 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-06T02:37:55.029 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Compression algorithms supported: 2024-05-06T02:37:55.029 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T02:37:55.029 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: kZSTD supported: 0 2024-05-06T02:37:55.029 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: kXpressCompression supported: 0 2024-05-06T02:37:55.029 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-06T02:37:55.029 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: kZlibCompression supported: 1 2024-05-06T02:37:55.029 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-06T02:37:55.029 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-06T02:37:55.029 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-06T02:37:55.029 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T02:37:55.029 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T02:37:55.029 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-06T02:37:55.031 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T02:37:55.031 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T02:37:55.031 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.merge_operator: 2024-05-06T02:37:55.031 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compaction_filter: None 2024-05-06T02:37:55.031 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-06T02:37:55.031 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-06T02:37:55.031 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T02:37:55.031 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T02:37:55.031 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55737ecf9fa0) 2024-05-06T02:37:55.032 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cache_index_and_filter_blocks: 1 2024-05-06T02:37:55.032 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T02:37:55.032 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T02:37:55.032 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: pin_top_level_index_and_filter: 1 2024-05-06T02:37:55.032 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: index_type: 0 2024-05-06T02:37:55.032 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: data_block_index_type: 0 2024-05-06T02:37:55.032 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: index_shortening: 1 2024-05-06T02:37:55.032 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: data_block_hash_table_util_ratio: 0.750000 2024-05-06T02:37:55.032 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: checksum: 4 2024-05-06T02:37:55.032 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: no_block_cache: 0 2024-05-06T02:37:55.032 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: block_cache: 0x55737ecfb1f0 2024-05-06T02:37:55.032 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: block_cache_name: BinnedLRUCache 2024-05-06T02:37:55.032 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: block_cache_options: 2024-05-06T02:37:55.032 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: capacity : 536870912 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: num_shard_bits : 4 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: strict_capacity_limit : 0 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: high_pri_pool_ratio: 0.000 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: block_cache_compressed: (nil) 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: persistent_cache: (nil) 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: block_size: 4096 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: block_size_deviation: 10 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: block_restart_interval: 16 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: index_block_restart_interval: 1 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: metadata_block_size: 4096 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: partition_filters: 0 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: use_delta_encoding: 1 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: filter_policy: bloomfilter 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: whole_key_filtering: 1 2024-05-06T02:37:55.033 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: verify_compression: 0 2024-05-06T02:37:55.034 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: read_amp_bytes_per_bit: 0 2024-05-06T02:37:55.034 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: format_version: 5 2024-05-06T02:37:55.034 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: enable_index_compression: 1 2024-05-06T02:37:55.034 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: block_align: 0 2024-05-06T02:37:55.034 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: max_auto_readahead_size: 262144 2024-05-06T02:37:55.034 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: prepopulate_block_cache: 0 2024-05-06T02:37:55.034 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: initial_auto_readahead_size: 8192 2024-05-06T02:37:55.034 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: num_file_reads_for_auto_readahead: 2 2024-05-06T02:37:55.034 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-06T02:37:55.034 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-06T02:37:55.034 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compression: NoCompression 2024-05-06T02:37:55.034 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-06T02:37:55.034 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-06T02:37:55.034 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.num_levels: 7 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-06T02:37:55.035 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-06T02:37:55.036 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T02:37:55.036 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T02:37:55.036 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T02:37:55.036 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T02:37:55.036 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-06T02:37:55.036 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T02:37:55.036 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T02:37:55.036 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T02:37:55.036 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T02:37:55.036 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-06T02:37:55.036 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T02:37:55.036 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T02:37:55.036 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T02:37:55.036 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-06T02:37:55.037 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T02:37:55.038 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T02:37:55.038 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T02:37:55.038 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T02:37:55.038 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T02:37:55.038 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T02:37:55.038 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T02:37:55.038 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T02:37:55.038 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T02:37:55.038 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T02:37:55.038 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T02:37:55.038 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-06T02:37:55.038 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T02:37:55.038 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T02:37:55.038 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.bloom_locality: 0 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.ttl: 2592000 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.enable_blob_files: false 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.min_blob_size: 0 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-06T02:37:55.039 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T02:37:55.040 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T02:37:55.040 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T02:37:55.040 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T02:37:55.040 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T02:37:55.040 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-06T02:37:55.040 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T02:37:55.040 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 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-06T02:37:55.040 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-06T02:37:55.040 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.731+0000 7faefb505c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 15fd527d-864c-4992-bb39-b2deae2cbdfb 2024-05-06T02:37:55.040 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.735+0000 7faefb505c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714963074739153, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-06T02:37:55.040 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.735+0000 7faefb505c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-06T02:37:55.040 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.735+0000 7faefb505c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714963074740257, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85284, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83431, "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": 10064, "raw_average_key_size": 46, "raw_value_size": 77643, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1714963074, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "15fd527d-864c-4992-bb39-b2deae2cbdfb", "db_session_id": "A4IHSKV0G1G7L74K4I4J", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-06T02:37:55.040 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.735+0000 7faefb505c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714963074740376, "job": 1, "event": "recovery_finished"} 2024-05-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.735+0000 7faefb505c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.735+0000 7faefb505c80 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-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.735+0000 7faefb505c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55737ee1c000 2024-05-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.735+0000 7faefb505c80 4 rocksdb: DB pointer 0x55737ee08000 2024-05-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.735+0000 7faee9c5c700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.735+0000 7faee9c5c700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: ** DB Stats ** 2024-05-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: 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-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: 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-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T02:37:55.041 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: ** Compaction Stats [default] ** 2024-05-06T02:37:55.042 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: 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-06T02:37:55.042 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T02:37:55.042 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T02:37:55.042 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T02:37:55.042 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T02:37:55.042 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: ** Compaction Stats [default] ** 2024-05-06T02:37:55.042 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: 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-06T02:37:55.042 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T02:37:55.042 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 122.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T02:37:55.042 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T02:37:55.042 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T02:37:55.042 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T02:37:55.042 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T02:37:55.042 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T02:37:55.043 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T02:37:55.043 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: AddFile(Keys): cumulative 0, interval 0 2024-05-06T02:37:55.043 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: Cumulative compaction: 0.00 GB write, 21.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T02:37:55.043 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: Interval compaction: 0.00 GB write, 21.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T02:37:55.043 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: 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-06T02:37:55.043 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: Block cache BinnedLRUCache@0x55737ecfb1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-05-06T02:37:55.043 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: 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-06T02:37:55.043 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: ** File Read Latency Histogram By Level [default] ** 2024-05-06T02:37:55.043 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.735+0000 7faefb505c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] at bind addrs [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:55.043 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.739+0000 7faefb505c80 1 mon.a@-1(???) e1 preinit fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:55.043 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.739+0000 7faefb505c80 0 mon.a@-1(???).mds e1 new map 2024-05-06T02:37:55.043 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.739+0000 7faefb505c80 0 mon.a@-1(???).mds e1 print_map 2024-05-06T02:37:55.043 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: e1 2024-05-06T02:37:55.044 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T02:37:55.044 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: 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-06T02:37:55.044 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: legacy client fscid: -1 2024-05-06T02:37:55.044 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: 2024-05-06T02:37:55.044 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: No filesystems configured 2024-05-06T02:37:55.044 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.739+0000 7faefb505c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T02:37:55.044 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.739+0000 7faefb505c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T02:37:55.044 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.739+0000 7faefb505c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T02:37:55.044 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.739+0000 7faefb505c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T02:37:55.044 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: debug 2024-05-06T02:37:54.739+0000 7faefb505c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-06T02:37:55.044 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767610+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T02:37:55.044 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767610+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T02:37:55.044 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767696+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-06T02:37:55.044 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767696+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767707+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767707+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767721+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-06T02:37:45.550073+0000 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767721+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-06T02:37:45.550073+0000 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767729+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767729+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767737+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767737+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767754+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767754+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767763+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.767763+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.768245+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.768245+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-06T02:37:55.045 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.768272+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T02:37:55.046 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.768272+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-06T02:37:55.046 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.768785+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T02:37:55.046 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:54 smithi052 bash[21498]: cluster 2024-05-06T02:37:54.768785+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-06T02:37:55.598 INFO:teuthology.orchestra.run.smithi052.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-06T02:37:55.623 INFO:teuthology.orchestra.run.smithi052.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-06T02:37:55.623 INFO:teuthology.orchestra.run.smithi052.stdout:Creating mgr... 2024-05-06T02:37:55.624 INFO:teuthology.orchestra.run.smithi052.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-06T02:37:55.624 INFO:teuthology.orchestra.run.smithi052.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-06T02:37:55.969 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:55 smithi052 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:37:55.979 INFO:teuthology.orchestra.run.smithi052.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mgr.a 2024-05-06T02:37:55.979 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Failed to reset failed state of unit ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mgr.a.service: Unit ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mgr.a.service not loaded. 2024-05-06T02:37:56.183 INFO:teuthology.orchestra.run.smithi052.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-c7b262605968.target.wants/ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-c7b262605968@.service. 2024-05-06T02:37:56.192 INFO:teuthology.orchestra.run.smithi052.stdout:firewalld does not appear to be present 2024-05-06T02:37:56.193 INFO:teuthology.orchestra.run.smithi052.stdout:Not possible to enable service . firewalld.service is not available 2024-05-06T02:37:56.193 INFO:teuthology.orchestra.run.smithi052.stdout:firewalld does not appear to be present 2024-05-06T02:37:56.193 INFO:teuthology.orchestra.run.smithi052.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-06T02:37:56.193 INFO:teuthology.orchestra.run.smithi052.stdout:Waiting for mgr to start... 2024-05-06T02:37:56.193 INFO:teuthology.orchestra.run.smithi052.stdout:Waiting for mgr... 2024-05-06T02:37:56.232 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:56 smithi052 bash[21498]: audit 2024-05-06T02:37:55.026293+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.52:0/3978076622' entity='client.admin' 2024-05-06T02:37:56.232 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:56 smithi052 bash[21498]: audit 2024-05-06T02:37:55.026293+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.52:0/3978076622' entity='client.admin' 2024-05-06T02:37:56.232 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:56 smithi052 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:37:57.889 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:57 smithi052 bash[21498]: audit 2024-05-06T02:37:57.496356+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.52:0/2636700887' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T02:37:57.889 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:37:57 smithi052 bash[21498]: audit 2024-05-06T02:37:57.496356+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.52:0/2636700887' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T02:37:57.889 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:37:57 smithi052 bash[21752]: debug 2024-05-06T02:37:57.443+0000 7f3b81f7d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T02:37:57.962 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-05-06T02:37:57.962 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout { 2024-05-06T02:37:57.962 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "fsid": "6b724fee-0b51-11ef-bc97-c7b262605968", 2024-05-06T02:37:57.962 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T02:37:57.962 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T02:37:57.962 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T02:37:57.962 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T02:37:57.963 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:37:57.963 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T02:37:57.963 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T02:37:57.963 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 0 2024-05-06T02:37:57.963 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-05-06T02:37:57.963 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T02:37:57.963 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T02:37:57.963 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-05-06T02:37:57.963 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-06T02:37:57.963 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T02:37:57.963 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:37:57.963 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T02:37:57.964 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T02:37:57.964 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:37:57.964 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T02:37:57.964 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:37:57.964 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T02:37:57.964 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T02:37:57.964 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T02:37:57.964 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T02:37:57.964 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T02:37:57.965 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T02:37:57.965 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:37:57.965 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T02:37:57.965 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T02:37:57.965 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T02:37:57.965 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T02:37:57.965 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T02:37:57.965 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T02:37:57.965 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T02:37:57.965 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T02:37:57.965 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T02:37:57.965 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:37:57.965 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T02:37:57.966 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:37:57.966 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T02:37:57.966 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T02:37:57.966 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:37:57.966 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T02:37:57.966 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T02:37:57.966 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T02:37:57.966 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T02:37:57.966 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T02:37:57.966 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T02:37:57.966 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T02:37:57.966 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-05-06T02:37:57.966 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T02:37:57.966 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:37:57.967 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T02:37:57.967 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:37:57.967 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T02:37:49.488233+0000", 2024-05-06T02:37:57.967 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T02:37:57.967 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:37:57.967 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T02:37:57.967 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout } 2024-05-06T02:37:57.967 INFO:teuthology.orchestra.run.smithi052.stdout:mgr not available, waiting (1/15)... 2024-05-06T02:37:59.560 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:37:59 smithi052 bash[21752]: debug 2024-05-06T02:37:59.215+0000 7f3b81f7d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T02:37:59.560 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:37:59 smithi052 bash[21752]: debug 2024-05-06T02:37:59.315+0000 7f3b81f7d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T02:37:59.888 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:37:59 smithi052 bash[21752]: debug 2024-05-06T02:37:59.571+0000 7f3b81f7d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T02:38:00.643 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:00 smithi052 bash[21752]: debug 2024-05-06T02:38:00.403+0000 7f3b81f7d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T02:38:00.644 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:00 smithi052 bash[21752]: debug 2024-05-06T02:38:00.519+0000 7f3b81f7d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T02:38:00.644 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:00 smithi052 bash[21752]: debug 2024-05-06T02:38:00.627+0000 7f3b81f7d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T02:38:01.208 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:01 smithi052 bash[21498]: audit 2024-05-06T02:38:00.950432+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.52:0/3727013727' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T02:38:01.209 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:01 smithi052 bash[21498]: audit 2024-05-06T02:38:00.950432+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.52:0/3727013727' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T02:38:01.209 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:01 smithi052 bash[21752]: debug 2024-05-06T02:38:00.995+0000 7f3b81f7d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T02:38:01.209 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:01 smithi052 bash[21752]: debug 2024-05-06T02:38:01.115+0000 7f3b81f7d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T02:38:01.456 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-05-06T02:38:01.456 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout { 2024-05-06T02:38:01.456 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "fsid": "6b724fee-0b51-11ef-bc97-c7b262605968", 2024-05-06T02:38:01.456 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T02:38:01.456 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T02:38:01.456 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T02:38:01.456 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 0 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T02:38:01.457 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:38:01.458 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T02:38:01.458 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T02:38:01.458 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T02:38:01.461 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T02:38:01.461 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T02:38:01.462 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T02:38:01.462 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:01.462 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T02:38:01.462 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T02:38:01.462 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T02:38:01.462 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T02:38:01.462 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T02:38:01.462 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T02:38:01.462 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T02:38:01.462 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T02:38:01.462 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T02:38:01.462 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:01.462 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T02:38:01.462 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T02:38:01.463 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:38:01.464 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T02:37:49.488233+0000", 2024-05-06T02:38:01.464 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T02:38:01.464 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:01.464 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T02:38:01.464 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout } 2024-05-06T02:38:01.464 INFO:teuthology.orchestra.run.smithi052.stdout:mgr not available, waiting (2/15)... 2024-05-06T02:38:01.581 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:01 smithi052 bash[21752]: debug 2024-05-06T02:38:01.223+0000 7f3b81f7d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T02:38:01.888 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:01 smithi052 bash[21752]: debug 2024-05-06T02:38:01.595+0000 7f3b81f7d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T02:38:01.888 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:01 smithi052 bash[21752]: debug 2024-05-06T02:38:01.839+0000 7f3b81f7d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T02:38:02.388 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:02 smithi052 bash[21752]: debug 2024-05-06T02:38:02.111+0000 7f3b81f7d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T02:38:02.389 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:02 smithi052 bash[21752]: debug 2024-05-06T02:38:02.227+0000 7f3b81f7d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T02:38:02.888 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:02 smithi052 bash[21752]: debug 2024-05-06T02:38:02.511+0000 7f3b81f7d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T02:38:03.289 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:02 smithi052 bash[21752]: debug 2024-05-06T02:38:02.931+0000 7f3b81f7d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T02:38:03.289 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:03 smithi052 bash[21752]: debug 2024-05-06T02:38:03.179+0000 7f3b81f7d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T02:38:03.542 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:03 smithi052 bash[21752]: debug 2024-05-06T02:38:03.303+0000 7f3b81f7d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T02:38:03.888 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:03 smithi052 bash[21752]: debug 2024-05-06T02:38:03.555+0000 7f3b81f7d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T02:38:04.888 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:04 smithi052 bash[21498]: audit 2024-05-06T02:38:04.507714+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.52:0/2681332932' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T02:38:04.889 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:04 smithi052 bash[21498]: audit 2024-05-06T02:38:04.507714+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.52:0/2681332932' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T02:38:04.889 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:04 smithi052 bash[21752]: debug 2024-05-06T02:38:04.607+0000 7f3b81f7d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T02:38:04.889 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:04 smithi052 bash[21752]: debug 2024-05-06T02:38:04.727+0000 7f3b81f7d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T02:38:04.975 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-05-06T02:38:04.975 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout { 2024-05-06T02:38:04.975 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "fsid": "6b724fee-0b51-11ef-bc97-c7b262605968", 2024-05-06T02:38:04.975 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T02:38:04.976 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T02:38:04.976 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T02:38:04.976 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T02:38:04.978 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:04.978 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T02:38:04.978 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T02:38:04.978 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 0 2024-05-06T02:38:04.978 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-05-06T02:38:04.978 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T02:38:04.978 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T02:38:04.979 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-05-06T02:38:04.979 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-05-06T02:38:04.979 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T02:38:04.979 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:38:04.979 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T02:38:04.979 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T02:38:04.979 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:04.979 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T02:38:04.979 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:38:04.979 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T02:38:04.979 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T02:38:04.979 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T02:38:04.979 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T02:38:04.983 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T02:38:04.983 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T02:38:04.983 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:04.983 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T02:38:04.983 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T02:38:04.984 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T02:38:04.984 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T02:38:04.984 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T02:38:04.984 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T02:38:04.984 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T02:38:04.984 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T02:38:04.984 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T02:38:04.984 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:04.984 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T02:38:04.984 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:38:04.984 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T02:38:04.984 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T02:38:04.984 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:04.984 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T02:38:04.985 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T02:38:04.985 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T02:38:04.985 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T02:38:04.985 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T02:38:04.985 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T02:38:04.985 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T02:38:04.985 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-05-06T02:38:04.985 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T02:38:04.985 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:04.985 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T02:38:04.985 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:38:04.985 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T02:37:49.488233+0000", 2024-05-06T02:38:04.985 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T02:38:04.985 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:04.986 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T02:38:04.986 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout } 2024-05-06T02:38:04.986 INFO:teuthology.orchestra.run.smithi052.stdout:mgr not available, waiting (3/15)... 2024-05-06T02:38:05.388 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:05 smithi052 bash[21752]: debug 2024-05-06T02:38:05.035+0000 7f3b81f7d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T02:38:05.388 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:05 smithi052 bash[21752]: debug 2024-05-06T02:38:05.155+0000 7f3b81f7d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T02:38:05.888 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:05 smithi052 bash[21752]: debug 2024-05-06T02:38:05.447+0000 7f3b81f7d200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T02:38:06.388 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:05 smithi052 bash[21752]: debug 2024-05-06T02:38:05.919+0000 7f3b81f7d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T02:38:06.389 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21752]: debug 2024-05-06T02:38:06.043+0000 7f3b81f7d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T02:38:06.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: cluster 2024-05-06T02:38:06.072262+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-06T02:38:06.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: cluster 2024-05-06T02:38:06.072262+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-06T02:38:06.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: cluster 2024-05-06T02:38:06.079251+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00947745s) 2024-05-06T02:38:06.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: cluster 2024-05-06T02:38:06.079251+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00947745s) 2024-05-06T02:38:06.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: audit 2024-05-06T02:38:06.080315+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T02:38:06.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: audit 2024-05-06T02:38:06.080315+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T02:38:06.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: audit 2024-05-06T02:38:06.080527+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T02:38:06.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: audit 2024-05-06T02:38:06.080527+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T02:38:06.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: audit 2024-05-06T02:38:06.080712+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T02:38:06.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: audit 2024-05-06T02:38:06.080712+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T02:38:06.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: audit 2024-05-06T02:38:06.080899+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:38:06.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: audit 2024-05-06T02:38:06.080899+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:38:06.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: audit 2024-05-06T02:38:06.082394+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T02:38:06.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: audit 2024-05-06T02:38:06.082394+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T02:38:06.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: cluster 2024-05-06T02:38:06.109489+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-06T02:38:06.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: cluster 2024-05-06T02:38:06.109489+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-06T02:38:06.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: audit 2024-05-06T02:38:06.122469+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T02:38:06.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:06 smithi052 bash[21498]: audit 2024-05-06T02:38:06.122469+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T02:38:07.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:07 smithi052 bash[21498]: audit 2024-05-06T02:38:06.126966+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T02:38:07.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:07 smithi052 bash[21498]: audit 2024-05-06T02:38:06.126966+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T02:38:07.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:07 smithi052 bash[21498]: audit 2024-05-06T02:38:06.128980+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' 2024-05-06T02:38:07.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:07 smithi052 bash[21498]: audit 2024-05-06T02:38:06.128980+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' 2024-05-06T02:38:07.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:07 smithi052 bash[21498]: audit 2024-05-06T02:38:06.130877+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' 2024-05-06T02:38:07.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:07 smithi052 bash[21498]: audit 2024-05-06T02:38:06.130877+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' 2024-05-06T02:38:07.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:07 smithi052 bash[21498]: audit 2024-05-06T02:38:06.132682+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' 2024-05-06T02:38:07.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:07 smithi052 bash[21498]: audit 2024-05-06T02:38:06.132682+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.52:0/4030606874' entity='mgr.a' 2024-05-06T02:38:07.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:07 smithi052 bash[21498]: cluster 2024-05-06T02:38:07.086451+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01667s) 2024-05-06T02:38:07.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:07 smithi052 bash[21498]: cluster 2024-05-06T02:38:07.086451+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01667s) 2024-05-06T02:38:09.020 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-05-06T02:38:09.020 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout { 2024-05-06T02:38:09.020 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "fsid": "6b724fee-0b51-11ef-bc97-c7b262605968", 2024-05-06T02:38:09.020 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T02:38:09.020 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T02:38:09.020 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T02:38:09.020 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T02:38:09.020 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 0 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T02:38:09.021 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T02:38:09.022 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T02:38:09.023 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:09.023 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T02:38:09.025 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:38:09.025 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T02:38:09.025 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T02:38:09.025 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:09.025 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T02:38:09.025 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T02:38:09.025 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ], 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T02:37:49.488233+0000", 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout }, 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout } 2024-05-06T02:38:09.026 INFO:teuthology.orchestra.run.smithi052.stdout:mgr is available 2024-05-06T02:38:09.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:09 smithi052 bash[21498]: cluster 2024-05-06T02:38:08.132764+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-06T02:38:09.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:09 smithi052 bash[21498]: cluster 2024-05-06T02:38:08.132764+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-06T02:38:09.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:09 smithi052 bash[21498]: audit 2024-05-06T02:38:08.545029+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.52:0/1462576307' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T02:38:09.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:09 smithi052 bash[21498]: audit 2024-05-06T02:38:08.545029+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.52:0/1462576307' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T02:38:10.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:10 smithi052 bash[21498]: audit 2024-05-06T02:38:10.286984+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.52:0/2478712479' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T02:38:10.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:10 smithi052 bash[21498]: audit 2024-05-06T02:38:10.286984+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.52:0/2478712479' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T02:38:10.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:10 smithi052 bash[21498]: audit 2024-05-06T02:38:10.292104+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.52:0/2478712479' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T02:38:10.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:10 smithi052 bash[21498]: audit 2024-05-06T02:38:10.292104+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.52:0/2478712479' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T02:38:10.832 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-05-06T02:38:10.832 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout [global] 2024-05-06T02:38:10.832 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout fsid = 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:38:10.833 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-06T02:38:10.833 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-06T02:38:10.833 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-06T02:38:10.833 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-06T02:38:10.833 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-06T02:38:10.833 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-05-06T02:38:10.833 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-06T02:38:10.833 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-06T02:38:10.833 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 2024-05-06T02:38:10.833 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout [osd] 2024-05-06T02:38:10.833 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-06T02:38:10.833 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-06T02:38:10.833 INFO:teuthology.orchestra.run.smithi052.stdout:Enabling cephadm module... 2024-05-06T02:38:12.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:12 smithi052 bash[21498]: audit 2024-05-06T02:38:12.157699+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.52:0/2870574559' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-06T02:38:12.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:12 smithi052 bash[21498]: audit 2024-05-06T02:38:12.157699+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.52:0/2870574559' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-06T02:38:12.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:12 smithi052 bash[21752]: ignoring --setuser ceph since I am not root 2024-05-06T02:38:12.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:12 smithi052 bash[21752]: ignoring --setgroup ceph since I am not root 2024-05-06T02:38:12.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:12 smithi052 bash[21752]: debug 2024-05-06T02:38:12.395+0000 7f9e12bcc200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T02:38:13.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:13 smithi052 bash[21498]: audit 2024-05-06T02:38:12.209888+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.52:0/2870574559' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-06T02:38:13.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:13 smithi052 bash[21498]: audit 2024-05-06T02:38:12.209888+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.52:0/2870574559' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-06T02:38:13.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:13 smithi052 bash[21498]: cluster 2024-05-06T02:38:12.215794+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-06T02:38:13.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:13 smithi052 bash[21498]: cluster 2024-05-06T02:38:12.215794+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-06T02:38:14.365 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:14 smithi052 bash[21498]: audit 2024-05-06T02:38:13.969016+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.52:0/891645351' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T02:38:14.365 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:14 smithi052 bash[21498]: audit 2024-05-06T02:38:13.969016+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.52:0/891645351' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T02:38:14.365 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:14 smithi052 bash[21752]: debug 2024-05-06T02:38:14.019+0000 7f9e12bcc200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T02:38:14.365 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:14 smithi052 bash[21752]: debug 2024-05-06T02:38:14.123+0000 7f9e12bcc200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T02:38:14.365 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:14 smithi052 bash[21752]: debug 2024-05-06T02:38:14.379+0000 7f9e12bcc200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T02:38:14.482 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout { 2024-05-06T02:38:14.483 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-06T02:38:14.483 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T02:38:14.483 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-06T02:38:14.483 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-06T02:38:14.483 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout } 2024-05-06T02:38:14.483 INFO:teuthology.orchestra.run.smithi052.stdout:Waiting for the mgr to restart... 2024-05-06T02:38:14.483 INFO:teuthology.orchestra.run.smithi052.stdout:Waiting for mgr epoch 5... 2024-05-06T02:38:15.322 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:15 smithi052 bash[21752]: debug 2024-05-06T02:38:15.219+0000 7f9e12bcc200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T02:38:15.638 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:15 smithi052 bash[21752]: debug 2024-05-06T02:38:15.335+0000 7f9e12bcc200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T02:38:15.638 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:15 smithi052 bash[21752]: debug 2024-05-06T02:38:15.443+0000 7f9e12bcc200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T02:38:16.138 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:15 smithi052 bash[21752]: debug 2024-05-06T02:38:15.811+0000 7f9e12bcc200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T02:38:16.138 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:15 smithi052 bash[21752]: debug 2024-05-06T02:38:15.927+0000 7f9e12bcc200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T02:38:16.138 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:16 smithi052 bash[21752]: debug 2024-05-06T02:38:16.035+0000 7f9e12bcc200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T02:38:16.888 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:16 smithi052 bash[21752]: debug 2024-05-06T02:38:16.407+0000 7f9e12bcc200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T02:38:16.888 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:16 smithi052 bash[21752]: debug 2024-05-06T02:38:16.651+0000 7f9e12bcc200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T02:38:17.309 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:16 smithi052 bash[21752]: debug 2024-05-06T02:38:16.923+0000 7f9e12bcc200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T02:38:17.309 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:17 smithi052 bash[21752]: debug 2024-05-06T02:38:17.039+0000 7f9e12bcc200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T02:38:17.638 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:17 smithi052 bash[21752]: debug 2024-05-06T02:38:17.323+0000 7f9e12bcc200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T02:38:18.104 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:17 smithi052 bash[21752]: debug 2024-05-06T02:38:17.743+0000 7f9e12bcc200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T02:38:18.105 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:18 smithi052 bash[21752]: debug 2024-05-06T02:38:17.995+0000 7f9e12bcc200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T02:38:18.105 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:18 smithi052 bash[21752]: debug 2024-05-06T02:38:18.119+0000 7f9e12bcc200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T02:38:18.638 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:18 smithi052 bash[21752]: debug 2024-05-06T02:38:18.375+0000 7f9e12bcc200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T02:38:19.830 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:19 smithi052 bash[21752]: debug 2024-05-06T02:38:19.415+0000 7f9e12bcc200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T02:38:19.831 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:19 smithi052 bash[21752]: debug 2024-05-06T02:38:19.539+0000 7f9e12bcc200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T02:38:20.138 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:19 smithi052 bash[21752]: debug 2024-05-06T02:38:19.843+0000 7f9e12bcc200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T02:38:20.138 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:19 smithi052 bash[21752]: debug 2024-05-06T02:38:19.959+0000 7f9e12bcc200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T02:38:20.638 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21752]: debug 2024-05-06T02:38:20.255+0000 7f9e12bcc200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T02:38:21.138 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21752]: debug 2024-05-06T02:38:20.727+0000 7f9e12bcc200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T02:38:21.138 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21752]: debug 2024-05-06T02:38:20.851+0000 7f9e12bcc200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T02:38:21.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: cluster 2024-05-06T02:38:20.877555+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-06T02:38:21.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: cluster 2024-05-06T02:38:20.877555+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-06T02:38:21.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: cluster 2024-05-06T02:38:20.878039+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-06T02:38:21.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: cluster 2024-05-06T02:38:20.878039+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-06T02:38:21.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: cluster 2024-05-06T02:38:20.882945+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-06T02:38:21.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: cluster 2024-05-06T02:38:20.882945+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-06T02:38:21.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: cluster 2024-05-06T02:38:20.883177+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00533101s) 2024-05-06T02:38:21.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: cluster 2024-05-06T02:38:20.883177+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00533101s) 2024-05-06T02:38:21.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: audit 2024-05-06T02:38:20.885781+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:38:21.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: audit 2024-05-06T02:38:20.885781+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:38:21.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: audit 2024-05-06T02:38:20.887980+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T02:38:21.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: audit 2024-05-06T02:38:20.887980+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T02:38:21.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: audit 2024-05-06T02:38:20.888940+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T02:38:21.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: audit 2024-05-06T02:38:20.888940+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T02:38:21.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: audit 2024-05-06T02:38:20.889394+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T02:38:21.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: audit 2024-05-06T02:38:20.889394+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T02:38:21.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: audit 2024-05-06T02:38:20.889717+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T02:38:21.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: audit 2024-05-06T02:38:20.889717+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T02:38:21.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: cluster 2024-05-06T02:38:20.913367+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-06T02:38:21.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:20 smithi052 bash[21498]: cluster 2024-05-06T02:38:20.913367+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-06T02:38:22.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: cephadm 2024-05-06T02:38:20.932549+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-06T02:38:22.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: cephadm 2024-05-06T02:38:20.932549+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-06T02:38:22.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:20.934237+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:22.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:20.934237+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:22.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:20.936497+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:22.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:20.936497+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:22.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:20.939653+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:38:22.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:20.939653+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:38:22.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:20.943157+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:38:22.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:20.943157+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:38:22.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:20.954383+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T02:38:22.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:20.954383+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T02:38:22.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:20.957868+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T02:38:22.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:20.957868+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T02:38:22.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:21.847026+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:22.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:21.847026+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:22.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:21.852768+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:22.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: audit 2024-05-06T02:38:21.852768+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:22.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: cluster 2024-05-06T02:38:21.890209+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.01236s) 2024-05-06T02:38:22.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:21 smithi052 bash[21498]: cluster 2024-05-06T02:38:21.890209+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.01236s) 2024-05-06T02:38:22.495 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout { 2024-05-06T02:38:22.496 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-06T02:38:22.496 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-06T02:38:22.496 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout } 2024-05-06T02:38:22.496 INFO:teuthology.orchestra.run.smithi052.stdout:mgr epoch 5 is available 2024-05-06T02:38:22.496 INFO:teuthology.orchestra.run.smithi052.stdout:Setting orchestrator backend to cephadm... 2024-05-06T02:38:23.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:22 smithi052 bash[21498]: audit 2024-05-06T02:38:21.888471+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T02:38:23.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:22 smithi052 bash[21498]: audit 2024-05-06T02:38:21.888471+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T02:38:23.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:22 smithi052 bash[21498]: audit 2024-05-06T02:38:21.905059+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T02:38:23.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:22 smithi052 bash[21498]: audit 2024-05-06T02:38:21.905059+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T02:38:24.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: cephadm 2024-05-06T02:38:22.763876+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [06/May/2024:02:38:22] ENGINE Bus STARTING 2024-05-06T02:38:24.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: cephadm 2024-05-06T02:38:22.763876+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [06/May/2024:02:38:22] ENGINE Bus STARTING 2024-05-06T02:38:24.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: cephadm 2024-05-06T02:38:22.887227+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [06/May/2024:02:38:22] ENGINE Serving on https://172.21.15.52:7150 2024-05-06T02:38:24.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: cephadm 2024-05-06T02:38:22.887227+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [06/May/2024:02:38:22] ENGINE Serving on https://172.21.15.52:7150 2024-05-06T02:38:24.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: cluster 2024-05-06T02:38:22.937815+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-06T02:38:24.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: cluster 2024-05-06T02:38:22.937815+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-06T02:38:24.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: cephadm 2024-05-06T02:38:22.988698+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [06/May/2024:02:38:22] ENGINE Serving on http://172.21.15.52:8765 2024-05-06T02:38:24.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: cephadm 2024-05-06T02:38:22.988698+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [06/May/2024:02:38:22] ENGINE Serving on http://172.21.15.52:8765 2024-05-06T02:38:24.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: cephadm 2024-05-06T02:38:22.988856+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [06/May/2024:02:38:22] ENGINE Bus STARTED 2024-05-06T02:38:24.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: cephadm 2024-05-06T02:38:22.988856+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [06/May/2024:02:38:22] ENGINE Bus STARTED 2024-05-06T02:38:24.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: audit 2024-05-06T02:38:23.016633+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:38:24.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: audit 2024-05-06T02:38:23.016633+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:38:24.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: audit 2024-05-06T02:38:23.766018+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:24.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: audit 2024-05-06T02:38:23.766018+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:24.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: audit 2024-05-06T02:38:23.835843+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:38:24.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:23 smithi052 bash[21498]: audit 2024-05-06T02:38:23.835843+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:38:25.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:24 smithi052 bash[21498]: audit 2024-05-06T02:38:23.759200+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:25.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:24 smithi052 bash[21498]: audit 2024-05-06T02:38:23.759200+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:26.033 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-06T02:38:26.034 INFO:teuthology.orchestra.run.smithi052.stdout:Generating ssh key... 2024-05-06T02:38:26.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:26 smithi052 bash[21498]: audit 2024-05-06T02:38:25.555374+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:26.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:26 smithi052 bash[21498]: audit 2024-05-06T02:38:25.555374+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:27.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: Generating public/private rsa key pair. 2024-05-06T02:38:27.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: Your identification has been saved in /tmp/tmpg92_s7i9/key. 2024-05-06T02:38:27.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: Your public key has been saved in /tmp/tmpg92_s7i9/key.pub. 2024-05-06T02:38:27.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: The key fingerprint is: 2024-05-06T02:38:27.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: SHA256:IIskaOT/nXDQAhWdImFzfA0rr34FpfK5g5erlo2LFX4 ceph-6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:38:27.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: The key's randomart image is: 2024-05-06T02:38:27.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: +---[RSA 3072]----+ 2024-05-06T02:38:27.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: | . =++o.+ | 2024-05-06T02:38:27.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: |+ ..+o.+.o | 2024-05-06T02:38:27.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: |oo. o++oo | 2024-05-06T02:38:27.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: |.o.. +=+ | 2024-05-06T02:38:27.640 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: | ...oooS | 2024-05-06T02:38:27.640 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: | o *o.. | 2024-05-06T02:38:27.640 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: | ==E+ | 2024-05-06T02:38:27.640 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: | +=.B | 2024-05-06T02:38:27.640 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: | ..+=.o | 2024-05-06T02:38:27.640 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:27 smithi052 bash[21752]: +----[SHA256]-----+ 2024-05-06T02:38:28.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:28 smithi052 bash[21498]: audit 2024-05-06T02:38:27.275918+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:28.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:28 smithi052 bash[21498]: audit 2024-05-06T02:38:27.275918+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:28.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:28 smithi052 bash[21498]: cephadm 2024-05-06T02:38:27.276192+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-06T02:38:28.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:28 smithi052 bash[21498]: cephadm 2024-05-06T02:38:27.276192+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-06T02:38:28.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:28 smithi052 bash[21498]: audit 2024-05-06T02:38:27.372971+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:28.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:28 smithi052 bash[21498]: audit 2024-05-06T02:38:27.372971+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:28.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:28 smithi052 bash[21498]: audit 2024-05-06T02:38:27.378188+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:28.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:28 smithi052 bash[21498]: audit 2024-05-06T02:38:27.378188+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:29.593 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8cHGH2wlcYSiMq5EjU2eAzEHKFI6Av51FMydFIZolO4uOqNvfmAA77+H/fw9cwT829FEjQlgIJovzORjyDRcUYV1zxokvBa+qpyS9Cf7FTuXV/JdwjkgSqw/AJrj9k/fjnCa9pwOwXtXPLN2iAchnVI2ajvx+bR7nOCDjdbwzAooNwy8eL6XCj4N1Olh2BwijHT4COjmfzn0ZoPpkXwIZ1JYnX1F368jDLw8sGD3KIX+5ztZnn4PdYRqnOJMwCHCSUp1UQjF8SGZE4bHLz0cOj3Ww/ATVKW+coule4e0Y4jFGFzCgoXnF0doweYkLnjXlThNcicoM0gQBa6eNigkZ399nCmIlrcs6YHcPpzSPsyErnOiPlEo7loMnoy6y/kDGEX6va7fgDGs6VD4oIbPWs915R70VoMmAjvkfXHHtg/wpOwzKaCkpYr/0v8Lb4LKnardz7cPn3KNQ4tCeC55z4YDd5GJJOVO1NC6g4u05PG/EOr8hAWsu4xQXi6rGn/U= ceph-6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:38:29.593 INFO:teuthology.orchestra.run.smithi052.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-06T02:38:29.593 INFO:teuthology.orchestra.run.smithi052.stdout:Adding key to root@localhost authorized_keys... 2024-05-06T02:38:29.593 INFO:teuthology.orchestra.run.smithi052.stdout:Adding host smithi052... 2024-05-06T02:38:29.613 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:29 smithi052 bash[21498]: audit 2024-05-06T02:38:29.095824+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:29.614 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:29 smithi052 bash[21498]: audit 2024-05-06T02:38:29.095824+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:31.553 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:31 smithi052 bash[21498]: audit 2024-05-06T02:38:30.883503+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi052", "addr": "172.21.15.52", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:31.553 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:31 smithi052 bash[21498]: audit 2024-05-06T02:38:30.883503+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi052", "addr": "172.21.15.52", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:32.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:32 smithi052 bash[21498]: cephadm 2024-05-06T02:38:31.524547+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi052 2024-05-06T02:38:32.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:32 smithi052 bash[21498]: cephadm 2024-05-06T02:38:31.524547+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi052 2024-05-06T02:38:37.238 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout Added host 'smithi052' with addr '172.21.15.52' 2024-05-06T02:38:37.238 INFO:teuthology.orchestra.run.smithi052.stdout:Deploying unmanaged mon service... 2024-05-06T02:38:37.888 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:37 smithi052 bash[21498]: audit 2024-05-06T02:38:36.622780+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:37.888 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:37 smithi052 bash[21498]: audit 2024-05-06T02:38:36.622780+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:37.888 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:37 smithi052 bash[21498]: cephadm 2024-05-06T02:38:36.623382+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi052 2024-05-06T02:38:37.889 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:37 smithi052 bash[21498]: cephadm 2024-05-06T02:38:36.623382+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi052 2024-05-06T02:38:37.889 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:37 smithi052 bash[21498]: audit 2024-05-06T02:38:36.662964+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:38:37.889 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:37 smithi052 bash[21498]: audit 2024-05-06T02:38:36.662964+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:38:39.576 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-06T02:38:39.576 INFO:teuthology.orchestra.run.smithi052.stdout:Deploying unmanaged mgr service... 2024-05-06T02:38:40.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:39 smithi052 bash[21498]: audit 2024-05-06T02:38:38.903603+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:40.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:39 smithi052 bash[21498]: audit 2024-05-06T02:38:38.903603+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:40.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:39 smithi052 bash[21498]: cephadm 2024-05-06T02:38:38.904975+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-06T02:38:40.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:39 smithi052 bash[21498]: cephadm 2024-05-06T02:38:38.904975+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-06T02:38:40.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:39 smithi052 bash[21498]: audit 2024-05-06T02:38:38.908315+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:40.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:39 smithi052 bash[21498]: audit 2024-05-06T02:38:38.908315+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:40.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:39 smithi052 bash[21498]: audit 2024-05-06T02:38:39.590761+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:40.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:39 smithi052 bash[21498]: audit 2024-05-06T02:38:39.590761+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:41.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:41 smithi052 bash[21498]: audit 2024-05-06T02:38:40.080024+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:41.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:41 smithi052 bash[21498]: audit 2024-05-06T02:38:40.080024+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:41.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:41 smithi052 bash[21498]: audit 2024-05-06T02:38:40.830282+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:41.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:41 smithi052 bash[21498]: audit 2024-05-06T02:38:40.830282+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.52:0/1622182386' entity='mgr.a' 2024-05-06T02:38:41.282 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-06T02:38:42.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:42 smithi052 bash[21498]: audit 2024-05-06T02:38:40.826030+0000 mgr.a (mgr.14120) 18 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:42.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:42 smithi052 bash[21498]: audit 2024-05-06T02:38:40.826030+0000 mgr.a (mgr.14120) 18 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:42.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:42 smithi052 bash[21498]: cephadm 2024-05-06T02:38:40.827315+0000 mgr.a (mgr.14120) 19 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-06T02:38:42.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:42 smithi052 bash[21498]: cephadm 2024-05-06T02:38:40.827315+0000 mgr.a (mgr.14120) 19 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-06T02:38:42.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:42 smithi052 bash[21498]: cluster 2024-05-06T02:38:40.890224+0000 mgr.a (mgr.14120) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:38:42.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:42 smithi052 bash[21498]: cluster 2024-05-06T02:38:40.890224+0000 mgr.a (mgr.14120) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:38:43.888 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:43 smithi052 bash[21498]: audit 2024-05-06T02:38:42.575863+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.52:0/458726554' entity='client.admin' 2024-05-06T02:38:43.888 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:43 smithi052 bash[21498]: audit 2024-05-06T02:38:42.575863+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.52:0/458726554' entity='client.admin' 2024-05-06T02:38:43.888 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:43 smithi052 bash[21498]: cluster 2024-05-06T02:38:42.890682+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:38:43.888 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:43 smithi052 bash[21498]: cluster 2024-05-06T02:38:42.890682+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:38:44.809 INFO:teuthology.orchestra.run.smithi052.stdout:Enabling the dashboard module... 2024-05-06T02:38:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:45 smithi052 bash[21498]: audit 2024-05-06T02:38:44.308104+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.52:0/599216711' entity='client.admin' 2024-05-06T02:38:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:45 smithi052 bash[21498]: audit 2024-05-06T02:38:44.308104+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.52:0/599216711' entity='client.admin' 2024-05-06T02:38:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:45 smithi052 bash[21498]: cluster 2024-05-06T02:38:44.891144+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:38:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:45 smithi052 bash[21498]: cluster 2024-05-06T02:38:44.891144+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:38:46.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:46 smithi052 bash[21498]: audit 2024-05-06T02:38:46.164286+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.52:0/3550060791' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-06T02:38:46.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:46 smithi052 bash[21498]: audit 2024-05-06T02:38:46.164286+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.52:0/3550060791' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-06T02:38:46.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:46 smithi052 bash[21752]: ignoring --setuser ceph since I am not root 2024-05-06T02:38:46.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:46 smithi052 bash[21752]: ignoring --setgroup ceph since I am not root 2024-05-06T02:38:46.639 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:46 smithi052 bash[21752]: debug 2024-05-06T02:38:46.511+0000 7f5444c8e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T02:38:47.549 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:47 smithi052 bash[21498]: audit 2024-05-06T02:38:46.317704+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.52:0/3550060791' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-06T02:38:47.549 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:47 smithi052 bash[21498]: audit 2024-05-06T02:38:46.317704+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.52:0/3550060791' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-06T02:38:47.549 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:47 smithi052 bash[21498]: cluster 2024-05-06T02:38:46.322819+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-05-06T02:38:47.549 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:47 smithi052 bash[21498]: cluster 2024-05-06T02:38:46.322819+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-05-06T02:38:48.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:48 smithi052 bash[21498]: audit 2024-05-06T02:38:48.135947+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.52:0/1432260159' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T02:38:48.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:48 smithi052 bash[21498]: audit 2024-05-06T02:38:48.135947+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.52:0/1432260159' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T02:38:48.388 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:48 smithi052 bash[21752]: debug 2024-05-06T02:38:48.175+0000 7f5444c8e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T02:38:48.388 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:48 smithi052 bash[21752]: debug 2024-05-06T02:38:48.275+0000 7f5444c8e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T02:38:48.678 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout { 2024-05-06T02:38:48.678 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-06T02:38:48.678 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T02:38:48.678 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-06T02:38:48.678 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-06T02:38:48.678 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout } 2024-05-06T02:38:48.678 INFO:teuthology.orchestra.run.smithi052.stdout:Waiting for the mgr to restart... 2024-05-06T02:38:48.679 INFO:teuthology.orchestra.run.smithi052.stdout:Waiting for mgr epoch 9... 2024-05-06T02:38:48.888 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:48 smithi052 bash[21752]: debug 2024-05-06T02:38:48.531+0000 7f5444c8e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T02:38:49.586 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:49 smithi052 bash[21752]: debug 2024-05-06T02:38:49.375+0000 7f5444c8e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T02:38:49.587 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:49 smithi052 bash[21752]: debug 2024-05-06T02:38:49.495+0000 7f5444c8e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T02:38:49.888 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:49 smithi052 bash[21752]: debug 2024-05-06T02:38:49.603+0000 7f5444c8e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T02:38:50.388 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:49 smithi052 bash[21752]: debug 2024-05-06T02:38:49.975+0000 7f5444c8e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T02:38:50.388 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:50 smithi052 bash[21752]: debug 2024-05-06T02:38:50.111+0000 7f5444c8e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T02:38:50.388 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:50 smithi052 bash[21752]: debug 2024-05-06T02:38:50.223+0000 7f5444c8e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T02:38:50.851 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:50 smithi052 bash[21752]: debug 2024-05-06T02:38:50.599+0000 7f5444c8e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T02:38:51.126 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:50 smithi052 bash[21752]: debug 2024-05-06T02:38:50.867+0000 7f5444c8e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T02:38:51.388 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:51 smithi052 bash[21752]: debug 2024-05-06T02:38:51.143+0000 7f5444c8e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T02:38:51.388 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:51 smithi052 bash[21752]: debug 2024-05-06T02:38:51.263+0000 7f5444c8e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T02:38:51.888 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:51 smithi052 bash[21752]: debug 2024-05-06T02:38:51.551+0000 7f5444c8e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T02:38:52.217 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:51 smithi052 bash[21752]: debug 2024-05-06T02:38:51.983+0000 7f5444c8e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T02:38:52.604 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:52 smithi052 bash[21752]: debug 2024-05-06T02:38:52.235+0000 7f5444c8e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T02:38:52.605 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:52 smithi052 bash[21752]: debug 2024-05-06T02:38:52.359+0000 7f5444c8e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T02:38:52.605 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:52 smithi052 bash[21752]: debug 2024-05-06T02:38:52.623+0000 7f5444c8e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T02:38:54.088 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:53 smithi052 bash[21752]: debug 2024-05-06T02:38:53.675+0000 7f5444c8e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T02:38:54.088 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:53 smithi052 bash[21752]: debug 2024-05-06T02:38:53.795+0000 7f5444c8e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T02:38:54.088 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:54 smithi052 bash[21752]: debug 2024-05-06T02:38:54.107+0000 7f5444c8e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T02:38:54.388 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:54 smithi052 bash[21752]: debug 2024-05-06T02:38:54.223+0000 7f5444c8e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T02:38:54.888 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:54 smithi052 bash[21752]: debug 2024-05-06T02:38:54.523+0000 7f5444c8e200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T02:38:55.267 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21752]: debug 2024-05-06T02:38:54.999+0000 7f5444c8e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T02:38:55.267 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21752]: debug 2024-05-06T02:38:55.127+0000 7f5444c8e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T02:38:55.267 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: cluster 2024-05-06T02:38:55.148959+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon a restarted 2024-05-06T02:38:55.267 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: cluster 2024-05-06T02:38:55.148959+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon a restarted 2024-05-06T02:38:55.267 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: cluster 2024-05-06T02:38:55.149823+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon a 2024-05-06T02:38:55.268 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: cluster 2024-05-06T02:38:55.149823+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon a 2024-05-06T02:38:55.268 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: cluster 2024-05-06T02:38:55.157312+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-06T02:38:55.268 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: cluster 2024-05-06T02:38:55.157312+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-06T02:38:55.268 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: cluster 2024-05-06T02:38:55.157583+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00815355s) 2024-05-06T02:38:55.268 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: cluster 2024-05-06T02:38:55.157583+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00815355s) 2024-05-06T02:38:55.268 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: audit 2024-05-06T02:38:55.160407+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:38:55.268 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: audit 2024-05-06T02:38:55.160407+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:38:55.268 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: audit 2024-05-06T02:38:55.162191+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T02:38:55.268 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: audit 2024-05-06T02:38:55.162191+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T02:38:55.268 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: audit 2024-05-06T02:38:55.163956+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T02:38:55.268 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: audit 2024-05-06T02:38:55.163956+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T02:38:55.268 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: audit 2024-05-06T02:38:55.164429+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T02:38:55.269 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: audit 2024-05-06T02:38:55.164429+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T02:38:55.269 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: audit 2024-05-06T02:38:55.164834+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T02:38:55.269 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: audit 2024-05-06T02:38:55.164834+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T02:38:55.269 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: cluster 2024-05-06T02:38:55.194207+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon a is now available 2024-05-06T02:38:55.269 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:55 smithi052 bash[21498]: cluster 2024-05-06T02:38:55.194207+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon a is now available 2024-05-06T02:38:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:56 smithi052 bash[21498]: audit 2024-05-06T02:38:55.253279+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:38:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:56 smithi052 bash[21498]: audit 2024-05-06T02:38:55.253279+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:38:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:56 smithi052 bash[21498]: audit 2024-05-06T02:38:55.274867+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T02:38:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:56 smithi052 bash[21498]: audit 2024-05-06T02:38:55.274867+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T02:38:56.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:56 smithi052 bash[21498]: audit 2024-05-06T02:38:55.278321+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T02:38:56.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:56 smithi052 bash[21498]: audit 2024-05-06T02:38:55.278321+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T02:38:56.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:56 smithi052 bash[21498]: cluster 2024-05-06T02:38:56.164712+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e11: a(active, since 1.01528s) 2024-05-06T02:38:56.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:56 smithi052 bash[21498]: cluster 2024-05-06T02:38:56.164712+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e11: a(active, since 1.01528s) 2024-05-06T02:38:56.784 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout { 2024-05-06T02:38:56.785 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-06T02:38:56.785 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-06T02:38:56.785 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout } 2024-05-06T02:38:56.785 INFO:teuthology.orchestra.run.smithi052.stdout:mgr epoch 9 is available 2024-05-06T02:38:56.785 INFO:teuthology.orchestra.run.smithi052.stdout:Generating a dashboard self-signed certificate... 2024-05-06T02:38:57.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:57 smithi052 bash[21498]: cephadm 2024-05-06T02:38:55.806594+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [06/May/2024:02:38:55] ENGINE Bus STARTING 2024-05-06T02:38:57.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:57 smithi052 bash[21498]: cephadm 2024-05-06T02:38:55.806594+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [06/May/2024:02:38:55] ENGINE Bus STARTING 2024-05-06T02:38:57.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:57 smithi052 bash[21498]: cephadm 2024-05-06T02:38:55.923950+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [06/May/2024:02:38:55] ENGINE Serving on https://172.21.15.52:7150 2024-05-06T02:38:57.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:57 smithi052 bash[21498]: cephadm 2024-05-06T02:38:55.923950+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [06/May/2024:02:38:55] ENGINE Serving on https://172.21.15.52:7150 2024-05-06T02:38:57.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:57 smithi052 bash[21498]: cephadm 2024-05-06T02:38:56.025211+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [06/May/2024:02:38:56] ENGINE Serving on http://172.21.15.52:8765 2024-05-06T02:38:57.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:57 smithi052 bash[21498]: cephadm 2024-05-06T02:38:56.025211+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [06/May/2024:02:38:56] ENGINE Serving on http://172.21.15.52:8765 2024-05-06T02:38:57.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:57 smithi052 bash[21498]: cephadm 2024-05-06T02:38:56.025344+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [06/May/2024:02:38:56] ENGINE Bus STARTED 2024-05-06T02:38:57.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:57 smithi052 bash[21498]: cephadm 2024-05-06T02:38:56.025344+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [06/May/2024:02:38:56] ENGINE Bus STARTED 2024-05-06T02:38:57.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:57 smithi052 bash[21498]: audit 2024-05-06T02:38:56.162955+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T02:38:57.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:57 smithi052 bash[21498]: audit 2024-05-06T02:38:56.162955+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T02:38:57.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:57 smithi052 bash[21498]: audit 2024-05-06T02:38:56.179348+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T02:38:57.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:57 smithi052 bash[21498]: audit 2024-05-06T02:38:56.179348+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T02:38:58.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:58 smithi052 bash[21498]: cluster 2024-05-06T02:38:57.213435+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-06T02:38:58.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:58 smithi052 bash[21498]: cluster 2024-05-06T02:38:57.213435+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-06T02:38:58.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:58 smithi052 bash[21498]: audit 2024-05-06T02:38:58.178780+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:38:58.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:58 smithi052 bash[21498]: audit 2024-05-06T02:38:58.178780+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:38:58.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:58 smithi052 bash[21498]: audit 2024-05-06T02:38:58.183388+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:38:58.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:58 smithi052 bash[21498]: audit 2024-05-06T02:38:58.183388+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:38:58.706 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-06T02:38:58.706 INFO:teuthology.orchestra.run.smithi052.stdout:Creating initial admin user... 2024-05-06T02:38:59.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:59 smithi052 bash[21498]: audit 2024-05-06T02:38:58.017255+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:38:59.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:38:59 smithi052 bash[21498]: audit 2024-05-06T02:38:58.017255+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:39:00.744 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$3aRC5.CAQmMHd8f0JURL.ur9WgBH6GzJeidwdcBjYmX.BaG4GQZY6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714963140, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-06T02:39:00.744 INFO:teuthology.orchestra.run.smithi052.stdout:Fetching dashboard port number... 2024-05-06T02:39:01.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:01 smithi052 bash[21498]: audit 2024-05-06T02:38:59.986054+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:39:01.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:01 smithi052 bash[21498]: audit 2024-05-06T02:38:59.986054+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:39:01.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:01 smithi052 bash[21498]: audit 2024-05-06T02:39:00.260334+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:01.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:01 smithi052 bash[21498]: audit 2024-05-06T02:39:00.260334+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:02.455 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stdout 8443 2024-05-06T02:39:02.455 INFO:teuthology.orchestra.run.smithi052.stdout:firewalld does not appear to be present 2024-05-06T02:39:02.455 INFO:teuthology.orchestra.run.smithi052.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-06T02:39:02.457 INFO:teuthology.orchestra.run.smithi052.stdout:Ceph Dashboard is now available at: 2024-05-06T02:39:02.457 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:39:02.457 INFO:teuthology.orchestra.run.smithi052.stdout: URL: https://smithi052.front.sepia.ceph.com:8443/ 2024-05-06T02:39:02.457 INFO:teuthology.orchestra.run.smithi052.stdout: User: admin 2024-05-06T02:39:02.457 INFO:teuthology.orchestra.run.smithi052.stdout: Password: vscjmr8wwy 2024-05-06T02:39:02.457 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:39:02.458 INFO:teuthology.orchestra.run.smithi052.stdout:Saving cluster configuration to /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config directory 2024-05-06T02:39:02.458 INFO:teuthology.orchestra.run.smithi052.stdout:Enabling autotune for osd_memory_target 2024-05-06T02:39:02.715 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:02 smithi052 bash[21498]: cluster 2024-05-06T02:39:01.265089+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-06T02:39:02.715 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:02 smithi052 bash[21498]: cluster 2024-05-06T02:39:01.265089+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-06T02:39:02.715 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:02 smithi052 bash[21498]: audit 2024-05-06T02:39:01.960063+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.52:0/616233349' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-06T02:39:02.715 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:02 smithi052 bash[21498]: audit 2024-05-06T02:39:01.960063+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.52:0/616233349' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-06T02:39:02.715 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:02 smithi052 bash[21498]: audit 2024-05-06T02:39:01.987617+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:02.715 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:02 smithi052 bash[21498]: audit 2024-05-06T02:39:01.987617+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:04.329 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:04 smithi052 bash[21498]: audit 2024-05-06T02:39:03.073851+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:04.329 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:04 smithi052 bash[21498]: audit 2024-05-06T02:39:03.073851+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:06.337 INFO:teuthology.orchestra.run.smithi052.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-06T02:39:06.337 INFO:teuthology.orchestra.run.smithi052.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-06T02:39:06.337 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:39:06.337 INFO:teuthology.orchestra.run.smithi052.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-06T02:39:06.337 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:39:06.337 INFO:teuthology.orchestra.run.smithi052.stdout:Or, if you are only running a single cluster on this host: 2024-05-06T02:39:06.338 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:39:06.338 INFO:teuthology.orchestra.run.smithi052.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-06T02:39:06.338 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:39:06.338 INFO:teuthology.orchestra.run.smithi052.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-06T02:39:06.338 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:39:06.338 INFO:teuthology.orchestra.run.smithi052.stdout: ceph telemetry on 2024-05-06T02:39:06.338 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:39:06.338 INFO:teuthology.orchestra.run.smithi052.stdout:For more information see: 2024-05-06T02:39:06.338 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:39:06.338 INFO:teuthology.orchestra.run.smithi052.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-06T02:39:06.338 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:39:06.338 INFO:teuthology.orchestra.run.smithi052.stdout:Bootstrap complete. 2024-05-06T02:39:06.398 INFO:tasks.cephadm:Fetching config... 2024-05-06T02:39:06.399 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:39:06.399 DEBUG:teuthology.orchestra.run.smithi052:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-06T02:39:06.405 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-06T02:39:06.405 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:39:06.405 DEBUG:teuthology.orchestra.run.smithi052:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-06T02:39:06.452 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-06T02:39:06.452 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:39:06.452 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd if=/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-06T02:39:06.508 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-06T02:39:06.508 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:39:06.508 DEBUG:teuthology.orchestra.run.smithi052:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-06T02:39:06.556 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-06T02:39:06.556 DEBUG:teuthology.orchestra.run.smithi052:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8cHGH2wlcYSiMq5EjU2eAzEHKFI6Av51FMydFIZolO4uOqNvfmAA77+H/fw9cwT829FEjQlgIJovzORjyDRcUYV1zxokvBa+qpyS9Cf7FTuXV/JdwjkgSqw/AJrj9k/fjnCa9pwOwXtXPLN2iAchnVI2ajvx+bR7nOCDjdbwzAooNwy8eL6XCj4N1Olh2BwijHT4COjmfzn0ZoPpkXwIZ1JYnX1F368jDLw8sGD3KIX+5ztZnn4PdYRqnOJMwCHCSUp1UQjF8SGZE4bHLz0cOj3Ww/ATVKW+coule4e0Y4jFGFzCgoXnF0doweYkLnjXlThNcicoM0gQBa6eNigkZ399nCmIlrcs6YHcPpzSPsyErnOiPlEo7loMnoy6y/kDGEX6va7fgDGs6VD4oIbPWs915R70VoMmAjvkfXHHtg/wpOwzKaCkpYr/0v8Lb4LKnardz7cPn3KNQ4tCeC55z4YDd5GJJOVO1NC6g4u05PG/EOr8hAWsu4xQXi6rGn/U= ceph-6b724fee-0b51-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T02:39:06.620 INFO:teuthology.orchestra.run.smithi052.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8cHGH2wlcYSiMq5EjU2eAzEHKFI6Av51FMydFIZolO4uOqNvfmAA77+H/fw9cwT829FEjQlgIJovzORjyDRcUYV1zxokvBa+qpyS9Cf7FTuXV/JdwjkgSqw/AJrj9k/fjnCa9pwOwXtXPLN2iAchnVI2ajvx+bR7nOCDjdbwzAooNwy8eL6XCj4N1Olh2BwijHT4COjmfzn0ZoPpkXwIZ1JYnX1F368jDLw8sGD3KIX+5ztZnn4PdYRqnOJMwCHCSUp1UQjF8SGZE4bHLz0cOj3Ww/ATVKW+coule4e0Y4jFGFzCgoXnF0doweYkLnjXlThNcicoM0gQBa6eNigkZ399nCmIlrcs6YHcPpzSPsyErnOiPlEo7loMnoy6y/kDGEX6va7fgDGs6VD4oIbPWs915R70VoMmAjvkfXHHtg/wpOwzKaCkpYr/0v8Lb4LKnardz7cPn3KNQ4tCeC55z4YDd5GJJOVO1NC6g4u05PG/EOr8hAWsu4xQXi6rGn/U= ceph-6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:39:06.629 DEBUG:teuthology.orchestra.run.smithi155:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8cHGH2wlcYSiMq5EjU2eAzEHKFI6Av51FMydFIZolO4uOqNvfmAA77+H/fw9cwT829FEjQlgIJovzORjyDRcUYV1zxokvBa+qpyS9Cf7FTuXV/JdwjkgSqw/AJrj9k/fjnCa9pwOwXtXPLN2iAchnVI2ajvx+bR7nOCDjdbwzAooNwy8eL6XCj4N1Olh2BwijHT4COjmfzn0ZoPpkXwIZ1JYnX1F368jDLw8sGD3KIX+5ztZnn4PdYRqnOJMwCHCSUp1UQjF8SGZE4bHLz0cOj3Ww/ATVKW+coule4e0Y4jFGFzCgoXnF0doweYkLnjXlThNcicoM0gQBa6eNigkZ399nCmIlrcs6YHcPpzSPsyErnOiPlEo7loMnoy6y/kDGEX6va7fgDGs6VD4oIbPWs915R70VoMmAjvkfXHHtg/wpOwzKaCkpYr/0v8Lb4LKnardz7cPn3KNQ4tCeC55z4YDd5GJJOVO1NC6g4u05PG/EOr8hAWsu4xQXi6rGn/U= ceph-6b724fee-0b51-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T02:39:06.653 INFO:teuthology.orchestra.run.smithi155.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8cHGH2wlcYSiMq5EjU2eAzEHKFI6Av51FMydFIZolO4uOqNvfmAA77+H/fw9cwT829FEjQlgIJovzORjyDRcUYV1zxokvBa+qpyS9Cf7FTuXV/JdwjkgSqw/AJrj9k/fjnCa9pwOwXtXPLN2iAchnVI2ajvx+bR7nOCDjdbwzAooNwy8eL6XCj4N1Olh2BwijHT4COjmfzn0ZoPpkXwIZ1JYnX1F368jDLw8sGD3KIX+5ztZnn4PdYRqnOJMwCHCSUp1UQjF8SGZE4bHLz0cOj3Ww/ATVKW+coule4e0Y4jFGFzCgoXnF0doweYkLnjXlThNcicoM0gQBa6eNigkZ399nCmIlrcs6YHcPpzSPsyErnOiPlEo7loMnoy6y/kDGEX6va7fgDGs6VD4oIbPWs915R70VoMmAjvkfXHHtg/wpOwzKaCkpYr/0v8Lb4LKnardz7cPn3KNQ4tCeC55z4YDd5GJJOVO1NC6g4u05PG/EOr8hAWsu4xQXi6rGn/U= ceph-6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:39:06.662 DEBUG:teuthology.orchestra.run.smithi172:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8cHGH2wlcYSiMq5EjU2eAzEHKFI6Av51FMydFIZolO4uOqNvfmAA77+H/fw9cwT829FEjQlgIJovzORjyDRcUYV1zxokvBa+qpyS9Cf7FTuXV/JdwjkgSqw/AJrj9k/fjnCa9pwOwXtXPLN2iAchnVI2ajvx+bR7nOCDjdbwzAooNwy8eL6XCj4N1Olh2BwijHT4COjmfzn0ZoPpkXwIZ1JYnX1F368jDLw8sGD3KIX+5ztZnn4PdYRqnOJMwCHCSUp1UQjF8SGZE4bHLz0cOj3Ww/ATVKW+coule4e0Y4jFGFzCgoXnF0doweYkLnjXlThNcicoM0gQBa6eNigkZ399nCmIlrcs6YHcPpzSPsyErnOiPlEo7loMnoy6y/kDGEX6va7fgDGs6VD4oIbPWs915R70VoMmAjvkfXHHtg/wpOwzKaCkpYr/0v8Lb4LKnardz7cPn3KNQ4tCeC55z4YDd5GJJOVO1NC6g4u05PG/EOr8hAWsu4xQXi6rGn/U= ceph-6b724fee-0b51-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T02:39:06.688 INFO:teuthology.orchestra.run.smithi172.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8cHGH2wlcYSiMq5EjU2eAzEHKFI6Av51FMydFIZolO4uOqNvfmAA77+H/fw9cwT829FEjQlgIJovzORjyDRcUYV1zxokvBa+qpyS9Cf7FTuXV/JdwjkgSqw/AJrj9k/fjnCa9pwOwXtXPLN2iAchnVI2ajvx+bR7nOCDjdbwzAooNwy8eL6XCj4N1Olh2BwijHT4COjmfzn0ZoPpkXwIZ1JYnX1F368jDLw8sGD3KIX+5ztZnn4PdYRqnOJMwCHCSUp1UQjF8SGZE4bHLz0cOj3Ww/ATVKW+coule4e0Y4jFGFzCgoXnF0doweYkLnjXlThNcicoM0gQBa6eNigkZ399nCmIlrcs6YHcPpzSPsyErnOiPlEo7loMnoy6y/kDGEX6va7fgDGs6VD4oIbPWs915R70VoMmAjvkfXHHtg/wpOwzKaCkpYr/0v8Lb4LKnardz7cPn3KNQ4tCeC55z4YDd5GJJOVO1NC6g4u05PG/EOr8hAWsu4xQXi6rGn/U= ceph-6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:39:06.697 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-06T02:39:07.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:06 smithi052 bash[21498]: audit 2024-05-06T02:39:05.846106+0000 mon.a (mon.0) 97 : audit [INF] from='client.? 172.21.15.52:0/3968017880' entity='client.admin' 2024-05-06T02:39:07.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:06 smithi052 bash[21498]: audit 2024-05-06T02:39:05.846106+0000 mon.a (mon.0) 97 : audit [INF] from='client.? 172.21.15.52:0/3968017880' entity='client.admin' 2024-05-06T02:39:11.339 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:39:14.347 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:14 smithi052 bash[21498]: audit 2024-05-06T02:39:13.115744+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:14.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:14 smithi052 bash[21498]: audit 2024-05-06T02:39:13.115744+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:14.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:14 smithi052 bash[21498]: audit 2024-05-06T02:39:13.119723+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:14.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:14 smithi052 bash[21498]: audit 2024-05-06T02:39:13.119723+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:14.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:14 smithi052 bash[21498]: audit 2024-05-06T02:39:13.120815+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi052", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:39:14.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:14 smithi052 bash[21498]: audit 2024-05-06T02:39:13.120815+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi052", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:39:14.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:14 smithi052 bash[21498]: audit 2024-05-06T02:39:13.125691+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:14.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:14 smithi052 bash[21498]: audit 2024-05-06T02:39:13.125691+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:14.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:14 smithi052 bash[21498]: audit 2024-05-06T02:39:13.159415+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:39:14.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:14 smithi052 bash[21498]: audit 2024-05-06T02:39:13.159415+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:39:14.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:14 smithi052 bash[21498]: audit 2024-05-06T02:39:13.166052+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:14.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:14 smithi052 bash[21498]: audit 2024-05-06T02:39:13.166052+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:14.715 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-06T02:39:14.715 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-06T02:39:15.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:15 smithi052 bash[21498]: audit 2024-05-06T02:39:14.150363+0000 mon.a (mon.0) 104 : audit [INF] from='client.? 172.21.15.52:0/270661783' entity='client.admin' 2024-05-06T02:39:15.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:15 smithi052 bash[21498]: audit 2024-05-06T02:39:14.150363+0000 mon.a (mon.0) 104 : audit [INF] from='client.? 172.21.15.52:0/270661783' entity='client.admin' 2024-05-06T02:39:15.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:15 smithi052 bash[21498]: audit 2024-05-06T02:39:14.217728+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:39:15.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:15 smithi052 bash[21498]: audit 2024-05-06T02:39:14.217728+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:39:15.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:15 smithi052 bash[21498]: audit 2024-05-06T02:39:14.221544+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:15.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:15 smithi052 bash[21498]: audit 2024-05-06T02:39:14.221544+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:16.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:16 smithi052 bash[21498]: cluster 2024-05-06T02:39:15.165646+0000 mgr.a (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:16.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:16 smithi052 bash[21498]: cluster 2024-05-06T02:39:15.165646+0000 mgr.a (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:18.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:18 smithi052 bash[21498]: cluster 2024-05-06T02:39:17.166058+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:18.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:18 smithi052 bash[21498]: cluster 2024-05-06T02:39:17.166058+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:19.435 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:39:20.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:20 smithi052 bash[21498]: cluster 2024-05-06T02:39:19.166468+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:20.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:20 smithi052 bash[21498]: cluster 2024-05-06T02:39:19.166468+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:22.347 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi155 2024-05-06T02:39:22.347 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-05-06T02:39:22.347 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/etc/ceph/ceph.conf 2024-05-06T02:39:22.353 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-05-06T02:39:22.353 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:39:22.400 INFO:tasks.cephadm:Adding host smithi155 to orchestrator... 2024-05-06T02:39:22.400 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph orch host add smithi155 2024-05-06T02:39:22.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:22 smithi052 bash[21498]: cluster 2024-05-06T02:39:21.166902+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:22.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:22 smithi052 bash[21498]: cluster 2024-05-06T02:39:21.166902+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:22.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:22 smithi052 bash[21498]: audit 2024-05-06T02:39:21.805228+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:22.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:22 smithi052 bash[21498]: audit 2024-05-06T02:39:21.805228+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:22.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:22 smithi052 bash[21498]: audit 2024-05-06T02:39:21.821966+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:39:22.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:22 smithi052 bash[21498]: audit 2024-05-06T02:39:21.821966+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:39:22.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:22 smithi052 bash[21498]: audit 2024-05-06T02:39:21.824055+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:39:22.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:22 smithi052 bash[21498]: audit 2024-05-06T02:39:21.824055+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:39:22.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:22 smithi052 bash[21498]: audit 2024-05-06T02:39:21.824896+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:39:22.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:22 smithi052 bash[21498]: audit 2024-05-06T02:39:21.824896+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:39:23.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: audit 2024-05-06T02:39:21.801266+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:39:23.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: audit 2024-05-06T02:39:21.801266+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:39:23.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: cephadm 2024-05-06T02:39:21.825975+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi052:/etc/ceph/ceph.conf 2024-05-06T02:39:23.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: cephadm 2024-05-06T02:39:21.825975+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi052:/etc/ceph/ceph.conf 2024-05-06T02:39:23.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: cephadm 2024-05-06T02:39:21.940429+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:39:23.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: cephadm 2024-05-06T02:39:21.940429+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:39:23.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: cephadm 2024-05-06T02:39:22.054356+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi052:/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:39:23.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: cephadm 2024-05-06T02:39:22.054356+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi052:/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:39:23.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: cephadm 2024-05-06T02:39:22.168718+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T02:39:23.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: cephadm 2024-05-06T02:39:22.168718+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T02:39:23.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: audit 2024-05-06T02:39:22.288655+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:23.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: audit 2024-05-06T02:39:22.288655+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:23.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: audit 2024-05-06T02:39:22.294438+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:23.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: audit 2024-05-06T02:39:22.294438+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:23.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: audit 2024-05-06T02:39:22.299865+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:23.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:23 smithi052 bash[21498]: audit 2024-05-06T02:39:22.299865+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:24.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:24 smithi052 bash[21498]: cluster 2024-05-06T02:39:23.167388+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:24.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:24 smithi052 bash[21498]: cluster 2024-05-06T02:39:23.167388+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:26.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:26 smithi052 bash[21498]: cluster 2024-05-06T02:39:25.167795+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:26.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:26 smithi052 bash[21498]: cluster 2024-05-06T02:39:25.167795+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:27.107 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:39:28.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:28 smithi052 bash[21498]: cluster 2024-05-06T02:39:27.168252+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:28.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:28 smithi052 bash[21498]: cluster 2024-05-06T02:39:27.168252+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:30.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:30 smithi052 bash[21498]: cluster 2024-05-06T02:39:29.168562+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:30.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:30 smithi052 bash[21498]: cluster 2024-05-06T02:39:29.168562+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:31 smithi052 bash[21498]: audit 2024-05-06T02:39:29.493026+0000 mgr.a (mgr.14152) 22 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:39:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:31 smithi052 bash[21498]: audit 2024-05-06T02:39:29.493026+0000 mgr.a (mgr.14152) 22 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:39:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:31 smithi052 bash[21498]: cephadm 2024-05-06T02:39:30.281277+0000 mgr.a (mgr.14152) 23 : cephadm [INF] Deploying cephadm binary to smithi155 2024-05-06T02:39:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:31 smithi052 bash[21498]: cephadm 2024-05-06T02:39:30.281277+0000 mgr.a (mgr.14152) 23 : cephadm [INF] Deploying cephadm binary to smithi155 2024-05-06T02:39:32.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:32 smithi052 bash[21498]: cluster 2024-05-06T02:39:31.168908+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:32.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:32 smithi052 bash[21498]: cluster 2024-05-06T02:39:31.168908+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:34.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:34 smithi052 bash[21498]: cluster 2024-05-06T02:39:33.169266+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:34.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:34 smithi052 bash[21498]: cluster 2024-05-06T02:39:33.169266+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:35.657 INFO:teuthology.orchestra.run.smithi052.stdout:Added host 'smithi155' with addr '172.21.15.155' 2024-05-06T02:39:36.263 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-06T02:39:36.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:36 smithi052 bash[21498]: cluster 2024-05-06T02:39:35.169689+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:36.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:36 smithi052 bash[21498]: cluster 2024-05-06T02:39:35.169689+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:36.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:36 smithi052 bash[21498]: audit 2024-05-06T02:39:35.674965+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:36.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:36 smithi052 bash[21498]: audit 2024-05-06T02:39:35.674965+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:36.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:36 smithi052 bash[21498]: audit 2024-05-06T02:39:35.697335+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:39:36.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:36 smithi052 bash[21498]: audit 2024-05-06T02:39:35.697335+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:39:36.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:36 smithi052 bash[21498]: audit 2024-05-06T02:39:36.170062+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:36.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:36 smithi052 bash[21498]: audit 2024-05-06T02:39:36.170062+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:37.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:37 smithi052 bash[21498]: cephadm 2024-05-06T02:39:35.675896+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host smithi155 2024-05-06T02:39:37.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:37 smithi052 bash[21498]: cephadm 2024-05-06T02:39:35.675896+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host smithi155 2024-05-06T02:39:38.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:38 smithi052 bash[21498]: cluster 2024-05-06T02:39:37.170211+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:38.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:38 smithi052 bash[21498]: cluster 2024-05-06T02:39:37.170211+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:38.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:38 smithi052 bash[21498]: audit 2024-05-06T02:39:37.695951+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:38.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:38 smithi052 bash[21498]: audit 2024-05-06T02:39:37.695951+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:40.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:39 smithi052 bash[21498]: audit 2024-05-06T02:39:38.842950+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:40.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:39 smithi052 bash[21498]: audit 2024-05-06T02:39:38.842950+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:40.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:39 smithi052 bash[21498]: cluster 2024-05-06T02:39:39.170788+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:40.138 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:39 smithi052 bash[21498]: cluster 2024-05-06T02:39:39.170788+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:40.982 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:39:42.272 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:42 smithi052 bash[21498]: cluster 2024-05-06T02:39:41.171240+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:42.272 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:42 smithi052 bash[21498]: cluster 2024-05-06T02:39:41.171240+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:43.329 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:39:43.329 INFO:teuthology.orchestra.run.smithi052.stdout:[{"addr": "172.21.15.52", "hostname": "smithi052", "labels": [], "status": ""}, {"addr": "172.21.15.155", "hostname": "smithi155", "labels": [], "status": ""}] 2024-05-06T02:39:43.881 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi172 2024-05-06T02:39:43.882 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-05-06T02:39:43.882 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/etc/ceph/ceph.conf 2024-05-06T02:39:43.888 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-05-06T02:39:43.888 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:39:43.936 INFO:tasks.cephadm:Adding host smithi172 to orchestrator... 2024-05-06T02:39:43.936 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph orch host add smithi172 2024-05-06T02:39:44.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:44 smithi052 bash[21498]: cluster 2024-05-06T02:39:43.171602+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:44.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:44 smithi052 bash[21498]: cluster 2024-05-06T02:39:43.171602+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:44.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:44 smithi052 bash[21498]: audit 2024-05-06T02:39:43.347864+0000 mgr.a (mgr.14152) 32 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:39:44.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:44 smithi052 bash[21498]: audit 2024-05-06T02:39:43.347864+0000 mgr.a (mgr.14152) 32 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:39:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:44.228523+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:45.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:44.228523+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:45.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:44.238194+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:45.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:44.238194+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:45.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:44.244562+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:45.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:44.244562+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:45.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:44.249939+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:45.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:44.249939+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:45.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:44.251518+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi155", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:39:45.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:44.251518+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi155", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:39:45.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:44.253430+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:39:45.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:44.253430+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:39:45.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:44.255203+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:39:45.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:44.255203+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:39:45.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: cephadm 2024-05-06T02:39:44.257788+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2024-05-06T02:39:45.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: cephadm 2024-05-06T02:39:44.257788+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2024-05-06T02:39:45.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:45.127481+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:45.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:45.127481+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:45.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:45.133590+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:45.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:45.133590+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:45.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:45.139891+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:45.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:45 smithi052 bash[21498]: audit 2024-05-06T02:39:45.139891+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:46.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:46 smithi052 bash[21498]: cephadm 2024-05-06T02:39:44.474707+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:39:46.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:46 smithi052 bash[21498]: cephadm 2024-05-06T02:39:44.474707+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:39:46.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:46 smithi052 bash[21498]: cephadm 2024-05-06T02:39:44.690726+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:39:46.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:46 smithi052 bash[21498]: cephadm 2024-05-06T02:39:44.690726+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:39:46.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:46 smithi052 bash[21498]: cephadm 2024-05-06T02:39:44.905940+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T02:39:46.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:46 smithi052 bash[21498]: cephadm 2024-05-06T02:39:44.905940+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T02:39:46.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:46 smithi052 bash[21498]: cluster 2024-05-06T02:39:45.172001+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:46.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:46 smithi052 bash[21498]: cluster 2024-05-06T02:39:45.172001+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:48.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:48 smithi052 bash[21498]: cluster 2024-05-06T02:39:47.172456+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:48.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:48 smithi052 bash[21498]: cluster 2024-05-06T02:39:47.172456+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:48.652 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:39:50.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:50 smithi052 bash[21498]: cluster 2024-05-06T02:39:49.172863+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:50.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:50 smithi052 bash[21498]: cluster 2024-05-06T02:39:49.172863+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:52.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:52 smithi052 bash[21498]: audit 2024-05-06T02:39:51.017913+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:39:52.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:52 smithi052 bash[21498]: audit 2024-05-06T02:39:51.017913+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:39:52.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:52 smithi052 bash[21498]: cluster 2024-05-06T02:39:51.173278+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:52.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:52 smithi052 bash[21498]: cluster 2024-05-06T02:39:51.173278+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:53.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:53 smithi052 bash[21498]: cephadm 2024-05-06T02:39:51.761684+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Deploying cephadm binary to smithi172 2024-05-06T02:39:53.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:53 smithi052 bash[21498]: cephadm 2024-05-06T02:39:51.761684+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Deploying cephadm binary to smithi172 2024-05-06T02:39:54.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:54 smithi052 bash[21498]: cluster 2024-05-06T02:39:53.173624+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:54.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:54 smithi052 bash[21498]: cluster 2024-05-06T02:39:53.173624+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:56 smithi052 bash[21498]: cluster 2024-05-06T02:39:55.173985+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:56 smithi052 bash[21498]: cluster 2024-05-06T02:39:55.173985+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:57.123 INFO:teuthology.orchestra.run.smithi052.stdout:Added host 'smithi172' with addr '172.21.15.172' 2024-05-06T02:39:57.725 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-06T02:39:58.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:58 smithi052 bash[21498]: audit 2024-05-06T02:39:57.141251+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:58.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:58 smithi052 bash[21498]: audit 2024-05-06T02:39:57.141251+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:58.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:58 smithi052 bash[21498]: cephadm 2024-05-06T02:39:57.142195+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi172 2024-05-06T02:39:58.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:58 smithi052 bash[21498]: cephadm 2024-05-06T02:39:57.142195+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi172 2024-05-06T02:39:58.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:58 smithi052 bash[21498]: cluster 2024-05-06T02:39:57.174395+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:58.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:58 smithi052 bash[21498]: cluster 2024-05-06T02:39:57.174395+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:39:58.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:58 smithi052 bash[21498]: audit 2024-05-06T02:39:57.177979+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:39:58.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:58 smithi052 bash[21498]: audit 2024-05-06T02:39:57.177979+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:39:58.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:58 smithi052 bash[21498]: audit 2024-05-06T02:39:57.650579+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:39:58.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:39:58 smithi052 bash[21498]: audit 2024-05-06T02:39:57.650579+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:00.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:00 smithi052 bash[21498]: cluster 2024-05-06T02:39:59.174772+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:00.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:00 smithi052 bash[21498]: cluster 2024-05-06T02:39:59.174772+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:00.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:00 smithi052 bash[21498]: audit 2024-05-06T02:39:59.177257+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:00.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:00 smithi052 bash[21498]: audit 2024-05-06T02:39:59.177257+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:01 smithi052 bash[21498]: audit 2024-05-06T02:40:00.326399+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:01.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:01 smithi052 bash[21498]: audit 2024-05-06T02:40:00.326399+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:02.440 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:40:02.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:02 smithi052 bash[21498]: cluster 2024-05-06T02:40:01.175207+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:02.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:02 smithi052 bash[21498]: cluster 2024-05-06T02:40:01.175207+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:04.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:04 smithi052 bash[21498]: cluster 2024-05-06T02:40:03.175516+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:04.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:04 smithi052 bash[21498]: cluster 2024-05-06T02:40:03.175516+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:04.727 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:40:04.727 INFO:teuthology.orchestra.run.smithi052.stdout:[{"addr": "172.21.15.52", "hostname": "smithi052", "labels": [], "status": ""}, {"addr": "172.21.15.155", "hostname": "smithi155", "labels": [], "status": ""}, {"addr": "172.21.15.172", "hostname": "smithi172", "labels": [], "status": ""}] 2024-05-06T02:40:05.346 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-06T02:40:05.347 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-06T02:40:06.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:04.746539+0000 mgr.a (mgr.14152) 50 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:40:06.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:04.746539+0000 mgr.a (mgr.14152) 50 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:40:06.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: cluster 2024-05-06T02:40:05.175876+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:06.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: cluster 2024-05-06T02:40:05.175876+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:06.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:05.661964+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:06.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:05.661964+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:06.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:05.667154+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:06.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:05.667154+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:06.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:05.672910+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:06.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:05.672910+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:06.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:05.677955+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:06.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:05.677955+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:06.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:05.679411+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:40:06.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:05.679411+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:40:06.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:05.681285+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:06.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:05.681285+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:06.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:05.682820+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:06.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:06 smithi052 bash[21498]: audit 2024-05-06T02:40:05.682820+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:07.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:07 smithi052 bash[21498]: cephadm 2024-05-06T02:40:05.685496+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-05-06T02:40:07.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:07 smithi052 bash[21498]: cephadm 2024-05-06T02:40:05.685496+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-05-06T02:40:07.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:07 smithi052 bash[21498]: cephadm 2024-05-06T02:40:05.900889+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:07.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:07 smithi052 bash[21498]: cephadm 2024-05-06T02:40:05.900889+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:07.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:07 smithi052 bash[21498]: cephadm 2024-05-06T02:40:06.116127+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:40:07.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:07 smithi052 bash[21498]: cephadm 2024-05-06T02:40:06.116127+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:40:07.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:07 smithi052 bash[21498]: cephadm 2024-05-06T02:40:06.330779+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T02:40:07.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:07 smithi052 bash[21498]: cephadm 2024-05-06T02:40:06.330779+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T02:40:07.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:07 smithi052 bash[21498]: audit 2024-05-06T02:40:06.500677+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:07.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:07 smithi052 bash[21498]: audit 2024-05-06T02:40:06.500677+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:07.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:07 smithi052 bash[21498]: audit 2024-05-06T02:40:06.506270+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:07.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:07 smithi052 bash[21498]: audit 2024-05-06T02:40:06.506270+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:07.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:07 smithi052 bash[21498]: audit 2024-05-06T02:40:06.512184+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:07.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:07 smithi052 bash[21498]: audit 2024-05-06T02:40:06.512184+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:08.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:08 smithi052 bash[21498]: cluster 2024-05-06T02:40:07.176258+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:08.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:08 smithi052 bash[21498]: cluster 2024-05-06T02:40:07.176258+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:10.059 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:40:10.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:10 smithi052 bash[21498]: cluster 2024-05-06T02:40:09.176674+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:10.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:10 smithi052 bash[21498]: cluster 2024-05-06T02:40:09.176674+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:12.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:12 smithi052 bash[21498]: cluster 2024-05-06T02:40:11.177101+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:12.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:12 smithi052 bash[21498]: cluster 2024-05-06T02:40:11.177101+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:13.329 INFO:teuthology.orchestra.run.smithi052.stderr:adjusted tunables profile to default 2024-05-06T02:40:13.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:13 smithi052 bash[21498]: audit 2024-05-06T02:40:12.481741+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.52:0/3556222652' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T02:40:13.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:13 smithi052 bash[21498]: audit 2024-05-06T02:40:12.481741+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.52:0/3556222652' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T02:40:13.847 INFO:tasks.cephadm:Adding mon.a on smithi052 2024-05-06T02:40:13.847 INFO:tasks.cephadm:Adding mon.b on smithi155 2024-05-06T02:40:13.847 INFO:tasks.cephadm:Adding mon.c on smithi172 2024-05-06T02:40:13.847 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph orch apply mon '3;smithi052:172.21.15.52=a;smithi155:172.21.15.155=b;smithi172:172.21.15.172=c' 2024-05-06T02:40:14.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:14 smithi052 bash[21498]: cluster 2024-05-06T02:40:13.177524+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:14.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:14 smithi052 bash[21498]: cluster 2024-05-06T02:40:13.177524+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:14.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:14 smithi052 bash[21498]: audit 2024-05-06T02:40:13.344145+0000 mon.a (mon.0) 145 : audit [INF] from='client.? 172.21.15.52:0/3556222652' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T02:40:14.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:14 smithi052 bash[21498]: audit 2024-05-06T02:40:13.344145+0000 mon.a (mon.0) 145 : audit [INF] from='client.? 172.21.15.52:0/3556222652' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T02:40:14.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:14 smithi052 bash[21498]: cluster 2024-05-06T02:40:13.347997+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:14.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:14 smithi052 bash[21498]: cluster 2024-05-06T02:40:13.347997+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:15.058 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:16.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:16 smithi052 bash[21498]: cluster 2024-05-06T02:40:15.177945+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:16.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:16 smithi052 bash[21498]: cluster 2024-05-06T02:40:15.177945+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:17.558 INFO:teuthology.orchestra.run.smithi172.stdout:Scheduled mon update... 2024-05-06T02:40:18.108 DEBUG:teuthology.orchestra.run.smithi155:mon.b> sudo journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.b.service 2024-05-06T02:40:18.111 DEBUG:teuthology.orchestra.run.smithi172:mon.c> sudo journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.c.service 2024-05-06T02:40:18.113 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-06T02:40:18.114 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T02:40:18.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: cluster 2024-05-06T02:40:17.178354+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:18.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: cluster 2024-05-06T02:40:17.178354+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:18.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: audit 2024-05-06T02:40:17.577306+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:18.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: audit 2024-05-06T02:40:17.577306+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:18.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: audit 2024-05-06T02:40:17.604482+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:18.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: audit 2024-05-06T02:40:17.604482+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:18.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: audit 2024-05-06T02:40:18.280997+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:18.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: audit 2024-05-06T02:40:18.280997+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:18.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: audit 2024-05-06T02:40:18.282865+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:18.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: audit 2024-05-06T02:40:18.282865+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:18.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: audit 2024-05-06T02:40:18.291185+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:18.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: audit 2024-05-06T02:40:18.291185+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:18.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: audit 2024-05-06T02:40:18.295236+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:18.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: audit 2024-05-06T02:40:18.295236+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:18.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: audit 2024-05-06T02:40:18.296924+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:18.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:18 smithi052 bash[21498]: audit 2024-05-06T02:40:18.296924+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:19.360 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:19.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:19 smithi052 bash[21498]: audit 2024-05-06T02:40:17.566665+0000 mgr.a (mgr.14152) 62 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi052:172.21.15.52=a;smithi155:172.21.15.155=b;smithi172:172.21.15.172=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:40:19.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:19 smithi052 bash[21498]: audit 2024-05-06T02:40:17.566665+0000 mgr.a (mgr.14152) 62 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi052:172.21.15.52=a;smithi155:172.21.15.155=b;smithi172:172.21.15.172=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:40:19.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:19 smithi052 bash[21498]: cephadm 2024-05-06T02:40:17.572329+0000 mgr.a (mgr.14152) 63 : cephadm [INF] Saving service mon spec with placement smithi052:172.21.15.52=a;smithi155:172.21.15.155=b;smithi172:172.21.15.172=c;count:3 2024-05-06T02:40:19.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:19 smithi052 bash[21498]: cephadm 2024-05-06T02:40:17.572329+0000 mgr.a (mgr.14152) 63 : cephadm [INF] Saving service mon spec with placement smithi052:172.21.15.52=a;smithi155:172.21.15.155=b;smithi172:172.21.15.172=c;count:3 2024-05-06T02:40:19.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:19 smithi052 bash[21498]: cephadm 2024-05-06T02:40:18.298907+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Deploying daemon mon.c on smithi172 2024-05-06T02:40:19.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:19 smithi052 bash[21498]: cephadm 2024-05-06T02:40:18.298907+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Deploying daemon mon.c on smithi172 2024-05-06T02:40:20.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:20 smithi052 bash[21498]: cluster 2024-05-06T02:40:19.178763+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:20.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:20 smithi052 bash[21498]: cluster 2024-05-06T02:40:19.178763+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:22.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:22 smithi052 bash[21498]: cluster 2024-05-06T02:40:21.179240+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:22.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:22 smithi052 bash[21498]: cluster 2024-05-06T02:40:21.179240+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:23.821 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-05-06T02:40:23.821 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"6b724fee-0b51-11ef-bc97-c7b262605968","modified":"2024-05-06T02:37:45.550073Z","created":"2024-05-06T02:37:45.550073Z","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.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-06T02:40:23.824 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2024-05-06T02:40:24.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:24 smithi052 bash[21498]: cluster 2024-05-06T02:40:23.179606+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:24.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:24 smithi052 bash[21498]: cluster 2024-05-06T02:40:23.179606+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:24.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:24 smithi052 bash[21498]: audit 2024-05-06T02:40:23.841057+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.172:0/3906785416' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T02:40:24.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:24 smithi052 bash[21498]: audit 2024-05-06T02:40:23.841057+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.172:0/3906785416' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T02:40:24.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:24 smithi052 bash[21498]: audit 2024-05-06T02:40:24.279904+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:24.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:24 smithi052 bash[21498]: audit 2024-05-06T02:40:24.279904+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:24.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:24 smithi052 bash[21498]: audit 2024-05-06T02:40:24.285712+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:24.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:24 smithi052 bash[21498]: audit 2024-05-06T02:40:24.285712+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:24.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:24 smithi052 bash[21498]: audit 2024-05-06T02:40:24.335596+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:24.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:24 smithi052 bash[21498]: audit 2024-05-06T02:40:24.335596+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:24.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:24 smithi052 bash[21498]: audit 2024-05-06T02:40:24.337073+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:24.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:24 smithi052 bash[21498]: audit 2024-05-06T02:40:24.337073+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:24.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:24 smithi052 bash[21498]: audit 2024-05-06T02:40:24.338949+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:24.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:24 smithi052 bash[21498]: audit 2024-05-06T02:40:24.338949+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:25.236 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cephadm 2024-05-06T02:40:06.330779+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T02:40:25.236 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cephadm 2024-05-06T02:40:06.330779+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T02:40:25.237 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:06.500677+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.237 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:06.500677+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.237 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:06.506270+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:06.506270+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:06.512184+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:06.512184+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:07.176258+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:07.176258+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:09.176674+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:09.176674+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:11.177101+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:11.177101+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:12.481741+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.52:0/3556222652' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:12.481741+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.52:0/3556222652' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:13.177524+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:13.177524+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:13.344145+0000 mon.a (mon.0) 145 : audit [INF] from='client.? 172.21.15.52:0/3556222652' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:13.344145+0000 mon.a (mon.0) 145 : audit [INF] from='client.? 172.21.15.52:0/3556222652' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:13.347997+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:13.347997+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:15.177945+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:15.177945+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:17.178354+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:17.178354+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:17.577306+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.448 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:17.577306+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.448 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:17.604482+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:25.448 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:17.604482+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:25.448 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:18.280997+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:25.448 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:18.280997+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:25.448 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:18.282865+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:25.448 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:18.282865+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:25.449 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:18.291185+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.449 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:18.291185+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.449 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:18.295236+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:25.449 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:18.295236+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:25.449 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:18.296924+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:25.449 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:18.296924+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:25.449 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:17.566665+0000 mgr.a (mgr.14152) 62 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi052:172.21.15.52=a;smithi155:172.21.15.155=b;smithi172:172.21.15.172=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:40:25.449 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:17.566665+0000 mgr.a (mgr.14152) 62 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi052:172.21.15.52=a;smithi155:172.21.15.155=b;smithi172:172.21.15.172=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:40:25.449 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cephadm 2024-05-06T02:40:17.572329+0000 mgr.a (mgr.14152) 63 : cephadm [INF] Saving service mon spec with placement smithi052:172.21.15.52=a;smithi155:172.21.15.155=b;smithi172:172.21.15.172=c;count:3 2024-05-06T02:40:25.449 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cephadm 2024-05-06T02:40:17.572329+0000 mgr.a (mgr.14152) 63 : cephadm [INF] Saving service mon spec with placement smithi052:172.21.15.52=a;smithi155:172.21.15.155=b;smithi172:172.21.15.172=c;count:3 2024-05-06T02:40:25.449 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cephadm 2024-05-06T02:40:18.298907+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Deploying daemon mon.c on smithi172 2024-05-06T02:40:25.449 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cephadm 2024-05-06T02:40:18.298907+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Deploying daemon mon.c on smithi172 2024-05-06T02:40:25.450 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:19.178763+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.450 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:19.178763+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.450 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:21.179240+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.450 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:21.179240+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.450 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:23.179606+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.450 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: cluster 2024-05-06T02:40:23.179606+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:25.450 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:23.841057+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.172:0/3906785416' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T02:40:25.450 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:23.841057+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.172:0/3906785416' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T02:40:25.450 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:24.279904+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.450 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:24.279904+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.450 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:24.285712+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.450 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:24.285712+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.450 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:24.335596+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.450 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:24.335596+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:25.451 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:24.337073+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:25.451 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:24.337073+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:25.451 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:24.338949+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:25.451 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: audit 2024-05-06T02:40:24.338949+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:25.451 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:25 smithi172 bash[23789]: debug 2024-05-06T02:40:25.251+0000 7f138fe93700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-06T02:40:25.836 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-06T02:40:25.836 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T02:40:29.540 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T02:40:29.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:29 smithi155 bash[23100]: debug 2024-05-06T02:40:29.659+0000 7f4fd83f7700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-06T02:40:30.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:25.179942+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:30.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:25.179942+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:30.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:25.259848+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:25.259848+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:25.265032+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:40:30.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:25.265032+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:40:30.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:25.265353+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-06T02:40:30.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:25.265353+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-06T02:40:30.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:25.284401+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:25.284401+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:26.259555+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:26.259555+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:27.180274+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:30.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:27.180274+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:30.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:27.259784+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:27.259784+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:27.261672+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T02:40:30.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:27.261672+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T02:40:30.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:28.259890+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:28.259890+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:29.180651+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:30.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:29.180651+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:30.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:29.259869+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:29.259869+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.640 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:29.671444+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:30.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:29.671444+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:30.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:30.260443+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:30.260443+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.305655+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T02:40:30.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.305655+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T02:40:30.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316343+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-06T02:40:30.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316343+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-06T02:40:30.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316379+0000 mon.a (mon.0) 172 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:40:30.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316379+0000 mon.a (mon.0) 172 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:40:30.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316442+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-06T02:40:25.259286+0000 2024-05-06T02:40:30.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316442+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-06T02:40:25.259286+0000 2024-05-06T02:40:30.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316483+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:40:30.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316483+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:40:30.641 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316522+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316522+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316557+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316557+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316592+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316592+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316630+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.c 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.316630+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.c 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.317661+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.317661+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.317740+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.317740+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.318053+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 95s) 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.318053+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 95s) 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.318313+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-06T02:40:30.642 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: cluster 2024-05-06T02:40:30.318313+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-06T02:40:30.643 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:30.325507+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:30.643 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:30.325507+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:30.643 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:30.332185+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:30.643 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:30 smithi052 bash[21498]: audit 2024-05-06T02:40:30.332185+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:30.665 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:25.179942+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:30.665 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:25.179942+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:30.666 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:25.259848+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.666 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:25.259848+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.666 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:25.265032+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:40:30.666 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:25.265032+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:40:30.666 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:25.265353+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-06T02:40:30.666 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:25.265353+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-06T02:40:30.666 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:25.284401+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.666 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:25.284401+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.666 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:26.259555+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.666 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:26.259555+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.666 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:27.180274+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:30.666 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:27.180274+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:30.666 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:27.259784+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:27.259784+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:27.261672+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T02:40:30.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:27.261672+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T02:40:30.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:28.259890+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:28.259890+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:29.180651+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:30.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:29.180651+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:30.667 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:29.259869+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:29.259869+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:29.671444+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:30.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:29.671444+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:30.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:30.260443+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:30.260443+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:30.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.305655+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T02:40:30.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.305655+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T02:40:30.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316343+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-06T02:40:30.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316343+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-06T02:40:30.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316379+0000 mon.a (mon.0) 172 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:40:30.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316379+0000 mon.a (mon.0) 172 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:40:30.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316442+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-06T02:40:25.259286+0000 2024-05-06T02:40:30.668 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316442+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-06T02:40:25.259286+0000 2024-05-06T02:40:30.669 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316483+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:40:30.669 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316483+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:40:30.669 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316522+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:40:30.669 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316522+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:40:30.669 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316557+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-06T02:40:30.669 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316557+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-06T02:40:30.669 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316592+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:40:30.669 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316592+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:40:30.669 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316630+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.c 2024-05-06T02:40:30.669 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.316630+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.c 2024-05-06T02:40:30.669 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.317661+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-06T02:40:30.669 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.317661+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-06T02:40:30.669 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.317740+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:30.669 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.317740+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:30.670 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.318053+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 95s) 2024-05-06T02:40:30.670 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.318053+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 95s) 2024-05-06T02:40:30.670 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.318313+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-06T02:40:30.670 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: cluster 2024-05-06T02:40:30.318313+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-06T02:40:30.670 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:30.325507+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:30.670 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:30.325507+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:30.670 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:30.332185+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:30.670 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:30 smithi172 bash[23789]: audit 2024-05-06T02:40:30.332185+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:31.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:31 smithi172 bash[23789]: audit 2024-05-06T02:40:30.392917+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:31.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:31 smithi172 bash[23789]: audit 2024-05-06T02:40:30.392917+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:31.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:31 smithi172 bash[23789]: audit 2024-05-06T02:40:30.399803+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:31.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:31 smithi172 bash[23789]: audit 2024-05-06T02:40:30.399803+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:31.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:31 smithi172 bash[23789]: audit 2024-05-06T02:40:30.500159+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:31.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:31 smithi172 bash[23789]: audit 2024-05-06T02:40:30.500159+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:31.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:31 smithi172 bash[23789]: audit 2024-05-06T02:40:30.671808+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:31.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:31 smithi172 bash[23789]: audit 2024-05-06T02:40:30.671808+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:31.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:31 smithi172 bash[23789]: audit 2024-05-06T02:40:31.260429+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:31.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:31 smithi172 bash[23789]: audit 2024-05-06T02:40:31.260429+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:31.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:31 smithi052 bash[21498]: audit 2024-05-06T02:40:30.392917+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:31 smithi052 bash[21498]: audit 2024-05-06T02:40:30.392917+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:31 smithi052 bash[21498]: audit 2024-05-06T02:40:30.399803+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:31 smithi052 bash[21498]: audit 2024-05-06T02:40:30.399803+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:31 smithi052 bash[21498]: audit 2024-05-06T02:40:30.500159+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:31 smithi052 bash[21498]: audit 2024-05-06T02:40:30.500159+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:31 smithi052 bash[21498]: audit 2024-05-06T02:40:30.671808+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:31 smithi052 bash[21498]: audit 2024-05-06T02:40:30.671808+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:31 smithi052 bash[21498]: audit 2024-05-06T02:40:31.260429+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:31 smithi052 bash[21498]: audit 2024-05-06T02:40:31.260429+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.134 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:25.179942+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.134 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:25.179942+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.134 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:25.259848+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.134 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:25.259848+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:25.265032+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:40:37.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:25.265032+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:40:37.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:25.265353+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-06T02:40:37.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:25.265353+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-06T02:40:37.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:25.284401+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:25.284401+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:26.259555+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:26.259555+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:27.180274+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:27.180274+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:27.259784+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:27.259784+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:27.261672+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T02:40:37.136 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:27.261672+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-06T02:40:37.136 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:28.259890+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.136 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:28.259890+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.136 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:29.180651+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:29.180651+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:29.259869+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:29.259869+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:29.671444+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:29.671444+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:30.260443+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:30.260443+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.305655+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T02:40:37.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.305655+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T02:40:37.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316343+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-06T02:40:37.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316343+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-06T02:40:37.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316379+0000 mon.a (mon.0) 172 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:40:37.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316379+0000 mon.a (mon.0) 172 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:40:37.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316442+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-06T02:40:25.259286+0000 2024-05-06T02:40:37.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316442+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-06T02:40:25.259286+0000 2024-05-06T02:40:37.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316483+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:40:37.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316483+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:40:37.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316522+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:40:37.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316522+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:40:37.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316557+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-06T02:40:37.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316557+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-06T02:40:37.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316592+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:40:37.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316592+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316630+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.c 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.316630+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.c 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.317661+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.317661+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.317740+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.317740+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.318053+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 95s) 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.318053+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 95s) 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.318313+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:30.318313+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:30.325507+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:30.325507+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:30.332185+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:30.332185+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.139 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:30.392917+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:30.392917+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:30.399803+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:30.399803+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:30.500159+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:37.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:30.500159+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:37.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:30.671808+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:30.671808+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:31.260429+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:31.260429+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:31.678693+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:40:37.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:31.678693+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:40:37.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:31.679036+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-05-06T02:40:37.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:31.679036+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-05-06T02:40:37.140 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:31.680106+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:31.680106+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:31.700651+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:31.700651+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:31.700915+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:31.700915+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:32.672304+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:32.672304+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:33.181449+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:33.181449+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:33.672518+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:33.672518+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:33.674402+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:33.674402+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:34.672383+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.141 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:34.672383+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.142 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:35.181838+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.142 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:35.181838+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.142 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:35.672801+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.142 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:35.672801+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.142 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:36.672742+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.142 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:36.672742+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.142 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.741728+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T02:40:37.142 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.741728+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T02:40:37.142 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749512+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-05-06T02:40:37.142 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749512+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-05-06T02:40:37.142 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749551+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:40:37.142 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749551+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:40:37.142 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749598+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-05-06T02:40:31.672278+0000 2024-05-06T02:40:37.142 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749598+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-05-06T02:40:31.672278+0000 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749639+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749639+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749676+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749676+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749713+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749713+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749745+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749745+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749781+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.c 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749781+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.c 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749817+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.749817+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.750862+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.750862+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-05-06T02:40:37.143 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.750945+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:37.144 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.750945+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:37.144 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.751289+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-05-06T02:40:37.144 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.751289+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-05-06T02:40:37.144 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.751560+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-05-06T02:40:37.144 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: cluster 2024-05-06T02:40:36.751560+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-05-06T02:40:37.144 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:36.785264+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.144 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:36.785264+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.144 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:36.791249+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.144 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:36.791249+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.144 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:36.797035+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.144 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:36 smithi155 bash[23100]: audit 2024-05-06T02:40:36.797035+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.145 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:31.678693+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:40:37.145 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:31.678693+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:40:37.145 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:31.679036+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-05-06T02:40:37.145 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:31.679036+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-05-06T02:40:37.145 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:31.680106+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T02:40:37.145 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:31.680106+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T02:40:37.145 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:31.700651+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.145 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:31.700651+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.145 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:31.700915+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.145 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:31.700915+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.146 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:32.672304+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.146 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:32.672304+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.146 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:33.181449+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.146 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:33.181449+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.146 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:33.672518+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.146 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:33.672518+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.146 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:33.674402+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T02:40:37.146 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:33.674402+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T02:40:37.146 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:34.672383+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.146 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:34.672383+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.146 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:35.181838+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.146 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:35.181838+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.146 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:35.672801+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.146 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:35.672801+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:36.672742+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:36.672742+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.741728+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.741728+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749512+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749512+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749551+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749551+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749598+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-05-06T02:40:31.672278+0000 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749598+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-05-06T02:40:31.672278+0000 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749639+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749639+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749676+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749676+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:40:37.147 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749713+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749713+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749745+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749745+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749781+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.c 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749781+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.c 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749817+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.749817+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.750862+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.750862+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.750945+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.750945+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.751289+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.751289+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.751560+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-05-06T02:40:37.148 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: cluster 2024-05-06T02:40:36.751560+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-05-06T02:40:37.149 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:36.785264+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.149 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:36.785264+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.149 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:36.791249+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.149 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:36.791249+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.149 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:36.797035+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.149 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:36 smithi052 bash[21498]: audit 2024-05-06T02:40:36.797035+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:31.678693+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:40:37.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:31.678693+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:40:37.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:31.679036+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-05-06T02:40:37.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:31.679036+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-05-06T02:40:37.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:31.680106+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T02:40:37.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:31.680106+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-06T02:40:37.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:31.700651+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:31.700651+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:31.700915+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:31.700915+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:40:37.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:32.672304+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:32.672304+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:33.181449+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:33.181449+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:33.672518+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:33.672518+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:33.674402+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T02:40:37.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:33.674402+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-06T02:40:37.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:34.672383+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.198 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:34.672383+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.198 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:35.181838+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.198 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:35.181838+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:37.198 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:35.672801+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.198 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:35.672801+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.198 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:36.672742+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:36.672742+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:37.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.741728+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T02:40:37.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.741728+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T02:40:37.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749512+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-05-06T02:40:37.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749512+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-05-06T02:40:37.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749551+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:40:37.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749551+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:40:37.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749598+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-05-06T02:40:31.672278+0000 2024-05-06T02:40:37.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749598+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-05-06T02:40:31.672278+0000 2024-05-06T02:40:37.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749639+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:40:37.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749639+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:40:37.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749676+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:40:37.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749676+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:40:37.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749713+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-05-06T02:40:37.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749713+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-05-06T02:40:37.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749745+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:40:37.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749745+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:40:37.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749781+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.c 2024-05-06T02:40:37.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749781+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.c 2024-05-06T02:40:37.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749817+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-05-06T02:40:37.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.749817+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-05-06T02:40:37.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.750862+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-05-06T02:40:37.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.750862+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-05-06T02:40:37.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.750945+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:37.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.750945+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-06T02:40:37.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.751289+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-05-06T02:40:37.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.751289+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-05-06T02:40:37.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.751560+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-05-06T02:40:37.201 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: cluster 2024-05-06T02:40:36.751560+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-05-06T02:40:37.201 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:36.785264+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.201 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:36.785264+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.201 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:36.791249+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.201 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:36.791249+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.201 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:36.797035+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:37.201 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:36 smithi172 bash[23789]: audit 2024-05-06T02:40:36.797035+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.134 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:36.802976+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.134 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:36.802976+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.134 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:36.808991+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.134 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:36.808991+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.134 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:36.810742+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:38.134 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:36.810742+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:36.825308+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:36.825308+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: cephadm 2024-05-06T02:40:36.828171+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi052:/etc/ceph/ceph.conf 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: cephadm 2024-05-06T02:40:36.828171+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi052:/etc/ceph/ceph.conf 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: cephadm 2024-05-06T02:40:36.828997+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: cephadm 2024-05-06T02:40:36.828997+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: cephadm 2024-05-06T02:40:36.830294+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: cephadm 2024-05-06T02:40:36.830294+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: cephadm 2024-05-06T02:40:37.148842+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: cephadm 2024-05-06T02:40:37.148842+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: cephadm 2024-05-06T02:40:37.149167+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: cephadm 2024-05-06T02:40:37.149167+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: cluster 2024-05-06T02:40:37.182132+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: cluster 2024-05-06T02:40:37.182132+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:38.135 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: cephadm 2024-05-06T02:40:37.195477+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.136 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: cephadm 2024-05-06T02:40:37.195477+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.136 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.368906+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.136 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.368906+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.136 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.373360+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.136 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.373360+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.136 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.377891+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.136 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.377891+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.382484+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.382484+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.415922+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.415922+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.421253+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.421253+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.426333+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.426333+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.532934+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.532934+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.538609+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.538609+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.543423+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.543423+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.137 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.548992+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.548992+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.550200+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:38.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.550200+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:38.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.551668+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:38.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.551668+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:38.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.553205+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:38.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.553205+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:38.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.672983+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:38.138 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:37 smithi155 bash[23100]: audit 2024-05-06T02:40:37.672983+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:38.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:36.802976+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:36.802976+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:36.808991+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:36.808991+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:36.810742+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:38.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:36.810742+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:38.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:36.825308+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:38.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:36.825308+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:38.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: cephadm 2024-05-06T02:40:36.828171+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi052:/etc/ceph/ceph.conf 2024-05-06T02:40:38.139 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: cephadm 2024-05-06T02:40:36.828171+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi052:/etc/ceph/ceph.conf 2024-05-06T02:40:38.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: cephadm 2024-05-06T02:40:36.828997+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2024-05-06T02:40:38.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: cephadm 2024-05-06T02:40:36.828997+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2024-05-06T02:40:38.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: cephadm 2024-05-06T02:40:36.830294+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-05-06T02:40:38.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: cephadm 2024-05-06T02:40:36.830294+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-05-06T02:40:38.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: cephadm 2024-05-06T02:40:37.148842+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: cephadm 2024-05-06T02:40:37.148842+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: cephadm 2024-05-06T02:40:37.149167+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: cephadm 2024-05-06T02:40:37.149167+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: cluster 2024-05-06T02:40:37.182132+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:38.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: cluster 2024-05-06T02:40:37.182132+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:38.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: cephadm 2024-05-06T02:40:37.195477+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: cephadm 2024-05-06T02:40:37.195477+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.368906+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.140 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.368906+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.141 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.373360+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.141 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.373360+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.141 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.377891+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.141 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.377891+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.141 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.382484+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.141 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.382484+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.141 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.415922+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.141 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.415922+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.141 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.421253+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.141 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.421253+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.141 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.426333+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.141 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.426333+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.141 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.532934+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.141 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.532934+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.142 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.538609+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.142 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.538609+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.142 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.543423+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.142 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.543423+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.142 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.548992+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.142 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.548992+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.142 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.550200+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:38.142 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.550200+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:38.142 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.551668+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:38.142 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.551668+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:38.142 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.553205+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:38.142 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.553205+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:38.142 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.672983+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:38.142 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:37 smithi052 bash[21498]: audit 2024-05-06T02:40:37.672983+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:38.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:36.802976+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:36.802976+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:36.808991+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:36.808991+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:36.810742+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:38.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:36.810742+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:38.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:36.825308+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:38.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:36.825308+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:38.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: cephadm 2024-05-06T02:40:36.828171+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi052:/etc/ceph/ceph.conf 2024-05-06T02:40:38.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: cephadm 2024-05-06T02:40:36.828171+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi052:/etc/ceph/ceph.conf 2024-05-06T02:40:38.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: cephadm 2024-05-06T02:40:36.828997+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2024-05-06T02:40:38.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: cephadm 2024-05-06T02:40:36.828997+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2024-05-06T02:40:38.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: cephadm 2024-05-06T02:40:36.830294+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-05-06T02:40:38.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: cephadm 2024-05-06T02:40:36.830294+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-05-06T02:40:38.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: cephadm 2024-05-06T02:40:37.148842+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: cephadm 2024-05-06T02:40:37.148842+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: cephadm 2024-05-06T02:40:37.149167+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.197 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: cephadm 2024-05-06T02:40:37.149167+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.198 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: cluster 2024-05-06T02:40:37.182132+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:38.198 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: cluster 2024-05-06T02:40:37.182132+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:38.198 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: cephadm 2024-05-06T02:40:37.195477+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.198 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: cephadm 2024-05-06T02:40:37.195477+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:40:38.198 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.368906+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.198 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.368906+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.373360+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.373360+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.377891+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.377891+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.382484+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.382484+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.415922+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.415922+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.421253+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.421253+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.426333+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.426333+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.532934+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.532934+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.199 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.538609+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.538609+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.543423+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.543423+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.548992+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.548992+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:38.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.550200+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:38.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.550200+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:38.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.551668+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:38.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.551668+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:38.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.553205+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:38.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.553205+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:38.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.672983+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:38.200 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:37 smithi172 bash[23789]: audit 2024-05-06T02:40:37.672983+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:40:38.285 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-05-06T02:40:38.286 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":3,"fsid":"6b724fee-0b51-11ef-bc97-c7b262605968","modified":"2024-05-06T02:40:31.672278Z","created":"2024-05-06T02:37:45.550073Z","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.52:3300","nonce":0},{"type":"v1","addr":"172.21.15.52:6789","nonce":0}]},"addr":"172.21.15.52:6789/0","public_addr":"172.21.15.52:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:3300","nonce":0},{"type":"v1","addr":"172.21.15.172:6789","nonce":0}]},"addr":"172.21.15.172:6789/0","public_addr":"172.21.15.172:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:3300","nonce":0},{"type":"v1","addr":"172.21.15.155:6789","nonce":0}]},"addr":"172.21.15.155:6789/0","public_addr":"172.21.15.155:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-05-06T02:40:38.289 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 3 2024-05-06T02:40:38.991 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:38 smithi052 bash[21498]: cephadm 2024-05-06T02:40:37.549674+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T02:40:38.992 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:38 smithi052 bash[21498]: cephadm 2024-05-06T02:40:37.549674+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T02:40:38.992 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:38 smithi052 bash[21498]: cephadm 2024-05-06T02:40:37.555231+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi052 2024-05-06T02:40:38.992 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:38 smithi052 bash[21498]: cephadm 2024-05-06T02:40:37.555231+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi052 2024-05-06T02:40:38.992 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:38 smithi052 bash[21498]: audit 2024-05-06T02:40:38.304950+0000 mon.a (mon.0) 236 : audit [DBG] from='client.? 172.21.15.172:0/4102413621' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T02:40:38.992 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:38 smithi052 bash[21498]: audit 2024-05-06T02:40:38.304950+0000 mon.a (mon.0) 236 : audit [DBG] from='client.? 172.21.15.172:0/4102413621' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T02:40:39.044 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-06T02:40:39.044 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-06T02:40:39.133 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:38 smithi155 bash[23100]: cephadm 2024-05-06T02:40:37.549674+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T02:40:39.133 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:38 smithi155 bash[23100]: cephadm 2024-05-06T02:40:37.549674+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T02:40:39.133 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:38 smithi155 bash[23100]: cephadm 2024-05-06T02:40:37.555231+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi052 2024-05-06T02:40:39.133 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:38 smithi155 bash[23100]: cephadm 2024-05-06T02:40:37.555231+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi052 2024-05-06T02:40:39.134 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:38 smithi155 bash[23100]: audit 2024-05-06T02:40:38.304950+0000 mon.a (mon.0) 236 : audit [DBG] from='client.? 172.21.15.172:0/4102413621' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T02:40:39.134 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:38 smithi155 bash[23100]: audit 2024-05-06T02:40:38.304950+0000 mon.a (mon.0) 236 : audit [DBG] from='client.? 172.21.15.172:0/4102413621' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T02:40:39.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:38 smithi172 bash[23789]: cephadm 2024-05-06T02:40:37.549674+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T02:40:39.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:38 smithi172 bash[23789]: cephadm 2024-05-06T02:40:37.549674+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-06T02:40:39.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:38 smithi172 bash[23789]: cephadm 2024-05-06T02:40:37.555231+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi052 2024-05-06T02:40:39.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:38 smithi172 bash[23789]: cephadm 2024-05-06T02:40:37.555231+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi052 2024-05-06T02:40:39.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:38 smithi172 bash[23789]: audit 2024-05-06T02:40:38.304950+0000 mon.a (mon.0) 236 : audit [DBG] from='client.? 172.21.15.172:0/4102413621' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T02:40:39.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:38 smithi172 bash[23789]: audit 2024-05-06T02:40:38.304950+0000 mon.a (mon.0) 236 : audit [DBG] from='client.? 172.21.15.172:0/4102413621' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T02:40:40.564 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: cluster 2024-05-06T02:40:39.182514+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:40.564 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: cluster 2024-05-06T02:40:39.182514+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:40.564 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: audit 2024-05-06T02:40:39.310648+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:40.564 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: audit 2024-05-06T02:40:39.310648+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:40.564 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: audit 2024-05-06T02:40:39.314766+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:40.565 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: audit 2024-05-06T02:40:39.314766+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:40.565 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: cephadm 2024-05-06T02:40:39.325631+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T02:40:40.565 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: cephadm 2024-05-06T02:40:39.325631+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T02:40:40.565 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: audit 2024-05-06T02:40:39.326020+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:40.565 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: audit 2024-05-06T02:40:39.326020+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:40.565 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: audit 2024-05-06T02:40:39.327026+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:40.565 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: audit 2024-05-06T02:40:39.327026+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:40.565 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: audit 2024-05-06T02:40:39.327794+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:40.565 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: audit 2024-05-06T02:40:39.327794+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:40.565 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: cephadm 2024-05-06T02:40:39.328905+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-05-06T02:40:40.565 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:40 smithi155 bash[23100]: cephadm 2024-05-06T02:40:39.328905+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-05-06T02:40:40.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: cluster 2024-05-06T02:40:39.182514+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:40.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: cluster 2024-05-06T02:40:39.182514+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:40.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: audit 2024-05-06T02:40:39.310648+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:40.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: audit 2024-05-06T02:40:39.310648+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:40.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: audit 2024-05-06T02:40:39.314766+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:40.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: audit 2024-05-06T02:40:39.314766+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:40.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: cephadm 2024-05-06T02:40:39.325631+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T02:40:40.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: cephadm 2024-05-06T02:40:39.325631+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T02:40:40.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: audit 2024-05-06T02:40:39.326020+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:40.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: audit 2024-05-06T02:40:39.326020+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:40.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: audit 2024-05-06T02:40:39.327026+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:40.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: audit 2024-05-06T02:40:39.327026+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:40.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: audit 2024-05-06T02:40:39.327794+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:40.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: audit 2024-05-06T02:40:39.327794+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:40.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: cephadm 2024-05-06T02:40:39.328905+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-05-06T02:40:40.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:40 smithi052 bash[21498]: cephadm 2024-05-06T02:40:39.328905+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-05-06T02:40:40.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: cluster 2024-05-06T02:40:39.182514+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:40.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: cluster 2024-05-06T02:40:39.182514+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:40.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: audit 2024-05-06T02:40:39.310648+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:40.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: audit 2024-05-06T02:40:39.310648+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:40.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: audit 2024-05-06T02:40:39.314766+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:40.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: audit 2024-05-06T02:40:39.314766+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:40.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: cephadm 2024-05-06T02:40:39.325631+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T02:40:40.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: cephadm 2024-05-06T02:40:39.325631+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T02:40:40.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: audit 2024-05-06T02:40:39.326020+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:40.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: audit 2024-05-06T02:40:39.326020+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:40.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: audit 2024-05-06T02:40:39.327026+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:40.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: audit 2024-05-06T02:40:39.327026+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:40.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: audit 2024-05-06T02:40:39.327794+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:40.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: audit 2024-05-06T02:40:39.327794+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:40.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: cephadm 2024-05-06T02:40:39.328905+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-05-06T02:40:40.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:40 smithi172 bash[23789]: cephadm 2024-05-06T02:40:39.328905+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-05-06T02:40:42.624 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: cluster 2024-05-06T02:40:41.182924+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:42.624 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: cluster 2024-05-06T02:40:41.182924+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:42.624 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: audit 2024-05-06T02:40:41.325067+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:42.624 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: audit 2024-05-06T02:40:41.325067+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:42.624 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: audit 2024-05-06T02:40:41.332062+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:42.624 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: audit 2024-05-06T02:40:41.332062+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:42.624 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: cephadm 2024-05-06T02:40:41.348677+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T02:40:42.624 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: cephadm 2024-05-06T02:40:41.348677+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T02:40:42.625 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: audit 2024-05-06T02:40:41.349359+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:42.625 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: audit 2024-05-06T02:40:41.349359+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:42.625 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: audit 2024-05-06T02:40:41.351072+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:42.625 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: audit 2024-05-06T02:40:41.351072+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:42.625 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: audit 2024-05-06T02:40:41.352808+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:42.625 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: audit 2024-05-06T02:40:41.352808+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:42.625 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: cephadm 2024-05-06T02:40:41.354840+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi172 2024-05-06T02:40:42.625 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:42 smithi172 bash[23789]: cephadm 2024-05-06T02:40:41.354840+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi172 2024-05-06T02:40:42.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: cluster 2024-05-06T02:40:41.182924+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:42.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: cluster 2024-05-06T02:40:41.182924+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:42.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: audit 2024-05-06T02:40:41.325067+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: audit 2024-05-06T02:40:41.325067+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: audit 2024-05-06T02:40:41.332062+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: audit 2024-05-06T02:40:41.332062+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: cephadm 2024-05-06T02:40:41.348677+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T02:40:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: cephadm 2024-05-06T02:40:41.348677+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T02:40:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: audit 2024-05-06T02:40:41.349359+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: audit 2024-05-06T02:40:41.349359+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: audit 2024-05-06T02:40:41.351072+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: audit 2024-05-06T02:40:41.351072+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: audit 2024-05-06T02:40:41.352808+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: audit 2024-05-06T02:40:41.352808+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: cephadm 2024-05-06T02:40:41.354840+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi172 2024-05-06T02:40:42.635 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:42 smithi155 bash[23100]: cephadm 2024-05-06T02:40:41.354840+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi172 2024-05-06T02:40:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: cluster 2024-05-06T02:40:41.182924+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: cluster 2024-05-06T02:40:41.182924+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: audit 2024-05-06T02:40:41.325067+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: audit 2024-05-06T02:40:41.325067+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: audit 2024-05-06T02:40:41.332062+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: audit 2024-05-06T02:40:41.332062+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: cephadm 2024-05-06T02:40:41.348677+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T02:40:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: cephadm 2024-05-06T02:40:41.348677+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-06T02:40:42.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: audit 2024-05-06T02:40:41.349359+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:42.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: audit 2024-05-06T02:40:41.349359+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:40:42.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: audit 2024-05-06T02:40:41.351072+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:42.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: audit 2024-05-06T02:40:41.351072+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:40:42.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: audit 2024-05-06T02:40:41.352808+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:42.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: audit 2024-05-06T02:40:41.352808+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:42.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: cephadm 2024-05-06T02:40:41.354840+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi172 2024-05-06T02:40:42.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:42 smithi052 bash[21498]: cephadm 2024-05-06T02:40:41.354840+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi172 2024-05-06T02:40:43.770 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:40:44.443 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:44 smithi052 bash[21498]: cluster 2024-05-06T02:40:43.183404+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:44.444 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:44 smithi052 bash[21498]: cluster 2024-05-06T02:40:43.183404+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:44.444 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:44 smithi052 bash[21498]: audit 2024-05-06T02:40:43.206316+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.444 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:44 smithi052 bash[21498]: audit 2024-05-06T02:40:43.206316+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.444 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:44 smithi052 bash[21498]: audit 2024-05-06T02:40:43.213785+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.444 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:44 smithi052 bash[21498]: audit 2024-05-06T02:40:43.213785+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.444 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:44 smithi052 bash[21498]: audit 2024-05-06T02:40:43.226500+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:44.444 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:44 smithi052 bash[21498]: audit 2024-05-06T02:40:43.226500+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:44.444 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:44 smithi052 bash[21498]: audit 2024-05-06T02:40:43.856562+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:44.444 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:44 smithi052 bash[21498]: audit 2024-05-06T02:40:43.856562+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:44.444 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:44 smithi052 bash[21498]: audit 2024-05-06T02:40:43.857986+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:44.444 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:44 smithi052 bash[21498]: audit 2024-05-06T02:40:43.857986+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:44.444 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:44 smithi052 bash[21498]: audit 2024-05-06T02:40:43.865033+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.444 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:44 smithi052 bash[21498]: audit 2024-05-06T02:40:43.865033+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:44 smithi172 bash[23789]: cluster 2024-05-06T02:40:43.183404+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:44.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:44 smithi172 bash[23789]: cluster 2024-05-06T02:40:43.183404+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:44.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:44 smithi172 bash[23789]: audit 2024-05-06T02:40:43.206316+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:44 smithi172 bash[23789]: audit 2024-05-06T02:40:43.206316+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:44 smithi172 bash[23789]: audit 2024-05-06T02:40:43.213785+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:44 smithi172 bash[23789]: audit 2024-05-06T02:40:43.213785+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:44 smithi172 bash[23789]: audit 2024-05-06T02:40:43.226500+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:44.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:44 smithi172 bash[23789]: audit 2024-05-06T02:40:43.226500+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:44.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:44 smithi172 bash[23789]: audit 2024-05-06T02:40:43.856562+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:44.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:44 smithi172 bash[23789]: audit 2024-05-06T02:40:43.856562+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:44.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:44 smithi172 bash[23789]: audit 2024-05-06T02:40:43.857986+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:44.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:44 smithi172 bash[23789]: audit 2024-05-06T02:40:43.857986+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:44.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:44 smithi172 bash[23789]: audit 2024-05-06T02:40:43.865033+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:44 smithi172 bash[23789]: audit 2024-05-06T02:40:43.865033+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:44 smithi155 bash[23100]: cluster 2024-05-06T02:40:43.183404+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:44.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:44 smithi155 bash[23100]: cluster 2024-05-06T02:40:43.183404+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:44.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:44 smithi155 bash[23100]: audit 2024-05-06T02:40:43.206316+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:44 smithi155 bash[23100]: audit 2024-05-06T02:40:43.206316+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:44 smithi155 bash[23100]: audit 2024-05-06T02:40:43.213785+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:44 smithi155 bash[23100]: audit 2024-05-06T02:40:43.213785+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:44 smithi155 bash[23100]: audit 2024-05-06T02:40:43.226500+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:44.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:44 smithi155 bash[23100]: audit 2024-05-06T02:40:43.226500+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:44.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:44 smithi155 bash[23100]: audit 2024-05-06T02:40:43.856562+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:44.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:44 smithi155 bash[23100]: audit 2024-05-06T02:40:43.856562+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:44.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:44 smithi155 bash[23100]: audit 2024-05-06T02:40:43.857986+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:44.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:44 smithi155 bash[23100]: audit 2024-05-06T02:40:43.857986+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:44.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:44 smithi155 bash[23100]: audit 2024-05-06T02:40:43.865033+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:44.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:44 smithi155 bash[23100]: audit 2024-05-06T02:40:43.865033+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:46.158 INFO:teuthology.orchestra.run.smithi052.stdout:# minimal ceph.conf for 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:40:46.159 INFO:teuthology.orchestra.run.smithi052.stdout:[global] 2024-05-06T02:40:46.159 INFO:teuthology.orchestra.run.smithi052.stdout: fsid = 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:40:46.159 INFO:teuthology.orchestra.run.smithi052.stdout: mon_host = [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] 2024-05-06T02:40:46.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:46 smithi172 bash[23789]: cluster 2024-05-06T02:40:45.183827+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:46.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:46 smithi172 bash[23789]: cluster 2024-05-06T02:40:45.183827+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:46.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:46 smithi172 bash[23789]: audit 2024-05-06T02:40:46.176395+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.52:0/2564983391' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:46.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:46 smithi172 bash[23789]: audit 2024-05-06T02:40:46.176395+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.52:0/2564983391' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:46.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:46 smithi155 bash[23100]: cluster 2024-05-06T02:40:45.183827+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:46.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:46 smithi155 bash[23100]: cluster 2024-05-06T02:40:45.183827+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:46.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:46 smithi155 bash[23100]: audit 2024-05-06T02:40:46.176395+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.52:0/2564983391' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:46.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:46 smithi155 bash[23100]: audit 2024-05-06T02:40:46.176395+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.52:0/2564983391' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:46.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:46 smithi052 bash[21498]: cluster 2024-05-06T02:40:45.183827+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:46.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:46 smithi052 bash[21498]: cluster 2024-05-06T02:40:45.183827+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:46.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:46 smithi052 bash[21498]: audit 2024-05-06T02:40:46.176395+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.52:0/2564983391' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:46.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:46 smithi052 bash[21498]: audit 2024-05-06T02:40:46.176395+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.52:0/2564983391' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:46.721 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-06T02:40:46.721 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:40:46.722 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T02:40:46.736 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:40:46.736 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:40:46.791 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-05-06T02:40:46.791 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T02:40:46.805 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-05-06T02:40:46.805 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:40:46.860 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-05-06T02:40:46.860 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T02:40:46.874 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-05-06T02:40:46.875 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:40:46.928 INFO:tasks.cephadm:Adding mgr.a on smithi052 2024-05-06T02:40:46.928 INFO:tasks.cephadm:Adding mgr.b on smithi155 2024-05-06T02:40:46.928 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi052=a;smithi155=b' 2024-05-06T02:40:48.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:48 smithi172 bash[23789]: cluster 2024-05-06T02:40:47.184266+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:48.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:48 smithi172 bash[23789]: cluster 2024-05-06T02:40:47.184266+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:48.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:48 smithi155 bash[23100]: cluster 2024-05-06T02:40:47.184266+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:48.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:48 smithi155 bash[23100]: cluster 2024-05-06T02:40:47.184266+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:48.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:48 smithi052 bash[21498]: cluster 2024-05-06T02:40:47.184266+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:48.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:48 smithi052 bash[21498]: cluster 2024-05-06T02:40:47.184266+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:50.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:50 smithi155 bash[23100]: cluster 2024-05-06T02:40:49.184682+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:50.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:50 smithi155 bash[23100]: cluster 2024-05-06T02:40:49.184682+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:50 smithi052 bash[21498]: cluster 2024-05-06T02:40:49.184682+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:50 smithi052 bash[21498]: cluster 2024-05-06T02:40:49.184682+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:50.666 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T02:40:50.685 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:50 smithi172 bash[23789]: cluster 2024-05-06T02:40:49.184682+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:50.686 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:50 smithi172 bash[23789]: cluster 2024-05-06T02:40:49.184682+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:52.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:52 smithi172 bash[23789]: cluster 2024-05-06T02:40:51.185096+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:52.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:52 smithi172 bash[23789]: cluster 2024-05-06T02:40:51.185096+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:52.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:52 smithi155 bash[23100]: cluster 2024-05-06T02:40:51.185096+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:52.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:52 smithi155 bash[23100]: cluster 2024-05-06T02:40:51.185096+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:52.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:52 smithi052 bash[21498]: cluster 2024-05-06T02:40:51.185096+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:52.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:52 smithi052 bash[21498]: cluster 2024-05-06T02:40:51.185096+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:53.134 INFO:teuthology.orchestra.run.smithi172.stdout:Scheduled mgr update... 2024-05-06T02:40:53.689 DEBUG:teuthology.orchestra.run.smithi155:mgr.b> sudo journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mgr.b.service 2024-05-06T02:40:53.691 INFO:tasks.cephadm:Deploying OSDs... 2024-05-06T02:40:53.691 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-05-06T02:40:53.691 DEBUG:teuthology.orchestra.run.smithi052:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T02:40:53.698 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-06T02:40:53.698 DEBUG:teuthology.orchestra.run.smithi052:> stat /dev/vg_nvme/lv_1 2024-05-06T02:40:53.748 INFO:teuthology.orchestra.run.smithi052.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T02:40:53.748 INFO:teuthology.orchestra.run.smithi052.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T02:40:53.748 INFO:teuthology.orchestra.run.smithi052.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-05-06T02:40:53.748 INFO:teuthology.orchestra.run.smithi052.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T02:40:53.748 INFO:teuthology.orchestra.run.smithi052.stdout:Access: 2024-05-06 02:30:23.878425034 +0000 2024-05-06T02:40:53.748 INFO:teuthology.orchestra.run.smithi052.stdout:Modify: 2024-05-06 02:30:23.622427321 +0000 2024-05-06T02:40:53.748 INFO:teuthology.orchestra.run.smithi052.stdout:Change: 2024-05-06 02:30:23.622427321 +0000 2024-05-06T02:40:53.748 INFO:teuthology.orchestra.run.smithi052.stdout: Birth: - 2024-05-06T02:40:53.748 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T02:40:53.802 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records in 2024-05-06T02:40:53.802 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records out 2024-05-06T02:40:53.802 INFO:teuthology.orchestra.run.smithi052.stderr:512 bytes copied, 0.000307114 s, 1.7 MB/s 2024-05-06T02:40:53.803 DEBUG:teuthology.orchestra.run.smithi052:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T02:40:53.853 DEBUG:teuthology.orchestra.run.smithi052:> stat /dev/vg_nvme/lv_2 2024-05-06T02:40:53.899 INFO:teuthology.orchestra.run.smithi052.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T02:40:53.899 INFO:teuthology.orchestra.run.smithi052.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T02:40:53.899 INFO:teuthology.orchestra.run.smithi052.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-05-06T02:40:53.899 INFO:teuthology.orchestra.run.smithi052.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T02:40:53.899 INFO:teuthology.orchestra.run.smithi052.stdout:Access: 2024-05-06 02:30:24.362420711 +0000 2024-05-06T02:40:53.899 INFO:teuthology.orchestra.run.smithi052.stdout:Modify: 2024-05-06 02:30:24.114422926 +0000 2024-05-06T02:40:53.899 INFO:teuthology.orchestra.run.smithi052.stdout:Change: 2024-05-06 02:30:24.114422926 +0000 2024-05-06T02:40:53.900 INFO:teuthology.orchestra.run.smithi052.stdout: Birth: - 2024-05-06T02:40:53.900 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T02:40:53.955 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records in 2024-05-06T02:40:53.955 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records out 2024-05-06T02:40:53.955 INFO:teuthology.orchestra.run.smithi052.stderr:512 bytes copied, 0.000210354 s, 2.4 MB/s 2024-05-06T02:40:53.956 DEBUG:teuthology.orchestra.run.smithi052:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T02:40:54.004 DEBUG:teuthology.orchestra.run.smithi052:> stat /dev/vg_nvme/lv_3 2024-05-06T02:40:54.051 INFO:teuthology.orchestra.run.smithi052.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T02:40:54.051 INFO:teuthology.orchestra.run.smithi052.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T02:40:54.051 INFO:teuthology.orchestra.run.smithi052.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-05-06T02:40:54.051 INFO:teuthology.orchestra.run.smithi052.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T02:40:54.051 INFO:teuthology.orchestra.run.smithi052.stdout:Access: 2024-05-06 02:30:24.594418638 +0000 2024-05-06T02:40:54.051 INFO:teuthology.orchestra.run.smithi052.stdout:Modify: 2024-05-06 02:30:24.590418674 +0000 2024-05-06T02:40:54.052 INFO:teuthology.orchestra.run.smithi052.stdout:Change: 2024-05-06 02:30:24.590418674 +0000 2024-05-06T02:40:54.052 INFO:teuthology.orchestra.run.smithi052.stdout: Birth: - 2024-05-06T02:40:54.052 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T02:40:54.105 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records in 2024-05-06T02:40:54.106 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records out 2024-05-06T02:40:54.106 INFO:teuthology.orchestra.run.smithi052.stderr:512 bytes copied, 0.000295648 s, 1.7 MB/s 2024-05-06T02:40:54.108 DEBUG:teuthology.orchestra.run.smithi052:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T02:40:54.158 DEBUG:teuthology.orchestra.run.smithi052:> stat /dev/vg_nvme/lv_4 2024-05-06T02:40:54.207 INFO:teuthology.orchestra.run.smithi052.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T02:40:54.208 INFO:teuthology.orchestra.run.smithi052.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T02:40:54.208 INFO:teuthology.orchestra.run.smithi052.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-05-06T02:40:54.208 INFO:teuthology.orchestra.run.smithi052.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T02:40:54.208 INFO:teuthology.orchestra.run.smithi052.stdout:Access: 2024-05-06 02:30:25.382411600 +0000 2024-05-06T02:40:54.209 INFO:teuthology.orchestra.run.smithi052.stdout:Modify: 2024-05-06 02:30:25.134413815 +0000 2024-05-06T02:40:54.209 INFO:teuthology.orchestra.run.smithi052.stdout:Change: 2024-05-06 02:30:25.134413815 +0000 2024-05-06T02:40:54.209 INFO:teuthology.orchestra.run.smithi052.stdout: Birth: - 2024-05-06T02:40:54.209 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T02:40:54.266 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records in 2024-05-06T02:40:54.266 INFO:teuthology.orchestra.run.smithi052.stderr:1+0 records out 2024-05-06T02:40:54.266 INFO:teuthology.orchestra.run.smithi052.stderr:512 bytes copied, 0.000315631 s, 1.6 MB/s 2024-05-06T02:40:54.267 DEBUG:teuthology.orchestra.run.smithi052:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T02:40:54.317 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-05-06T02:40:54.317 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T02:40:54.322 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-06T02:40:54.323 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_1 2024-05-06T02:40:54.371 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T02:40:54.372 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T02:40:54.372 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 867 Links: 1 2024-05-06T02:40:54.372 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T02:40:54.372 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-05-06 02:30:25.587101380 +0000 2024-05-06T02:40:54.372 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-05-06 02:30:25.319103770 +0000 2024-05-06T02:40:54.372 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-05-06 02:30:25.319103770 +0000 2024-05-06T02:40:54.372 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2024-05-06T02:40:54.372 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T02:40:54.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.143060+0000 mgr.a (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi052=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:40:54.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.143060+0000 mgr.a (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi052=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:40:54.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: cephadm 2024-05-06T02:40:53.146675+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi052=a;smithi155=b;count:2 2024-05-06T02:40:54.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: cephadm 2024-05-06T02:40:53.146675+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi052=a;smithi155=b;count:2 2024-05-06T02:40:54.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.153508+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:54.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.153508+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:54.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: cluster 2024-05-06T02:40:53.185481+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:54.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: cluster 2024-05-06T02:40:53.185481+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:54.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.203492+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:54.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.203492+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:54.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.207364+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:54.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.207364+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:54.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.209164+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:54.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.209164+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:54.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.218859+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:54.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.218859+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:54.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.222446+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:40:54.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.222446+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:40:54.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.225099+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T02:40:54.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.225099+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T02:40:54.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.230023+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:40:54.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.230023+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:40:54.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.231880+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:54.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: audit 2024-05-06T02:40:53.231880+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:54.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: cephadm 2024-05-06T02:40:53.233874+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi155 2024-05-06T02:40:54.390 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:54 smithi052 bash[21498]: cephadm 2024-05-06T02:40:53.233874+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi155 2024-05-06T02:40:54.424 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.143060+0000 mgr.a (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi052=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:40:54.425 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.143060+0000 mgr.a (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi052=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:40:54.425 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: cephadm 2024-05-06T02:40:53.146675+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi052=a;smithi155=b;count:2 2024-05-06T02:40:54.425 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: cephadm 2024-05-06T02:40:53.146675+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi052=a;smithi155=b;count:2 2024-05-06T02:40:54.425 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.153508+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:54.425 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.153508+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:54.425 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: cluster 2024-05-06T02:40:53.185481+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:54.425 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: cluster 2024-05-06T02:40:53.185481+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:54.425 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.203492+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:54.425 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.203492+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:54.425 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.207364+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:54.425 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.207364+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:54.425 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.209164+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:54.425 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.209164+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:54.426 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.218859+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:54.426 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.218859+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:54.426 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.222446+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:40:54.426 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.222446+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:40:54.426 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.225099+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T02:40:54.426 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.225099+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T02:40:54.426 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.230023+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:40:54.426 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.230023+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:40:54.426 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.231880+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:54.426 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: audit 2024-05-06T02:40:53.231880+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:54.426 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: cephadm 2024-05-06T02:40:53.233874+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi155 2024-05-06T02:40:54.426 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:54 smithi155 bash[23100]: cephadm 2024-05-06T02:40:53.233874+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi155 2024-05-06T02:40:54.427 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-05-06T02:40:54.427 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-05-06T02:40:54.427 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000436879 s, 1.2 MB/s 2024-05-06T02:40:54.428 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T02:40:54.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.143060+0000 mgr.a (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi052=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:40:54.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.143060+0000 mgr.a (mgr.14152) 95 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi052=a;smithi155=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:40:54.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: cephadm 2024-05-06T02:40:53.146675+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi052=a;smithi155=b;count:2 2024-05-06T02:40:54.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: cephadm 2024-05-06T02:40:53.146675+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Saving service mgr spec with placement smithi052=a;smithi155=b;count:2 2024-05-06T02:40:54.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.153508+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:54.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.153508+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:54.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: cluster 2024-05-06T02:40:53.185481+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:54.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: cluster 2024-05-06T02:40:53.185481+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:54.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.203492+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:54.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.203492+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:54.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.207364+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:54.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.207364+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:54.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.209164+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:54.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.209164+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:40:54.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.218859+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:54.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.218859+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:54.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.222446+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:40:54.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.222446+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:40:54.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.225099+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T02:40:54.448 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.225099+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T02:40:54.448 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.230023+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:40:54.448 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.230023+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:40:54.448 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.231880+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:54.448 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: audit 2024-05-06T02:40:53.231880+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:40:54.448 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: cephadm 2024-05-06T02:40:53.233874+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi155 2024-05-06T02:40:54.448 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:54 smithi172 bash[23789]: cephadm 2024-05-06T02:40:53.233874+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi155 2024-05-06T02:40:54.478 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_2 2024-05-06T02:40:54.528 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T02:40:54.528 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T02:40:54.528 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 885 Links: 1 2024-05-06T02:40:54.528 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T02:40:54.528 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-05-06 02:30:26.091096884 +0000 2024-05-06T02:40:54.528 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-05-06 02:30:25.819099311 +0000 2024-05-06T02:40:54.528 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-05-06 02:30:25.819099311 +0000 2024-05-06T02:40:54.528 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2024-05-06T02:40:54.529 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T02:40:54.582 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-05-06T02:40:54.583 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-05-06T02:40:54.583 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000354967 s, 1.4 MB/s 2024-05-06T02:40:54.584 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T02:40:54.636 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_3 2024-05-06T02:40:54.683 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T02:40:54.683 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T02:40:54.683 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-05-06T02:40:54.683 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T02:40:54.683 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-05-06 02:30:26.599092352 +0000 2024-05-06T02:40:54.683 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-05-06 02:30:26.335094707 +0000 2024-05-06T02:40:54.683 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-05-06 02:30:26.335094707 +0000 2024-05-06T02:40:54.684 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2024-05-06T02:40:54.684 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T02:40:54.739 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-05-06T02:40:54.739 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-05-06T02:40:54.739 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000267107 s, 1.9 MB/s 2024-05-06T02:40:54.740 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T02:40:54.788 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_4 2024-05-06T02:40:54.835 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T02:40:54.835 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T02:40:54.835 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 916 Links: 1 2024-05-06T02:40:54.835 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T02:40:54.835 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-05-06 02:30:27.071088141 +0000 2024-05-06T02:40:54.836 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-05-06 02:30:26.827090318 +0000 2024-05-06T02:40:54.836 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-05-06 02:30:26.827090318 +0000 2024-05-06T02:40:54.836 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2024-05-06T02:40:54.836 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T02:40:54.889 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-05-06T02:40:54.890 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-05-06T02:40:54.890 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000398183 s, 1.3 MB/s 2024-05-06T02:40:54.891 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T02:40:54.940 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-05-06T02:40:54.941 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T02:40:54.947 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-06T02:40:54.947 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_1 2024-05-06T02:40:54.996 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T02:40:54.996 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T02:40:54.996 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-05-06T02:40:54.997 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T02:40:54.997 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-05-06 02:30:24.192415468 +0000 2024-05-06T02:40:54.997 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-05-06 02:30:24.188415502 +0000 2024-05-06T02:40:54.997 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-05-06 02:30:24.188415502 +0000 2024-05-06T02:40:54.997 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2024-05-06T02:40:54.997 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T02:40:55.051 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-05-06T02:40:55.051 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-05-06T02:40:55.051 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000483576 s, 1.1 MB/s 2024-05-06T02:40:55.053 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T02:40:55.103 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_2 2024-05-06T02:40:55.152 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T02:40:55.153 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T02:40:55.153 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-05-06T02:40:55.153 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T02:40:55.153 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-05-06 02:30:24.960408615 +0000 2024-05-06T02:40:55.153 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-05-06 02:30:24.696410971 +0000 2024-05-06T02:40:55.153 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-05-06 02:30:24.696410971 +0000 2024-05-06T02:40:55.153 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2024-05-06T02:40:55.153 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T02:40:55.206 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-05-06T02:40:55.206 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-05-06T02:40:55.207 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000367669 s, 1.4 MB/s 2024-05-06T02:40:55.208 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T02:40:55.258 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_3 2024-05-06T02:40:55.304 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T02:40:55.304 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T02:40:55.304 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-05-06T02:40:55.304 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T02:40:55.304 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-05-06 02:30:25.448404263 +0000 2024-05-06T02:40:55.305 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-05-06 02:30:25.208406403 +0000 2024-05-06T02:40:55.305 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-05-06 02:30:25.208406403 +0000 2024-05-06T02:40:55.305 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2024-05-06T02:40:55.305 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T02:40:55.358 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-05-06T02:40:55.358 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-05-06T02:40:55.358 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000328563 s, 1.6 MB/s 2024-05-06T02:40:55.359 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T02:40:55.409 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_4 2024-05-06T02:40:55.456 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T02:40:55.456 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T02:40:55.456 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 923 Links: 1 2024-05-06T02:40:55.456 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T02:40:55.456 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-05-06 02:30:25.944399839 +0000 2024-05-06T02:40:55.456 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-05-06 02:30:25.676402229 +0000 2024-05-06T02:40:55.457 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-05-06 02:30:25.676402229 +0000 2024-05-06T02:40:55.457 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2024-05-06T02:40:55.457 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T02:40:55.510 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-05-06T02:40:55.511 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-05-06T02:40:55.511 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000347064 s, 1.5 MB/s 2024-05-06T02:40:55.512 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T02:40:55.561 INFO:tasks.cephadm:Deploying osd.0 on smithi052 with /dev/vg_nvme/lv_4... 2024-05-06T02:40:55.561 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T02:40:55.729 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:55 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:40:55.730 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:40:55 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:40:55.730 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:40:55 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:40:55.730 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:40:55 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:40:56.133 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:55 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:40:56.133 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:40:55 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:40:56.133 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:40:55 smithi155 systemd[1]: Started Ceph mgr.b for 6b724fee-0b51-11ef-bc97-c7b262605968. 2024-05-06T02:40:56.586 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:56 smithi155 bash[23100]: cluster 2024-05-06T02:40:55.185898+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:56.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:56 smithi155 bash[23100]: cluster 2024-05-06T02:40:55.185898+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:56.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:56 smithi155 bash[23100]: audit 2024-05-06T02:40:55.894478+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:56 smithi155 bash[23100]: audit 2024-05-06T02:40:55.894478+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:56 smithi155 bash[23100]: audit 2024-05-06T02:40:55.901843+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:56 smithi155 bash[23100]: audit 2024-05-06T02:40:55.901843+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:56 smithi155 bash[23100]: audit 2024-05-06T02:40:55.911383+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:56 smithi155 bash[23100]: audit 2024-05-06T02:40:55.911383+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:56 smithi155 bash[23100]: audit 2024-05-06T02:40:55.918189+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:56 smithi155 bash[23100]: audit 2024-05-06T02:40:55.918189+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:56 smithi155 bash[23100]: audit 2024-05-06T02:40:56.020796+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:56.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:56 smithi155 bash[23100]: audit 2024-05-06T02:40:56.020796+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:56.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:56 smithi052 bash[21498]: cluster 2024-05-06T02:40:55.185898+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:56 smithi052 bash[21498]: cluster 2024-05-06T02:40:55.185898+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:56 smithi052 bash[21498]: audit 2024-05-06T02:40:55.894478+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:56 smithi052 bash[21498]: audit 2024-05-06T02:40:55.894478+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:56 smithi052 bash[21498]: audit 2024-05-06T02:40:55.901843+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:56 smithi052 bash[21498]: audit 2024-05-06T02:40:55.901843+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:56 smithi052 bash[21498]: audit 2024-05-06T02:40:55.911383+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:56 smithi052 bash[21498]: audit 2024-05-06T02:40:55.911383+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:56 smithi052 bash[21498]: audit 2024-05-06T02:40:55.918189+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:56 smithi052 bash[21498]: audit 2024-05-06T02:40:55.918189+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:56 smithi052 bash[21498]: audit 2024-05-06T02:40:56.020796+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:56.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:56 smithi052 bash[21498]: audit 2024-05-06T02:40:56.020796+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:56.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:56 smithi172 bash[23789]: cluster 2024-05-06T02:40:55.185898+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:56.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:56 smithi172 bash[23789]: cluster 2024-05-06T02:40:55.185898+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:56.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:56 smithi172 bash[23789]: audit 2024-05-06T02:40:55.894478+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:56 smithi172 bash[23789]: audit 2024-05-06T02:40:55.894478+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:56 smithi172 bash[23789]: audit 2024-05-06T02:40:55.901843+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:56 smithi172 bash[23789]: audit 2024-05-06T02:40:55.901843+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:56 smithi172 bash[23789]: audit 2024-05-06T02:40:55.911383+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:56 smithi172 bash[23789]: audit 2024-05-06T02:40:55.911383+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:56 smithi172 bash[23789]: audit 2024-05-06T02:40:55.918189+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:56 smithi172 bash[23789]: audit 2024-05-06T02:40:55.918189+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:56.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:56 smithi172 bash[23789]: audit 2024-05-06T02:40:56.020796+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:56.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:56 smithi172 bash[23789]: audit 2024-05-06T02:40:56.020796+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:40:56.883 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:40:56 smithi155 bash[23628]: debug 2024-05-06T02:40:56.707+0000 7fe7f3929700 1 -- 172.21.15.155:0/4233544898 <== mon.2 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55f7464a25a0 con 0x55f747222800 2024-05-06T02:40:56.883 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:40:56 smithi155 bash[23628]: debug 2024-05-06T02:40:56.843+0000 7fe7fdb3c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T02:40:58.133 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:57 smithi155 bash[23100]: audit 2024-05-06T02:40:56.797558+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:58.133 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:57 smithi155 bash[23100]: audit 2024-05-06T02:40:56.797558+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:58.133 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:57 smithi155 bash[23100]: cluster 2024-05-06T02:40:57.186347+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:58.133 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:40:57 smithi155 bash[23100]: cluster 2024-05-06T02:40:57.186347+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:58.137 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:57 smithi052 bash[21498]: audit 2024-05-06T02:40:56.797558+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:58.137 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:57 smithi052 bash[21498]: audit 2024-05-06T02:40:56.797558+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:58.137 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:57 smithi052 bash[21498]: cluster 2024-05-06T02:40:57.186347+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:58.137 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:40:57 smithi052 bash[21498]: cluster 2024-05-06T02:40:57.186347+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:58.195 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:57 smithi172 bash[23789]: audit 2024-05-06T02:40:56.797558+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:58.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:57 smithi172 bash[23789]: audit 2024-05-06T02:40:56.797558+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:40:58.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:57 smithi172 bash[23789]: cluster 2024-05-06T02:40:57.186347+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:58.196 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:40:57 smithi172 bash[23789]: cluster 2024-05-06T02:40:57.186347+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:40:58.763 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:40:58 smithi155 bash[23628]: debug 2024-05-06T02:40:58.435+0000 7fe7fdb3c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T02:40:58.763 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:40:58 smithi155 bash[23628]: debug 2024-05-06T02:40:58.531+0000 7fe7fdb3c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T02:40:59.133 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:40:58 smithi155 bash[23628]: debug 2024-05-06T02:40:58.779+0000 7fe7fdb3c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T02:40:59.883 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:40:59 smithi155 bash[23628]: debug 2024-05-06T02:40:59.583+0000 7fe7fdb3c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T02:40:59.883 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:40:59 smithi155 bash[23628]: debug 2024-05-06T02:40:59.695+0000 7fe7fdb3c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T02:40:59.883 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:40:59 smithi155 bash[23628]: debug 2024-05-06T02:40:59.799+0000 7fe7fdb3c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T02:41:00.278 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:41:00.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:00 smithi155 bash[23100]: cluster 2024-05-06T02:40:59.186767+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:00.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:00 smithi155 bash[23100]: cluster 2024-05-06T02:40:59.186767+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:00.633 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:00 smithi155 bash[23628]: debug 2024-05-06T02:41:00.155+0000 7fe7fdb3c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T02:41:00.633 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:00 smithi155 bash[23628]: debug 2024-05-06T02:41:00.267+0000 7fe7fdb3c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T02:41:00.633 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:00 smithi155 bash[23628]: debug 2024-05-06T02:41:00.371+0000 7fe7fdb3c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T02:41:00.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:00 smithi052 bash[21498]: cluster 2024-05-06T02:40:59.186767+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:00.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:00 smithi052 bash[21498]: cluster 2024-05-06T02:40:59.186767+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:00.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:00 smithi172 bash[23789]: cluster 2024-05-06T02:40:59.186767+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:00.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:00 smithi172 bash[23789]: cluster 2024-05-06T02:40:59.186767+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:01.133 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:00 smithi155 bash[23628]: debug 2024-05-06T02:41:00.727+0000 7fe7fdb3c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T02:41:01.133 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:00 smithi155 bash[23628]: debug 2024-05-06T02:41:00.971+0000 7fe7fdb3c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T02:41:01.616 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:01 smithi155 bash[23628]: debug 2024-05-06T02:41:01.251+0000 7fe7fdb3c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T02:41:01.616 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:01 smithi155 bash[23628]: debug 2024-05-06T02:41:01.363+0000 7fe7fdb3c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T02:41:01.883 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:01 smithi155 bash[23628]: debug 2024-05-06T02:41:01.635+0000 7fe7fdb3c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T02:41:02.383 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23628]: debug 2024-05-06T02:41:02.047+0000 7fe7fdb3c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T02:41:02.383 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23628]: debug 2024-05-06T02:41:02.287+0000 7fe7fdb3c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T02:41:02.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: cluster 2024-05-06T02:41:01.187207+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:02.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: cluster 2024-05-06T02:41:01.187207+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:02.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.260085+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.260085+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.266868+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.266868+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.268111+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:02.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.268111+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:02.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.269506+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:02.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.269506+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:02.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.278456+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.278456+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.413967+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:41:02.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.413967+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:41:02.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.415653+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:41:02.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.415653+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:41:02.385 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.417139+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:02.385 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23100]: audit 2024-05-06T02:41:01.417139+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:02.532 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: cluster 2024-05-06T02:41:01.187207+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:02.533 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: cluster 2024-05-06T02:41:01.187207+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:02.533 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.260085+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.533 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.260085+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.533 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.266868+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.533 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.266868+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.533 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.268111+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:02.533 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.268111+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:02.533 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.269506+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:02.533 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.269506+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:02.533 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.278456+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.533 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.278456+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.533 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.413967+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:41:02.533 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.413967+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:41:02.534 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.415653+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:41:02.534 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.415653+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:41:02.534 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.417139+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:02.534 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:02 smithi052 bash[21498]: audit 2024-05-06T02:41:01.417139+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:02.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: cluster 2024-05-06T02:41:01.187207+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:02.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: cluster 2024-05-06T02:41:01.187207+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:02.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.260085+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.260085+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.266868+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.266868+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.268111+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:02.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.268111+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:02.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.269506+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:02.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.269506+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:02.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.278456+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.278456+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:02.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.413967+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:41:02.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.413967+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:41:02.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.415653+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:41:02.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.415653+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:41:02.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.417139+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:02.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:02 smithi172 bash[23789]: audit 2024-05-06T02:41:01.417139+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:02.883 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23628]: debug 2024-05-06T02:41:02.403+0000 7fe7fdb3c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T02:41:02.883 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:02 smithi155 bash[23628]: debug 2024-05-06T02:41:02.651+0000 7fe7fdb3c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T02:41:03.213 INFO:teuthology.orchestra.run.smithi052.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T02:41:03.214 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T02:41:03.214 INFO:teuthology.orchestra.run.smithi052.stderr: stderr: 10+0 records in 2024-05-06T02:41:03.214 INFO:teuthology.orchestra.run.smithi052.stderr:10+0 records out 2024-05-06T02:41:03.214 INFO:teuthology.orchestra.run.smithi052.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0118448 s, 885 MB/s 2024-05-06T02:41:03.214 INFO:teuthology.orchestra.run.smithi052.stderr:--> Zapping successful for: 2024-05-06T02:41:03.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:03 smithi155 bash[23100]: cephadm 2024-05-06T02:41:01.413231+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T02:41:03.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:03 smithi155 bash[23100]: cephadm 2024-05-06T02:41:01.413231+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T02:41:03.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:03 smithi155 bash[23100]: cephadm 2024-05-06T02:41:01.419005+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi052 2024-05-06T02:41:03.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:03 smithi155 bash[23100]: cephadm 2024-05-06T02:41:01.419005+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi052 2024-05-06T02:41:03.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:03 smithi052 bash[21498]: cephadm 2024-05-06T02:41:01.413231+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T02:41:03.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:03 smithi052 bash[21498]: cephadm 2024-05-06T02:41:01.413231+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T02:41:03.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:03 smithi052 bash[21498]: cephadm 2024-05-06T02:41:01.419005+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi052 2024-05-06T02:41:03.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:03 smithi052 bash[21498]: cephadm 2024-05-06T02:41:01.419005+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi052 2024-05-06T02:41:03.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:03 smithi172 bash[23789]: cephadm 2024-05-06T02:41:01.413231+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T02:41:03.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:03 smithi172 bash[23789]: cephadm 2024-05-06T02:41:01.413231+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-06T02:41:03.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:03 smithi172 bash[23789]: cephadm 2024-05-06T02:41:01.419005+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi052 2024-05-06T02:41:03.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:03 smithi172 bash[23789]: cephadm 2024-05-06T02:41:01.419005+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi052 2024-05-06T02:41:03.821 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi052:vg_nvme/lv_4 2024-05-06T02:41:04.057 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:03 smithi155 bash[23628]: debug 2024-05-06T02:41:03.667+0000 7fe7fdb3c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T02:41:04.058 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:03 smithi155 bash[23628]: debug 2024-05-06T02:41:03.783+0000 7fe7fdb3c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T02:41:04.383 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23628]: debug 2024-05-06T02:41:04.075+0000 7fe7fdb3c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T02:41:04.383 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23628]: debug 2024-05-06T02:41:04.187+0000 7fe7fdb3c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T02:41:04.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23100]: cluster 2024-05-06T02:41:03.187596+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:04.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23100]: cluster 2024-05-06T02:41:03.187596+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:04.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23100]: audit 2024-05-06T02:41:03.298089+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23100]: audit 2024-05-06T02:41:03.298089+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23100]: audit 2024-05-06T02:41:03.303018+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23100]: audit 2024-05-06T02:41:03.303018+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23100]: audit 2024-05-06T02:41:03.339744+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:04.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23100]: audit 2024-05-06T02:41:03.339744+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:04.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23100]: audit 2024-05-06T02:41:04.026805+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:04.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23100]: audit 2024-05-06T02:41:04.026805+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:04.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23100]: audit 2024-05-06T02:41:04.027740+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:04.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23100]: audit 2024-05-06T02:41:04.027740+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:04.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23100]: audit 2024-05-06T02:41:04.033010+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23100]: audit 2024-05-06T02:41:04.033010+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:04 smithi052 bash[21498]: cluster 2024-05-06T02:41:03.187596+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:04.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:04 smithi052 bash[21498]: cluster 2024-05-06T02:41:03.187596+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:04.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:04 smithi052 bash[21498]: audit 2024-05-06T02:41:03.298089+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:04 smithi052 bash[21498]: audit 2024-05-06T02:41:03.298089+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:04 smithi052 bash[21498]: audit 2024-05-06T02:41:03.303018+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:04 smithi052 bash[21498]: audit 2024-05-06T02:41:03.303018+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:04 smithi052 bash[21498]: audit 2024-05-06T02:41:03.339744+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:04.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:04 smithi052 bash[21498]: audit 2024-05-06T02:41:03.339744+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:04.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:04 smithi052 bash[21498]: audit 2024-05-06T02:41:04.026805+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:04.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:04 smithi052 bash[21498]: audit 2024-05-06T02:41:04.026805+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:04.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:04 smithi052 bash[21498]: audit 2024-05-06T02:41:04.027740+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:04.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:04 smithi052 bash[21498]: audit 2024-05-06T02:41:04.027740+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:04.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:04 smithi052 bash[21498]: audit 2024-05-06T02:41:04.033010+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:04 smithi052 bash[21498]: audit 2024-05-06T02:41:04.033010+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:04 smithi172 bash[23789]: cluster 2024-05-06T02:41:03.187596+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:04.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:04 smithi172 bash[23789]: cluster 2024-05-06T02:41:03.187596+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:04.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:04 smithi172 bash[23789]: audit 2024-05-06T02:41:03.298089+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:04 smithi172 bash[23789]: audit 2024-05-06T02:41:03.298089+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:04 smithi172 bash[23789]: audit 2024-05-06T02:41:03.303018+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:04 smithi172 bash[23789]: audit 2024-05-06T02:41:03.303018+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:04 smithi172 bash[23789]: audit 2024-05-06T02:41:03.339744+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:04.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:04 smithi172 bash[23789]: audit 2024-05-06T02:41:03.339744+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:04.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:04 smithi172 bash[23789]: audit 2024-05-06T02:41:04.026805+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:04.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:04 smithi172 bash[23789]: audit 2024-05-06T02:41:04.026805+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:04.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:04 smithi172 bash[23789]: audit 2024-05-06T02:41:04.027740+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:04.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:04 smithi172 bash[23789]: audit 2024-05-06T02:41:04.027740+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:04.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:04 smithi172 bash[23789]: audit 2024-05-06T02:41:04.033010+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:04 smithi172 bash[23789]: audit 2024-05-06T02:41:04.033010+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:04.883 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23628]: debug 2024-05-06T02:41:04.475+0000 7fe7fdb3c200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T02:41:05.281 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:04 smithi155 bash[23628]: debug 2024-05-06T02:41:04.923+0000 7fe7fdb3c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T02:41:05.282 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:41:05 smithi155 bash[23628]: debug 2024-05-06T02:41:05.043+0000 7fe7fdb3c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T02:41:05.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:05 smithi155 bash[23100]: cluster 2024-05-06T02:41:05.068087+0000 mon.a (mon.0) 283 : cluster [DBG] Standby manager daemon b started 2024-05-06T02:41:05.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:05 smithi155 bash[23100]: cluster 2024-05-06T02:41:05.068087+0000 mon.a (mon.0) 283 : cluster [DBG] Standby manager daemon b started 2024-05-06T02:41:05.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:05 smithi155 bash[23100]: audit 2024-05-06T02:41:05.069524+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T02:41:05.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:05 smithi155 bash[23100]: audit 2024-05-06T02:41:05.069524+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T02:41:05.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:05 smithi155 bash[23100]: audit 2024-05-06T02:41:05.070345+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T02:41:05.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:05 smithi155 bash[23100]: audit 2024-05-06T02:41:05.070345+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T02:41:05.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:05 smithi155 bash[23100]: audit 2024-05-06T02:41:05.071552+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T02:41:05.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:05 smithi155 bash[23100]: audit 2024-05-06T02:41:05.071552+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T02:41:05.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:05 smithi155 bash[23100]: audit 2024-05-06T02:41:05.072268+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T02:41:05.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:05 smithi155 bash[23100]: audit 2024-05-06T02:41:05.072268+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T02:41:05.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:05 smithi052 bash[21498]: cluster 2024-05-06T02:41:05.068087+0000 mon.a (mon.0) 283 : cluster [DBG] Standby manager daemon b started 2024-05-06T02:41:05.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:05 smithi052 bash[21498]: cluster 2024-05-06T02:41:05.068087+0000 mon.a (mon.0) 283 : cluster [DBG] Standby manager daemon b started 2024-05-06T02:41:05.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:05 smithi052 bash[21498]: audit 2024-05-06T02:41:05.069524+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T02:41:05.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:05 smithi052 bash[21498]: audit 2024-05-06T02:41:05.069524+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T02:41:05.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:05 smithi052 bash[21498]: audit 2024-05-06T02:41:05.070345+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T02:41:05.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:05 smithi052 bash[21498]: audit 2024-05-06T02:41:05.070345+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T02:41:05.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:05 smithi052 bash[21498]: audit 2024-05-06T02:41:05.071552+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T02:41:05.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:05 smithi052 bash[21498]: audit 2024-05-06T02:41:05.071552+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T02:41:05.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:05 smithi052 bash[21498]: audit 2024-05-06T02:41:05.072268+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T02:41:05.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:05 smithi052 bash[21498]: audit 2024-05-06T02:41:05.072268+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T02:41:05.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:05 smithi172 bash[23789]: cluster 2024-05-06T02:41:05.068087+0000 mon.a (mon.0) 283 : cluster [DBG] Standby manager daemon b started 2024-05-06T02:41:05.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:05 smithi172 bash[23789]: cluster 2024-05-06T02:41:05.068087+0000 mon.a (mon.0) 283 : cluster [DBG] Standby manager daemon b started 2024-05-06T02:41:05.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:05 smithi172 bash[23789]: audit 2024-05-06T02:41:05.069524+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T02:41:05.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:05 smithi172 bash[23789]: audit 2024-05-06T02:41:05.069524+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T02:41:05.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:05 smithi172 bash[23789]: audit 2024-05-06T02:41:05.070345+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T02:41:05.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:05 smithi172 bash[23789]: audit 2024-05-06T02:41:05.070345+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T02:41:05.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:05 smithi172 bash[23789]: audit 2024-05-06T02:41:05.071552+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T02:41:05.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:05 smithi172 bash[23789]: audit 2024-05-06T02:41:05.071552+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T02:41:05.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:05 smithi172 bash[23789]: audit 2024-05-06T02:41:05.072268+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T02:41:05.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:05 smithi172 bash[23789]: audit 2024-05-06T02:41:05.072268+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.155:0/1364911634' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T02:41:06.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:06 smithi155 bash[23100]: cluster 2024-05-06T02:41:05.187991+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:06.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:06 smithi155 bash[23100]: cluster 2024-05-06T02:41:05.187991+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:06.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:06 smithi155 bash[23100]: cluster 2024-05-06T02:41:05.321946+0000 mon.a (mon.0) 284 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T02:41:06.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:06 smithi155 bash[23100]: cluster 2024-05-06T02:41:05.321946+0000 mon.a (mon.0) 284 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T02:41:06.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:06 smithi155 bash[23100]: audit 2024-05-06T02:41:05.322756+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T02:41:06.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:06 smithi155 bash[23100]: audit 2024-05-06T02:41:05.322756+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T02:41:06.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:06 smithi052 bash[21498]: cluster 2024-05-06T02:41:05.187991+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:06.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:06 smithi052 bash[21498]: cluster 2024-05-06T02:41:05.187991+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:06.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:06 smithi052 bash[21498]: cluster 2024-05-06T02:41:05.321946+0000 mon.a (mon.0) 284 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T02:41:06.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:06 smithi052 bash[21498]: cluster 2024-05-06T02:41:05.321946+0000 mon.a (mon.0) 284 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T02:41:06.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:06 smithi052 bash[21498]: audit 2024-05-06T02:41:05.322756+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T02:41:06.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:06 smithi052 bash[21498]: audit 2024-05-06T02:41:05.322756+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T02:41:06.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:06 smithi172 bash[23789]: cluster 2024-05-06T02:41:05.187991+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:06.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:06 smithi172 bash[23789]: cluster 2024-05-06T02:41:05.187991+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:06.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:06 smithi172 bash[23789]: cluster 2024-05-06T02:41:05.321946+0000 mon.a (mon.0) 284 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T02:41:06.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:06 smithi172 bash[23789]: cluster 2024-05-06T02:41:05.321946+0000 mon.a (mon.0) 284 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-06T02:41:06.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:06 smithi172 bash[23789]: audit 2024-05-06T02:41:05.322756+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T02:41:06.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:06 smithi172 bash[23789]: audit 2024-05-06T02:41:05.322756+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T02:41:08.537 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:41:08.559 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:08 smithi052 bash[21498]: cluster 2024-05-06T02:41:07.188484+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:08.559 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:08 smithi052 bash[21498]: cluster 2024-05-06T02:41:07.188484+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:08.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:08 smithi155 bash[23100]: cluster 2024-05-06T02:41:07.188484+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:08.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:08 smithi155 bash[23100]: cluster 2024-05-06T02:41:07.188484+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:08.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:08 smithi172 bash[23789]: cluster 2024-05-06T02:41:07.188484+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:08.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:08 smithi172 bash[23789]: cluster 2024-05-06T02:41:07.188484+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:10.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:10 smithi155 bash[23100]: cluster 2024-05-06T02:41:09.188948+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:10.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:10 smithi155 bash[23100]: cluster 2024-05-06T02:41:09.188948+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:10.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:10 smithi052 bash[21498]: cluster 2024-05-06T02:41:09.188948+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:10.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:10 smithi052 bash[21498]: cluster 2024-05-06T02:41:09.188948+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:10.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:10 smithi172 bash[23789]: cluster 2024-05-06T02:41:09.188948+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:10.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:10 smithi172 bash[23789]: cluster 2024-05-06T02:41:09.188948+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:11.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:11 smithi155 bash[23100]: audit 2024-05-06T02:41:10.935093+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:41:11.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:11 smithi155 bash[23100]: audit 2024-05-06T02:41:10.935093+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:41:11.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:11 smithi155 bash[23100]: audit 2024-05-06T02:41:10.939616+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:41:11.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:11 smithi155 bash[23100]: audit 2024-05-06T02:41:10.939616+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:41:11.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:11 smithi155 bash[23100]: audit 2024-05-06T02:41:10.940765+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:11.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:11 smithi155 bash[23100]: audit 2024-05-06T02:41:10.940765+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:11.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:11 smithi052 bash[21498]: audit 2024-05-06T02:41:10.935093+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:41:11.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:11 smithi052 bash[21498]: audit 2024-05-06T02:41:10.935093+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:41:11.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:11 smithi052 bash[21498]: audit 2024-05-06T02:41:10.939616+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:41:11.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:11 smithi052 bash[21498]: audit 2024-05-06T02:41:10.939616+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:41:11.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:11 smithi052 bash[21498]: audit 2024-05-06T02:41:10.940765+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:11.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:11 smithi052 bash[21498]: audit 2024-05-06T02:41:10.940765+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:11.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:11 smithi172 bash[23789]: audit 2024-05-06T02:41:10.935093+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:41:11.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:11 smithi172 bash[23789]: audit 2024-05-06T02:41:10.935093+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:41:11.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:11 smithi172 bash[23789]: audit 2024-05-06T02:41:10.939616+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:41:11.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:11 smithi172 bash[23789]: audit 2024-05-06T02:41:10.939616+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:41:11.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:11 smithi172 bash[23789]: audit 2024-05-06T02:41:10.940765+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:11.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:11 smithi172 bash[23789]: audit 2024-05-06T02:41:10.940765+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:12.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:12 smithi155 bash[23100]: audit 2024-05-06T02:41:10.927768+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:41:12.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:12 smithi155 bash[23100]: audit 2024-05-06T02:41:10.927768+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:41:12.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:12 smithi155 bash[23100]: cluster 2024-05-06T02:41:11.189385+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:12.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:12 smithi155 bash[23100]: cluster 2024-05-06T02:41:11.189385+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:12.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:12 smithi052 bash[21498]: audit 2024-05-06T02:41:10.927768+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:41:12.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:12 smithi052 bash[21498]: audit 2024-05-06T02:41:10.927768+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:41:12.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:12 smithi052 bash[21498]: cluster 2024-05-06T02:41:11.189385+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:12.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:12 smithi052 bash[21498]: cluster 2024-05-06T02:41:11.189385+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:12.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:12 smithi172 bash[23789]: audit 2024-05-06T02:41:10.927768+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:41:12.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:12 smithi172 bash[23789]: audit 2024-05-06T02:41:10.927768+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:41:12.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:12 smithi172 bash[23789]: cluster 2024-05-06T02:41:11.189385+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:12.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:12 smithi172 bash[23789]: cluster 2024-05-06T02:41:11.189385+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:14.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:14 smithi155 bash[23100]: cluster 2024-05-06T02:41:13.189829+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:14.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:14 smithi155 bash[23100]: cluster 2024-05-06T02:41:13.189829+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:14.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:14 smithi052 bash[21498]: cluster 2024-05-06T02:41:13.189829+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:14.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:14 smithi052 bash[21498]: cluster 2024-05-06T02:41:13.189829+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:14.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:14 smithi172 bash[23789]: cluster 2024-05-06T02:41:13.189829+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:14.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:14 smithi172 bash[23789]: cluster 2024-05-06T02:41:13.189829+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:16.599 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:16 smithi052 bash[21498]: cluster 2024-05-06T02:41:15.190274+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:16.599 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:16 smithi052 bash[21498]: cluster 2024-05-06T02:41:15.190274+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:16.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:16 smithi155 bash[23100]: cluster 2024-05-06T02:41:15.190274+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:16.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:16 smithi155 bash[23100]: cluster 2024-05-06T02:41:15.190274+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:16.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:16 smithi172 bash[23789]: cluster 2024-05-06T02:41:15.190274+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:16.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:16 smithi172 bash[23789]: cluster 2024-05-06T02:41:15.190274+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:18.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:18 smithi155 bash[23100]: cluster 2024-05-06T02:41:17.190717+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:18.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:18 smithi155 bash[23100]: cluster 2024-05-06T02:41:17.190717+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:18.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:18 smithi052 bash[21498]: cluster 2024-05-06T02:41:17.190717+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:18.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:18 smithi052 bash[21498]: cluster 2024-05-06T02:41:17.190717+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:18.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:18 smithi172 bash[23789]: cluster 2024-05-06T02:41:17.190717+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:18.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:18 smithi172 bash[23789]: cluster 2024-05-06T02:41:17.190717+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:19.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:19 smithi155 bash[23100]: audit 2024-05-06T02:41:18.867572+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.52:0/1916881297' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74694b33-ba98-4dd4-8b96-6295d4938069"}]: dispatch 2024-05-06T02:41:19.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:19 smithi155 bash[23100]: audit 2024-05-06T02:41:18.867572+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.52:0/1916881297' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74694b33-ba98-4dd4-8b96-6295d4938069"}]: dispatch 2024-05-06T02:41:19.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:19 smithi155 bash[23100]: audit 2024-05-06T02:41:18.869823+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.52:0/1916881297' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "74694b33-ba98-4dd4-8b96-6295d4938069"}]': finished 2024-05-06T02:41:19.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:19 smithi155 bash[23100]: audit 2024-05-06T02:41:18.869823+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.52:0/1916881297' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "74694b33-ba98-4dd4-8b96-6295d4938069"}]': finished 2024-05-06T02:41:19.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:19 smithi155 bash[23100]: cluster 2024-05-06T02:41:18.873512+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T02:41:19.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:19 smithi155 bash[23100]: cluster 2024-05-06T02:41:18.873512+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T02:41:19.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:19 smithi155 bash[23100]: audit 2024-05-06T02:41:18.873774+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:19.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:19 smithi155 bash[23100]: audit 2024-05-06T02:41:18.873774+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:19.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:19 smithi052 bash[21498]: audit 2024-05-06T02:41:18.867572+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.52:0/1916881297' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74694b33-ba98-4dd4-8b96-6295d4938069"}]: dispatch 2024-05-06T02:41:19.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:19 smithi052 bash[21498]: audit 2024-05-06T02:41:18.867572+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.52:0/1916881297' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74694b33-ba98-4dd4-8b96-6295d4938069"}]: dispatch 2024-05-06T02:41:19.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:19 smithi052 bash[21498]: audit 2024-05-06T02:41:18.869823+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.52:0/1916881297' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "74694b33-ba98-4dd4-8b96-6295d4938069"}]': finished 2024-05-06T02:41:19.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:19 smithi052 bash[21498]: audit 2024-05-06T02:41:18.869823+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.52:0/1916881297' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "74694b33-ba98-4dd4-8b96-6295d4938069"}]': finished 2024-05-06T02:41:19.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:19 smithi052 bash[21498]: cluster 2024-05-06T02:41:18.873512+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T02:41:19.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:19 smithi052 bash[21498]: cluster 2024-05-06T02:41:18.873512+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T02:41:19.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:19 smithi052 bash[21498]: audit 2024-05-06T02:41:18.873774+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:19.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:19 smithi052 bash[21498]: audit 2024-05-06T02:41:18.873774+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:19.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:19 smithi172 bash[23789]: audit 2024-05-06T02:41:18.867572+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.52:0/1916881297' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74694b33-ba98-4dd4-8b96-6295d4938069"}]: dispatch 2024-05-06T02:41:19.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:19 smithi172 bash[23789]: audit 2024-05-06T02:41:18.867572+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.52:0/1916881297' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74694b33-ba98-4dd4-8b96-6295d4938069"}]: dispatch 2024-05-06T02:41:19.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:19 smithi172 bash[23789]: audit 2024-05-06T02:41:18.869823+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.52:0/1916881297' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "74694b33-ba98-4dd4-8b96-6295d4938069"}]': finished 2024-05-06T02:41:19.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:19 smithi172 bash[23789]: audit 2024-05-06T02:41:18.869823+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.52:0/1916881297' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "74694b33-ba98-4dd4-8b96-6295d4938069"}]': finished 2024-05-06T02:41:19.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:19 smithi172 bash[23789]: cluster 2024-05-06T02:41:18.873512+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T02:41:19.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:19 smithi172 bash[23789]: cluster 2024-05-06T02:41:18.873512+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-06T02:41:19.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:19 smithi172 bash[23789]: audit 2024-05-06T02:41:18.873774+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:19.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:19 smithi172 bash[23789]: audit 2024-05-06T02:41:18.873774+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:20.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:20 smithi155 bash[23100]: cluster 2024-05-06T02:41:19.191298+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:20.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:20 smithi155 bash[23100]: cluster 2024-05-06T02:41:19.191298+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:20.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:20 smithi155 bash[23100]: audit 2024-05-06T02:41:19.611947+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.52:0/3206359188' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:41:20.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:20 smithi155 bash[23100]: audit 2024-05-06T02:41:19.611947+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.52:0/3206359188' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:41:20.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:20 smithi052 bash[21498]: cluster 2024-05-06T02:41:19.191298+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:20.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:20 smithi052 bash[21498]: cluster 2024-05-06T02:41:19.191298+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:20.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:20 smithi052 bash[21498]: audit 2024-05-06T02:41:19.611947+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.52:0/3206359188' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:41:20.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:20 smithi052 bash[21498]: audit 2024-05-06T02:41:19.611947+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.52:0/3206359188' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:41:20.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:20 smithi172 bash[23789]: cluster 2024-05-06T02:41:19.191298+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:20.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:20 smithi172 bash[23789]: cluster 2024-05-06T02:41:19.191298+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:20.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:20 smithi172 bash[23789]: audit 2024-05-06T02:41:19.611947+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.52:0/3206359188' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:41:20.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:20 smithi172 bash[23789]: audit 2024-05-06T02:41:19.611947+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.52:0/3206359188' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:41:22.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:22 smithi155 bash[23100]: cluster 2024-05-06T02:41:21.191780+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:22.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:22 smithi155 bash[23100]: cluster 2024-05-06T02:41:21.191780+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:22.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:22 smithi052 bash[21498]: cluster 2024-05-06T02:41:21.191780+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:22.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:22 smithi052 bash[21498]: cluster 2024-05-06T02:41:21.191780+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:22.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:22 smithi172 bash[23789]: cluster 2024-05-06T02:41:21.191780+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:22.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:22 smithi172 bash[23789]: cluster 2024-05-06T02:41:21.191780+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:24.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:24 smithi155 bash[23100]: cluster 2024-05-06T02:41:23.192093+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:24.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:24 smithi155 bash[23100]: cluster 2024-05-06T02:41:23.192093+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:24.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:24 smithi052 bash[21498]: cluster 2024-05-06T02:41:23.192093+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:24.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:24 smithi052 bash[21498]: cluster 2024-05-06T02:41:23.192093+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:24.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:24 smithi172 bash[23789]: cluster 2024-05-06T02:41:23.192093+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:24.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:24 smithi172 bash[23789]: cluster 2024-05-06T02:41:23.192093+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:26 smithi155 bash[23100]: cluster 2024-05-06T02:41:25.192531+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:26.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:26 smithi155 bash[23100]: cluster 2024-05-06T02:41:25.192531+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:26 smithi052 bash[21498]: cluster 2024-05-06T02:41:25.192531+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:26 smithi052 bash[21498]: cluster 2024-05-06T02:41:25.192531+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:26 smithi172 bash[23789]: cluster 2024-05-06T02:41:25.192531+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:26 smithi172 bash[23789]: cluster 2024-05-06T02:41:25.192531+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:28.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:28 smithi155 bash[23100]: cluster 2024-05-06T02:41:27.193063+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:28.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:28 smithi155 bash[23100]: cluster 2024-05-06T02:41:27.193063+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:28.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:28 smithi052 bash[21498]: cluster 2024-05-06T02:41:27.193063+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:28.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:28 smithi052 bash[21498]: cluster 2024-05-06T02:41:27.193063+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:28.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:28 smithi172 bash[23789]: cluster 2024-05-06T02:41:27.193063+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:28.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:28 smithi172 bash[23789]: cluster 2024-05-06T02:41:27.193063+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:30.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:30 smithi155 bash[23100]: cluster 2024-05-06T02:41:29.193544+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:30.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:30 smithi155 bash[23100]: cluster 2024-05-06T02:41:29.193544+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:30.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:30 smithi052 bash[21498]: cluster 2024-05-06T02:41:29.193544+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:30.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:30 smithi052 bash[21498]: cluster 2024-05-06T02:41:29.193544+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:30.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:30 smithi172 bash[23789]: cluster 2024-05-06T02:41:29.193544+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:30.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:30 smithi172 bash[23789]: cluster 2024-05-06T02:41:29.193544+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:31.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:31 smithi155 bash[23100]: audit 2024-05-06T02:41:30.788789+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T02:41:31.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:31 smithi155 bash[23100]: audit 2024-05-06T02:41:30.788789+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T02:41:31.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:31 smithi155 bash[23100]: audit 2024-05-06T02:41:30.790674+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:31.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:31 smithi155 bash[23100]: audit 2024-05-06T02:41:30.790674+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:31.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:31 smithi052 bash[21498]: audit 2024-05-06T02:41:30.788789+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T02:41:31.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:31 smithi052 bash[21498]: audit 2024-05-06T02:41:30.788789+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T02:41:31.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:31 smithi052 bash[21498]: audit 2024-05-06T02:41:30.790674+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:31.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:31 smithi052 bash[21498]: audit 2024-05-06T02:41:30.790674+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:31.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:31 smithi172 bash[23789]: audit 2024-05-06T02:41:30.788789+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T02:41:31.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:31 smithi172 bash[23789]: audit 2024-05-06T02:41:30.788789+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T02:41:31.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:31 smithi172 bash[23789]: audit 2024-05-06T02:41:30.790674+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:31.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:31 smithi172 bash[23789]: audit 2024-05-06T02:41:30.790674+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:32.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:32 smithi155 bash[23100]: cephadm 2024-05-06T02:41:30.792214+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi052 2024-05-06T02:41:32.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:32 smithi155 bash[23100]: cephadm 2024-05-06T02:41:30.792214+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi052 2024-05-06T02:41:32.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:32 smithi155 bash[23100]: cluster 2024-05-06T02:41:31.193940+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:32.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:32 smithi155 bash[23100]: cluster 2024-05-06T02:41:31.193940+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:32.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:32 smithi052 bash[21498]: cephadm 2024-05-06T02:41:30.792214+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi052 2024-05-06T02:41:32.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:32 smithi052 bash[21498]: cephadm 2024-05-06T02:41:30.792214+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi052 2024-05-06T02:41:32.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:32 smithi052 bash[21498]: cluster 2024-05-06T02:41:31.193940+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:32.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:32 smithi052 bash[21498]: cluster 2024-05-06T02:41:31.193940+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:32.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:32 smithi172 bash[23789]: cephadm 2024-05-06T02:41:30.792214+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi052 2024-05-06T02:41:32.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:32 smithi172 bash[23789]: cephadm 2024-05-06T02:41:30.792214+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.0 on smithi052 2024-05-06T02:41:32.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:32 smithi172 bash[23789]: cluster 2024-05-06T02:41:31.193940+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:32.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:32 smithi172 bash[23789]: cluster 2024-05-06T02:41:31.193940+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:34 smithi155 bash[23100]: cluster 2024-05-06T02:41:33.194350+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:34.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:34 smithi155 bash[23100]: cluster 2024-05-06T02:41:33.194350+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:34.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:34 smithi052 bash[21498]: cluster 2024-05-06T02:41:33.194350+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:34.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:34 smithi052 bash[21498]: cluster 2024-05-06T02:41:33.194350+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:34.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:34 smithi172 bash[23789]: cluster 2024-05-06T02:41:33.194350+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:34.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:34 smithi172 bash[23789]: cluster 2024-05-06T02:41:33.194350+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:34.966 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:34 smithi052 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:41:34.966 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:34 smithi052 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:41:34.967 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:41:34 smithi052 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:41:34.967 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:41:34 smithi052 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:41:36.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:36 smithi052 bash[21498]: audit 2024-05-06T02:41:35.032183+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:36.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:36 smithi052 bash[21498]: audit 2024-05-06T02:41:35.032183+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:36.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:36 smithi052 bash[21498]: audit 2024-05-06T02:41:35.036318+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:36.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:36 smithi052 bash[21498]: audit 2024-05-06T02:41:35.036318+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:36.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:36 smithi052 bash[21498]: audit 2024-05-06T02:41:35.076400+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:36.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:36 smithi052 bash[21498]: audit 2024-05-06T02:41:35.076400+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:36.348 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:36 smithi052 bash[21498]: cluster 2024-05-06T02:41:35.194763+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:36.349 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:36 smithi052 bash[21498]: cluster 2024-05-06T02:41:35.194763+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:36.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:36 smithi155 bash[23100]: audit 2024-05-06T02:41:35.032183+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:36.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:36 smithi155 bash[23100]: audit 2024-05-06T02:41:35.032183+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:36.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:36 smithi155 bash[23100]: audit 2024-05-06T02:41:35.036318+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:36.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:36 smithi155 bash[23100]: audit 2024-05-06T02:41:35.036318+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:36.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:36 smithi155 bash[23100]: audit 2024-05-06T02:41:35.076400+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:36.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:36 smithi155 bash[23100]: audit 2024-05-06T02:41:35.076400+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:36.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:36 smithi155 bash[23100]: cluster 2024-05-06T02:41:35.194763+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:36.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:36 smithi155 bash[23100]: cluster 2024-05-06T02:41:35.194763+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:36.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:36 smithi172 bash[23789]: audit 2024-05-06T02:41:35.032183+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:36.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:36 smithi172 bash[23789]: audit 2024-05-06T02:41:35.032183+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:36.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:36 smithi172 bash[23789]: audit 2024-05-06T02:41:35.036318+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:36.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:36 smithi172 bash[23789]: audit 2024-05-06T02:41:35.036318+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:36.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:36 smithi172 bash[23789]: audit 2024-05-06T02:41:35.076400+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:36.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:36 smithi172 bash[23789]: audit 2024-05-06T02:41:35.076400+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:36.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:36 smithi172 bash[23789]: cluster 2024-05-06T02:41:35.194763+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:36.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:36 smithi172 bash[23789]: cluster 2024-05-06T02:41:35.194763+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:38.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:38 smithi155 bash[23100]: cluster 2024-05-06T02:41:37.195204+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:38.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:38 smithi155 bash[23100]: cluster 2024-05-06T02:41:37.195204+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:38.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:38 smithi052 bash[21498]: cluster 2024-05-06T02:41:37.195204+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:38.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:38 smithi052 bash[21498]: cluster 2024-05-06T02:41:37.195204+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:38.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:38 smithi172 bash[23789]: cluster 2024-05-06T02:41:37.195204+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:38.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:38 smithi172 bash[23789]: cluster 2024-05-06T02:41:37.195204+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:40.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:40 smithi155 bash[23100]: cluster 2024-05-06T02:41:39.195619+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:40.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:40 smithi155 bash[23100]: cluster 2024-05-06T02:41:39.195619+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:40.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:40 smithi052 bash[21498]: cluster 2024-05-06T02:41:39.195619+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:40.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:40 smithi052 bash[21498]: cluster 2024-05-06T02:41:39.195619+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:40.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:40 smithi172 bash[23789]: cluster 2024-05-06T02:41:39.195619+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:40.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:40 smithi172 bash[23789]: cluster 2024-05-06T02:41:39.195619+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:41.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:41 smithi052 bash[21498]: audit 2024-05-06T02:41:41.136931+0000 mon.a (mon.0) 299 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T02:41:41.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:41 smithi052 bash[21498]: audit 2024-05-06T02:41:41.136931+0000 mon.a (mon.0) 299 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T02:41:41.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:41 smithi155 bash[23100]: audit 2024-05-06T02:41:41.136931+0000 mon.a (mon.0) 299 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T02:41:41.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:41 smithi155 bash[23100]: audit 2024-05-06T02:41:41.136931+0000 mon.a (mon.0) 299 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T02:41:41.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:41 smithi172 bash[23789]: audit 2024-05-06T02:41:41.136931+0000 mon.a (mon.0) 299 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T02:41:41.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:41 smithi172 bash[23789]: audit 2024-05-06T02:41:41.136931+0000 mon.a (mon.0) 299 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T02:41:42.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:42 smithi155 bash[23100]: cluster 2024-05-06T02:41:41.196008+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:42.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:42 smithi155 bash[23100]: cluster 2024-05-06T02:41:41.196008+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:42.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:42 smithi155 bash[23100]: audit 2024-05-06T02:41:41.263578+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T02:41:42.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:42 smithi155 bash[23100]: audit 2024-05-06T02:41:41.263578+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T02:41:42.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:42 smithi155 bash[23100]: cluster 2024-05-06T02:41:41.268321+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T02:41:42.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:42 smithi155 bash[23100]: cluster 2024-05-06T02:41:41.268321+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T02:41:42.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:42 smithi155 bash[23100]: audit 2024-05-06T02:41:41.268884+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-05-06T02:41:42.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:42 smithi155 bash[23100]: audit 2024-05-06T02:41:41.268884+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-05-06T02:41:42.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:42 smithi155 bash[23100]: audit 2024-05-06T02:41:41.269467+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:42.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:42 smithi155 bash[23100]: audit 2024-05-06T02:41:41.269467+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:42 smithi155 bash[23100]: audit 2024-05-06T02:41:41.813325+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:42 smithi155 bash[23100]: audit 2024-05-06T02:41:41.813325+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:42 smithi155 bash[23100]: audit 2024-05-06T02:41:41.818756+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:42.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:42 smithi155 bash[23100]: audit 2024-05-06T02:41:41.818756+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:42 smithi052 bash[21498]: cluster 2024-05-06T02:41:41.196008+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:42 smithi052 bash[21498]: cluster 2024-05-06T02:41:41.196008+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:42 smithi052 bash[21498]: audit 2024-05-06T02:41:41.263578+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T02:41:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:42 smithi052 bash[21498]: audit 2024-05-06T02:41:41.263578+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T02:41:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:42 smithi052 bash[21498]: cluster 2024-05-06T02:41:41.268321+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T02:41:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:42 smithi052 bash[21498]: cluster 2024-05-06T02:41:41.268321+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T02:41:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:42 smithi052 bash[21498]: audit 2024-05-06T02:41:41.268884+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-05-06T02:41:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:42 smithi052 bash[21498]: audit 2024-05-06T02:41:41.268884+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-05-06T02:41:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:42 smithi052 bash[21498]: audit 2024-05-06T02:41:41.269467+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:42 smithi052 bash[21498]: audit 2024-05-06T02:41:41.269467+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:42 smithi052 bash[21498]: audit 2024-05-06T02:41:41.813325+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:42 smithi052 bash[21498]: audit 2024-05-06T02:41:41.813325+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:42 smithi052 bash[21498]: audit 2024-05-06T02:41:41.818756+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:42 smithi052 bash[21498]: audit 2024-05-06T02:41:41.818756+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:42.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:42 smithi172 bash[23789]: cluster 2024-05-06T02:41:41.196008+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:42 smithi172 bash[23789]: cluster 2024-05-06T02:41:41.196008+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:42 smithi172 bash[23789]: audit 2024-05-06T02:41:41.263578+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T02:41:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:42 smithi172 bash[23789]: audit 2024-05-06T02:41:41.263578+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T02:41:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:42 smithi172 bash[23789]: cluster 2024-05-06T02:41:41.268321+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T02:41:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:42 smithi172 bash[23789]: cluster 2024-05-06T02:41:41.268321+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-06T02:41:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:42 smithi172 bash[23789]: audit 2024-05-06T02:41:41.268884+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-05-06T02:41:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:42 smithi172 bash[23789]: audit 2024-05-06T02:41:41.268884+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-05-06T02:41:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:42 smithi172 bash[23789]: audit 2024-05-06T02:41:41.269467+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:42 smithi172 bash[23789]: audit 2024-05-06T02:41:41.269467+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:42 smithi172 bash[23789]: audit 2024-05-06T02:41:41.813325+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:42 smithi172 bash[23789]: audit 2024-05-06T02:41:41.813325+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:42 smithi172 bash[23789]: audit 2024-05-06T02:41:41.818756+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:42.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:42 smithi172 bash[23789]: audit 2024-05-06T02:41:41.818756+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:43.540 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: audit 2024-05-06T02:41:42.265307+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-05-06T02:41:43.540 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: audit 2024-05-06T02:41:42.265307+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-05-06T02:41:43.540 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: cluster 2024-05-06T02:41:42.267757+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T02:41:43.540 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: cluster 2024-05-06T02:41:42.267757+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T02:41:43.540 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: audit 2024-05-06T02:41:42.268464+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.541 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: audit 2024-05-06T02:41:42.268464+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.541 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: audit 2024-05-06T02:41:42.271804+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.541 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: audit 2024-05-06T02:41:42.271804+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.541 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: audit 2024-05-06T02:41:42.442787+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:43.541 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: audit 2024-05-06T02:41:42.442787+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:43.541 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: audit 2024-05-06T02:41:42.444416+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:43.541 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: audit 2024-05-06T02:41:42.444416+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:43.541 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: audit 2024-05-06T02:41:42.454196+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:43.541 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: audit 2024-05-06T02:41:42.454196+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:43.541 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: audit 2024-05-06T02:41:43.273134+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.541 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:43 smithi052 bash[21498]: audit 2024-05-06T02:41:43.273134+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: audit 2024-05-06T02:41:42.265307+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-05-06T02:41:43.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: audit 2024-05-06T02:41:42.265307+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-05-06T02:41:43.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: cluster 2024-05-06T02:41:42.267757+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T02:41:43.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: cluster 2024-05-06T02:41:42.267757+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T02:41:43.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: audit 2024-05-06T02:41:42.268464+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: audit 2024-05-06T02:41:42.268464+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: audit 2024-05-06T02:41:42.271804+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: audit 2024-05-06T02:41:42.271804+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: audit 2024-05-06T02:41:42.442787+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:43.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: audit 2024-05-06T02:41:42.442787+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:43.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: audit 2024-05-06T02:41:42.444416+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:43.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: audit 2024-05-06T02:41:42.444416+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:43.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: audit 2024-05-06T02:41:42.454196+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:43.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: audit 2024-05-06T02:41:42.454196+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:43.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: audit 2024-05-06T02:41:43.273134+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:43 smithi155 bash[23100]: audit 2024-05-06T02:41:43.273134+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: audit 2024-05-06T02:41:42.265307+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-05-06T02:41:43.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: audit 2024-05-06T02:41:42.265307+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-05-06T02:41:43.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: cluster 2024-05-06T02:41:42.267757+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T02:41:43.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: cluster 2024-05-06T02:41:42.267757+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-06T02:41:43.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: audit 2024-05-06T02:41:42.268464+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: audit 2024-05-06T02:41:42.268464+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: audit 2024-05-06T02:41:42.271804+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: audit 2024-05-06T02:41:42.271804+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: audit 2024-05-06T02:41:42.442787+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:43.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: audit 2024-05-06T02:41:42.442787+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:43.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: audit 2024-05-06T02:41:42.444416+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:43.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: audit 2024-05-06T02:41:42.444416+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:43.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: audit 2024-05-06T02:41:42.454196+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:43.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: audit 2024-05-06T02:41:42.454196+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:43.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: audit 2024-05-06T02:41:43.273134+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:43.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:43 smithi172 bash[23789]: audit 2024-05-06T02:41:43.273134+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:44.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:44 smithi052 bash[21498]: cluster 2024-05-06T02:41:42.116903+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:41:44.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:44 smithi052 bash[21498]: cluster 2024-05-06T02:41:42.116903+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:41:44.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:44 smithi052 bash[21498]: cluster 2024-05-06T02:41:42.116980+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:41:44.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:44 smithi052 bash[21498]: cluster 2024-05-06T02:41:42.116980+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:41:44.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:44 smithi052 bash[21498]: cluster 2024-05-06T02:41:43.196464+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:44.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:44 smithi052 bash[21498]: cluster 2024-05-06T02:41:43.196464+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:44.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:44 smithi052 bash[21498]: cluster 2024-05-06T02:41:43.281655+0000 mon.a (mon.0) 314 : cluster [INF] osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199] boot 2024-05-06T02:41:44.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:44 smithi052 bash[21498]: cluster 2024-05-06T02:41:43.281655+0000 mon.a (mon.0) 314 : cluster [INF] osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199] boot 2024-05-06T02:41:44.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:44 smithi052 bash[21498]: cluster 2024-05-06T02:41:43.281719+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T02:41:44.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:44 smithi052 bash[21498]: cluster 2024-05-06T02:41:43.281719+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T02:41:44.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:44 smithi052 bash[21498]: audit 2024-05-06T02:41:43.282403+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:44.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:44 smithi052 bash[21498]: audit 2024-05-06T02:41:43.282403+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:44.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:44 smithi155 bash[23100]: cluster 2024-05-06T02:41:42.116903+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:41:44.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:44 smithi155 bash[23100]: cluster 2024-05-06T02:41:42.116903+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:41:44.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:44 smithi155 bash[23100]: cluster 2024-05-06T02:41:42.116980+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:41:44.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:44 smithi155 bash[23100]: cluster 2024-05-06T02:41:42.116980+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:41:44.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:44 smithi155 bash[23100]: cluster 2024-05-06T02:41:43.196464+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:44.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:44 smithi155 bash[23100]: cluster 2024-05-06T02:41:43.196464+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:44.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:44 smithi155 bash[23100]: cluster 2024-05-06T02:41:43.281655+0000 mon.a (mon.0) 314 : cluster [INF] osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199] boot 2024-05-06T02:41:44.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:44 smithi155 bash[23100]: cluster 2024-05-06T02:41:43.281655+0000 mon.a (mon.0) 314 : cluster [INF] osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199] boot 2024-05-06T02:41:44.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:44 smithi155 bash[23100]: cluster 2024-05-06T02:41:43.281719+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T02:41:44.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:44 smithi155 bash[23100]: cluster 2024-05-06T02:41:43.281719+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T02:41:44.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:44 smithi155 bash[23100]: audit 2024-05-06T02:41:43.282403+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:44.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:44 smithi155 bash[23100]: audit 2024-05-06T02:41:43.282403+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:44.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:44 smithi172 bash[23789]: cluster 2024-05-06T02:41:42.116903+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:41:44.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:44 smithi172 bash[23789]: cluster 2024-05-06T02:41:42.116903+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:41:44.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:44 smithi172 bash[23789]: cluster 2024-05-06T02:41:42.116980+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:41:44.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:44 smithi172 bash[23789]: cluster 2024-05-06T02:41:42.116980+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:41:44.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:44 smithi172 bash[23789]: cluster 2024-05-06T02:41:43.196464+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:44.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:44 smithi172 bash[23789]: cluster 2024-05-06T02:41:43.196464+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T02:41:44.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:44 smithi172 bash[23789]: cluster 2024-05-06T02:41:43.281655+0000 mon.a (mon.0) 314 : cluster [INF] osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199] boot 2024-05-06T02:41:44.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:44 smithi172 bash[23789]: cluster 2024-05-06T02:41:43.281655+0000 mon.a (mon.0) 314 : cluster [INF] osd.0 [v2:172.21.15.52:6802/4191001199,v1:172.21.15.52:6803/4191001199] boot 2024-05-06T02:41:44.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:44 smithi172 bash[23789]: cluster 2024-05-06T02:41:43.281719+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T02:41:44.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:44 smithi172 bash[23789]: cluster 2024-05-06T02:41:43.281719+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-06T02:41:44.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:44 smithi172 bash[23789]: audit 2024-05-06T02:41:43.282403+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:44.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:44 smithi172 bash[23789]: audit 2024-05-06T02:41:43.282403+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T02:41:44.768 INFO:teuthology.orchestra.run.smithi052.stdout:Created osd(s) 0 on host 'smithi052' 2024-05-06T02:41:45.333 DEBUG:teuthology.orchestra.run.smithi052:osd.0> sudo journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.0.service 2024-05-06T02:41:45.337 INFO:tasks.cephadm:Deploying osd.1 on smithi052 with /dev/vg_nvme/lv_3... 2024-05-06T02:41:45.337 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-06T02:41:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:45 smithi052 bash[21498]: cluster 2024-05-06T02:41:44.458669+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T02:41:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:45 smithi052 bash[21498]: cluster 2024-05-06T02:41:44.458669+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T02:41:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:45 smithi052 bash[21498]: audit 2024-05-06T02:41:44.725000+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:45 smithi052 bash[21498]: audit 2024-05-06T02:41:44.725000+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:45 smithi052 bash[21498]: audit 2024-05-06T02:41:44.730586+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:45 smithi052 bash[21498]: audit 2024-05-06T02:41:44.730586+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:45 smithi052 bash[21498]: audit 2024-05-06T02:41:44.739431+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:45 smithi052 bash[21498]: audit 2024-05-06T02:41:44.739431+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:45 smithi052 bash[21498]: cluster 2024-05-06T02:41:45.196788+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:45 smithi052 bash[21498]: cluster 2024-05-06T02:41:45.196788+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:45.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:45 smithi172 bash[23789]: cluster 2024-05-06T02:41:44.458669+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T02:41:45.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:45 smithi172 bash[23789]: cluster 2024-05-06T02:41:44.458669+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T02:41:45.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:45 smithi172 bash[23789]: audit 2024-05-06T02:41:44.725000+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:45.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:45 smithi172 bash[23789]: audit 2024-05-06T02:41:44.725000+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:45.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:45 smithi172 bash[23789]: audit 2024-05-06T02:41:44.730586+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:45.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:45 smithi172 bash[23789]: audit 2024-05-06T02:41:44.730586+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:45.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:45 smithi172 bash[23789]: audit 2024-05-06T02:41:44.739431+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:45.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:45 smithi172 bash[23789]: audit 2024-05-06T02:41:44.739431+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:45.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:45 smithi172 bash[23789]: cluster 2024-05-06T02:41:45.196788+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:45.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:45 smithi172 bash[23789]: cluster 2024-05-06T02:41:45.196788+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:45.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:45 smithi155 bash[23100]: cluster 2024-05-06T02:41:44.458669+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T02:41:45.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:45 smithi155 bash[23100]: cluster 2024-05-06T02:41:44.458669+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-06T02:41:45.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:45 smithi155 bash[23100]: audit 2024-05-06T02:41:44.725000+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:45.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:45 smithi155 bash[23100]: audit 2024-05-06T02:41:44.725000+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:41:45.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:45 smithi155 bash[23100]: audit 2024-05-06T02:41:44.730586+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:45 smithi155 bash[23100]: audit 2024-05-06T02:41:44.730586+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:45 smithi155 bash[23100]: audit 2024-05-06T02:41:44.739431+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:45 smithi155 bash[23100]: audit 2024-05-06T02:41:44.739431+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:45 smithi155 bash[23100]: cluster 2024-05-06T02:41:45.196788+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:45.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:45 smithi155 bash[23100]: cluster 2024-05-06T02:41:45.196788+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:48.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:48 smithi155 bash[23100]: cluster 2024-05-06T02:41:47.197244+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:48.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:48 smithi155 bash[23100]: cluster 2024-05-06T02:41:47.197244+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:48.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:48 smithi052 bash[21498]: cluster 2024-05-06T02:41:47.197244+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:48.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:48 smithi052 bash[21498]: cluster 2024-05-06T02:41:47.197244+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:48.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:48 smithi172 bash[23789]: cluster 2024-05-06T02:41:47.197244+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:48.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:48 smithi172 bash[23789]: cluster 2024-05-06T02:41:47.197244+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:49.724 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:41:50.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:50 smithi155 bash[23100]: cluster 2024-05-06T02:41:49.197685+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:50.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:50 smithi155 bash[23100]: cluster 2024-05-06T02:41:49.197685+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:50 smithi052 bash[21498]: cluster 2024-05-06T02:41:49.197685+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:50 smithi052 bash[21498]: cluster 2024-05-06T02:41:49.197685+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:50.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:50 smithi172 bash[23789]: cluster 2024-05-06T02:41:49.197685+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:50.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:50 smithi172 bash[23789]: cluster 2024-05-06T02:41:49.197685+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:52.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:52 smithi155 bash[23100]: cluster 2024-05-06T02:41:51.198184+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:52.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:52 smithi155 bash[23100]: cluster 2024-05-06T02:41:51.198184+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:52.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:52 smithi052 bash[21498]: cluster 2024-05-06T02:41:51.198184+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:52.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:52 smithi052 bash[21498]: cluster 2024-05-06T02:41:51.198184+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:52.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:52 smithi172 bash[23789]: cluster 2024-05-06T02:41:51.198184+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:52.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:52 smithi172 bash[23789]: cluster 2024-05-06T02:41:51.198184+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:53.381 INFO:teuthology.orchestra.run.smithi052.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-06T02:41:53.381 INFO:teuthology.orchestra.run.smithi052.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-06T02:41:53.381 INFO:teuthology.orchestra.run.smithi052.stderr: stderr: 10+0 records in 2024-05-06T02:41:53.381 INFO:teuthology.orchestra.run.smithi052.stderr:10+0 records out 2024-05-06T02:41:53.381 INFO:teuthology.orchestra.run.smithi052.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00985193 s, 1.1 GB/s 2024-05-06T02:41:53.381 INFO:teuthology.orchestra.run.smithi052.stderr:--> Zapping successful for: 2024-05-06T02:41:54.017 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi052:vg_nvme/lv_3 2024-05-06T02:41:54.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:54 smithi052 bash[21498]: cluster 2024-05-06T02:41:53.198493+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:54.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:54 smithi052 bash[21498]: cluster 2024-05-06T02:41:53.198493+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:54.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:54 smithi155 bash[23100]: cluster 2024-05-06T02:41:53.198493+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:54.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:54 smithi155 bash[23100]: cluster 2024-05-06T02:41:53.198493+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:54.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:54 smithi172 bash[23789]: cluster 2024-05-06T02:41:53.198493+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:54.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:54 smithi172 bash[23789]: cluster 2024-05-06T02:41:53.198493+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:55.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: cephadm 2024-05-06T02:41:54.378530+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi052 2024-05-06T02:41:55.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: cephadm 2024-05-06T02:41:54.378530+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi052 2024-05-06T02:41:55.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: audit 2024-05-06T02:41:54.387469+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: audit 2024-05-06T02:41:54.387469+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: audit 2024-05-06T02:41:54.395908+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: audit 2024-05-06T02:41:54.395908+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: audit 2024-05-06T02:41:54.397781+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:41:55.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: audit 2024-05-06T02:41:54.397781+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:41:55.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: cephadm 2024-05-06T02:41:54.399283+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Adjusting osd_memory_target on smithi052 to 17269M 2024-05-06T02:41:55.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: cephadm 2024-05-06T02:41:54.399283+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Adjusting osd_memory_target on smithi052 to 17269M 2024-05-06T02:41:55.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: audit 2024-05-06T02:41:54.405307+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: audit 2024-05-06T02:41:54.405307+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: audit 2024-05-06T02:41:54.409509+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:55.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: audit 2024-05-06T02:41:54.409509+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:55.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: audit 2024-05-06T02:41:54.411338+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:55.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: audit 2024-05-06T02:41:54.411338+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:55.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: audit 2024-05-06T02:41:54.421223+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:55 smithi155 bash[23100]: audit 2024-05-06T02:41:54.421223+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: cephadm 2024-05-06T02:41:54.378530+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi052 2024-05-06T02:41:55.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: cephadm 2024-05-06T02:41:54.378530+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi052 2024-05-06T02:41:55.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: audit 2024-05-06T02:41:54.387469+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: audit 2024-05-06T02:41:54.387469+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: audit 2024-05-06T02:41:54.395908+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: audit 2024-05-06T02:41:54.395908+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: audit 2024-05-06T02:41:54.397781+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:41:55.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: audit 2024-05-06T02:41:54.397781+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:41:55.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: cephadm 2024-05-06T02:41:54.399283+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Adjusting osd_memory_target on smithi052 to 17269M 2024-05-06T02:41:55.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: cephadm 2024-05-06T02:41:54.399283+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Adjusting osd_memory_target on smithi052 to 17269M 2024-05-06T02:41:55.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: audit 2024-05-06T02:41:54.405307+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: audit 2024-05-06T02:41:54.405307+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: audit 2024-05-06T02:41:54.409509+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:55.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: audit 2024-05-06T02:41:54.409509+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:55.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: audit 2024-05-06T02:41:54.411338+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:55.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: audit 2024-05-06T02:41:54.411338+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:55.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: audit 2024-05-06T02:41:54.421223+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:55 smithi052 bash[21498]: audit 2024-05-06T02:41:54.421223+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: cephadm 2024-05-06T02:41:54.378530+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi052 2024-05-06T02:41:55.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: cephadm 2024-05-06T02:41:54.378530+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi052 2024-05-06T02:41:55.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: audit 2024-05-06T02:41:54.387469+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: audit 2024-05-06T02:41:54.387469+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: audit 2024-05-06T02:41:54.395908+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: audit 2024-05-06T02:41:54.395908+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: audit 2024-05-06T02:41:54.397781+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:41:55.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: audit 2024-05-06T02:41:54.397781+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:41:55.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: cephadm 2024-05-06T02:41:54.399283+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Adjusting osd_memory_target on smithi052 to 17269M 2024-05-06T02:41:55.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: cephadm 2024-05-06T02:41:54.399283+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Adjusting osd_memory_target on smithi052 to 17269M 2024-05-06T02:41:55.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: audit 2024-05-06T02:41:54.405307+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: audit 2024-05-06T02:41:54.405307+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: audit 2024-05-06T02:41:54.409509+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:55.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: audit 2024-05-06T02:41:54.409509+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:41:55.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: audit 2024-05-06T02:41:54.411338+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:55.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: audit 2024-05-06T02:41:54.411338+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:41:55.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: audit 2024-05-06T02:41:54.421223+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:55.697 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:55 smithi172 bash[23789]: audit 2024-05-06T02:41:54.421223+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:41:56.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:56 smithi155 bash[23100]: cluster 2024-05-06T02:41:55.198899+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:56.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:56 smithi155 bash[23100]: cluster 2024-05-06T02:41:55.198899+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:56.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:56 smithi052 bash[21498]: cluster 2024-05-06T02:41:55.198899+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:56.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:56 smithi052 bash[21498]: cluster 2024-05-06T02:41:55.198899+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:56.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:56 smithi172 bash[23789]: cluster 2024-05-06T02:41:55.198899+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:56.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:56 smithi172 bash[23789]: cluster 2024-05-06T02:41:55.198899+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:58.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:58 smithi155 bash[23100]: cluster 2024-05-06T02:41:57.199394+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:58.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:41:58 smithi155 bash[23100]: cluster 2024-05-06T02:41:57.199394+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:58.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:58 smithi052 bash[21498]: cluster 2024-05-06T02:41:57.199394+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:58.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:41:58 smithi052 bash[21498]: cluster 2024-05-06T02:41:57.199394+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:58.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:58 smithi172 bash[23789]: cluster 2024-05-06T02:41:57.199394+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:58.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:41:58 smithi172 bash[23789]: cluster 2024-05-06T02:41:57.199394+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:41:58.749 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:42:00.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:00 smithi155 bash[23100]: cluster 2024-05-06T02:41:59.199843+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:00.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:00 smithi155 bash[23100]: cluster 2024-05-06T02:41:59.199843+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:00.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:00 smithi052 bash[21498]: cluster 2024-05-06T02:41:59.199843+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:00.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:00 smithi052 bash[21498]: cluster 2024-05-06T02:41:59.199843+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:00.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:00 smithi172 bash[23789]: cluster 2024-05-06T02:41:59.199843+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:00.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:00 smithi172 bash[23789]: cluster 2024-05-06T02:41:59.199843+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:01.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:01 smithi155 bash[23100]: audit 2024-05-06T02:42:01.130922+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:42:01.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:01 smithi155 bash[23100]: audit 2024-05-06T02:42:01.130922+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:42:01.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:01 smithi155 bash[23100]: audit 2024-05-06T02:42:01.136764+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:42:01.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:01 smithi155 bash[23100]: audit 2024-05-06T02:42:01.136764+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:42:01.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:01 smithi155 bash[23100]: audit 2024-05-06T02:42:01.138062+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:01.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:01 smithi155 bash[23100]: audit 2024-05-06T02:42:01.138062+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:01.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:01 smithi052 bash[21498]: audit 2024-05-06T02:42:01.130922+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:42:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:01 smithi052 bash[21498]: audit 2024-05-06T02:42:01.130922+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:42:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:01 smithi052 bash[21498]: audit 2024-05-06T02:42:01.136764+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:42:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:01 smithi052 bash[21498]: audit 2024-05-06T02:42:01.136764+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:42:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:01 smithi052 bash[21498]: audit 2024-05-06T02:42:01.138062+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:01 smithi052 bash[21498]: audit 2024-05-06T02:42:01.138062+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:01.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:01 smithi172 bash[23789]: audit 2024-05-06T02:42:01.130922+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:42:01.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:01 smithi172 bash[23789]: audit 2024-05-06T02:42:01.130922+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:42:01.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:01 smithi172 bash[23789]: audit 2024-05-06T02:42:01.136764+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:42:01.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:01 smithi172 bash[23789]: audit 2024-05-06T02:42:01.136764+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:42:01.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:01 smithi172 bash[23789]: audit 2024-05-06T02:42:01.138062+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:01.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:01 smithi172 bash[23789]: audit 2024-05-06T02:42:01.138062+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:02.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:02 smithi052 bash[21498]: audit 2024-05-06T02:42:01.123944+0000 mgr.a (mgr.14152) 138 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:42:02.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:02 smithi052 bash[21498]: audit 2024-05-06T02:42:01.123944+0000 mgr.a (mgr.14152) 138 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:42:02.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:02 smithi052 bash[21498]: cluster 2024-05-06T02:42:01.200226+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:02.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:02 smithi052 bash[21498]: cluster 2024-05-06T02:42:01.200226+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:02.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:02 smithi172 bash[23789]: audit 2024-05-06T02:42:01.123944+0000 mgr.a (mgr.14152) 138 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:42:02.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:02 smithi172 bash[23789]: audit 2024-05-06T02:42:01.123944+0000 mgr.a (mgr.14152) 138 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:42:02.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:02 smithi172 bash[23789]: cluster 2024-05-06T02:42:01.200226+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:02.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:02 smithi172 bash[23789]: cluster 2024-05-06T02:42:01.200226+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:02.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:02 smithi155 bash[23100]: audit 2024-05-06T02:42:01.123944+0000 mgr.a (mgr.14152) 138 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:42:02.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:02 smithi155 bash[23100]: audit 2024-05-06T02:42:01.123944+0000 mgr.a (mgr.14152) 138 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi052:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:42:02.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:02 smithi155 bash[23100]: cluster 2024-05-06T02:42:01.200226+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:02.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:02 smithi155 bash[23100]: cluster 2024-05-06T02:42:01.200226+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:04.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:04 smithi172 bash[23789]: cluster 2024-05-06T02:42:03.200607+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:04.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:04 smithi172 bash[23789]: cluster 2024-05-06T02:42:03.200607+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:04.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:04 smithi155 bash[23100]: cluster 2024-05-06T02:42:03.200607+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:04.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:04 smithi155 bash[23100]: cluster 2024-05-06T02:42:03.200607+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:04.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:04 smithi052 bash[21498]: cluster 2024-05-06T02:42:03.200607+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:04.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:04 smithi052 bash[21498]: cluster 2024-05-06T02:42:03.200607+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:06.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:06 smithi172 bash[23789]: cluster 2024-05-06T02:42:05.201081+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:06.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:06 smithi172 bash[23789]: cluster 2024-05-06T02:42:05.201081+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:06.805 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:06 smithi052 bash[21498]: cluster 2024-05-06T02:42:05.201081+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:06.806 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:06 smithi052 bash[21498]: cluster 2024-05-06T02:42:05.201081+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:06.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:06 smithi155 bash[23100]: cluster 2024-05-06T02:42:05.201081+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:06.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:06 smithi155 bash[23100]: cluster 2024-05-06T02:42:05.201081+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:08.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:08 smithi172 bash[23789]: cluster 2024-05-06T02:42:07.201594+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:08.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:08 smithi172 bash[23789]: cluster 2024-05-06T02:42:07.201594+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:08.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:08 smithi155 bash[23100]: cluster 2024-05-06T02:42:07.201594+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:08.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:08 smithi155 bash[23100]: cluster 2024-05-06T02:42:07.201594+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:08.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:08 smithi052 bash[21498]: cluster 2024-05-06T02:42:07.201594+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:08.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:08 smithi052 bash[21498]: cluster 2024-05-06T02:42:07.201594+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:09.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:09 smithi172 bash[23789]: audit 2024-05-06T02:42:09.084993+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.52:0/196701922' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93"}]: dispatch 2024-05-06T02:42:09.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:09 smithi172 bash[23789]: audit 2024-05-06T02:42:09.084993+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.52:0/196701922' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93"}]: dispatch 2024-05-06T02:42:09.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:09 smithi172 bash[23789]: audit 2024-05-06T02:42:09.087083+0000 mon.a (mon.0) 332 : audit [INF] from='client.? 172.21.15.52:0/196701922' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93"}]': finished 2024-05-06T02:42:09.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:09 smithi172 bash[23789]: audit 2024-05-06T02:42:09.087083+0000 mon.a (mon.0) 332 : audit [INF] from='client.? 172.21.15.52:0/196701922' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93"}]': finished 2024-05-06T02:42:09.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:09 smithi172 bash[23789]: cluster 2024-05-06T02:42:09.090639+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T02:42:09.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:09 smithi172 bash[23789]: cluster 2024-05-06T02:42:09.090639+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T02:42:09.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:09 smithi172 bash[23789]: audit 2024-05-06T02:42:09.090853+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:09.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:09 smithi172 bash[23789]: audit 2024-05-06T02:42:09.090853+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:09.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:09 smithi155 bash[23100]: audit 2024-05-06T02:42:09.084993+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.52:0/196701922' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93"}]: dispatch 2024-05-06T02:42:09.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:09 smithi155 bash[23100]: audit 2024-05-06T02:42:09.084993+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.52:0/196701922' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93"}]: dispatch 2024-05-06T02:42:09.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:09 smithi155 bash[23100]: audit 2024-05-06T02:42:09.087083+0000 mon.a (mon.0) 332 : audit [INF] from='client.? 172.21.15.52:0/196701922' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93"}]': finished 2024-05-06T02:42:09.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:09 smithi155 bash[23100]: audit 2024-05-06T02:42:09.087083+0000 mon.a (mon.0) 332 : audit [INF] from='client.? 172.21.15.52:0/196701922' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93"}]': finished 2024-05-06T02:42:09.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:09 smithi155 bash[23100]: cluster 2024-05-06T02:42:09.090639+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T02:42:09.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:09 smithi155 bash[23100]: cluster 2024-05-06T02:42:09.090639+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T02:42:09.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:09 smithi155 bash[23100]: audit 2024-05-06T02:42:09.090853+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:09.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:09 smithi155 bash[23100]: audit 2024-05-06T02:42:09.090853+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:09.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:09 smithi052 bash[21498]: audit 2024-05-06T02:42:09.084993+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.52:0/196701922' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93"}]: dispatch 2024-05-06T02:42:09.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:09 smithi052 bash[21498]: audit 2024-05-06T02:42:09.084993+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.52:0/196701922' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93"}]: dispatch 2024-05-06T02:42:09.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:09 smithi052 bash[21498]: audit 2024-05-06T02:42:09.087083+0000 mon.a (mon.0) 332 : audit [INF] from='client.? 172.21.15.52:0/196701922' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93"}]': finished 2024-05-06T02:42:09.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:09 smithi052 bash[21498]: audit 2024-05-06T02:42:09.087083+0000 mon.a (mon.0) 332 : audit [INF] from='client.? 172.21.15.52:0/196701922' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93"}]': finished 2024-05-06T02:42:09.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:09 smithi052 bash[21498]: cluster 2024-05-06T02:42:09.090639+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T02:42:09.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:09 smithi052 bash[21498]: cluster 2024-05-06T02:42:09.090639+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-06T02:42:09.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:09 smithi052 bash[21498]: audit 2024-05-06T02:42:09.090853+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:09.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:09 smithi052 bash[21498]: audit 2024-05-06T02:42:09.090853+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:10.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:10 smithi172 bash[23789]: cluster 2024-05-06T02:42:09.202059+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:10.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:10 smithi172 bash[23789]: cluster 2024-05-06T02:42:09.202059+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:10.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:10 smithi172 bash[23789]: audit 2024-05-06T02:42:09.829460+0000 mon.a (mon.0) 335 : audit [DBG] from='client.? 172.21.15.52:0/71676935' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:42:10.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:10 smithi172 bash[23789]: audit 2024-05-06T02:42:09.829460+0000 mon.a (mon.0) 335 : audit [DBG] from='client.? 172.21.15.52:0/71676935' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:42:10.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:10 smithi155 bash[23100]: cluster 2024-05-06T02:42:09.202059+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:10.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:10 smithi155 bash[23100]: cluster 2024-05-06T02:42:09.202059+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:10.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:10 smithi155 bash[23100]: audit 2024-05-06T02:42:09.829460+0000 mon.a (mon.0) 335 : audit [DBG] from='client.? 172.21.15.52:0/71676935' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:42:10.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:10 smithi155 bash[23100]: audit 2024-05-06T02:42:09.829460+0000 mon.a (mon.0) 335 : audit [DBG] from='client.? 172.21.15.52:0/71676935' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:42:10.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:10 smithi052 bash[21498]: cluster 2024-05-06T02:42:09.202059+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:10.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:10 smithi052 bash[21498]: cluster 2024-05-06T02:42:09.202059+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:10.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:10 smithi052 bash[21498]: audit 2024-05-06T02:42:09.829460+0000 mon.a (mon.0) 335 : audit [DBG] from='client.? 172.21.15.52:0/71676935' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:42:10.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:10 smithi052 bash[21498]: audit 2024-05-06T02:42:09.829460+0000 mon.a (mon.0) 335 : audit [DBG] from='client.? 172.21.15.52:0/71676935' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:42:11.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:11 smithi172 bash[23789]: cluster 2024-05-06T02:42:11.202539+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:11.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:11 smithi172 bash[23789]: cluster 2024-05-06T02:42:11.202539+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:11.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:11 smithi155 bash[23100]: cluster 2024-05-06T02:42:11.202539+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:11.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:11 smithi155 bash[23100]: cluster 2024-05-06T02:42:11.202539+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:11.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:11 smithi052 bash[21498]: cluster 2024-05-06T02:42:11.202539+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:11.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:11 smithi052 bash[21498]: cluster 2024-05-06T02:42:11.202539+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:14.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:14 smithi155 bash[23100]: cluster 2024-05-06T02:42:13.202976+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:14.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:14 smithi155 bash[23100]: cluster 2024-05-06T02:42:13.202976+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:14.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:14 smithi052 bash[21498]: cluster 2024-05-06T02:42:13.202976+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:14.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:14 smithi052 bash[21498]: cluster 2024-05-06T02:42:13.202976+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:14.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:14 smithi172 bash[23789]: cluster 2024-05-06T02:42:13.202976+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:14.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:14 smithi172 bash[23789]: cluster 2024-05-06T02:42:13.202976+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:16.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:16 smithi155 bash[23100]: cluster 2024-05-06T02:42:15.203397+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:16.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:16 smithi155 bash[23100]: cluster 2024-05-06T02:42:15.203397+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:16.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:16 smithi052 bash[21498]: cluster 2024-05-06T02:42:15.203397+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:16.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:16 smithi052 bash[21498]: cluster 2024-05-06T02:42:15.203397+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:16.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:16 smithi172 bash[23789]: cluster 2024-05-06T02:42:15.203397+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:16.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:16 smithi172 bash[23789]: cluster 2024-05-06T02:42:15.203397+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:18.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:18 smithi155 bash[23100]: cluster 2024-05-06T02:42:17.203880+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:18.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:18 smithi155 bash[23100]: cluster 2024-05-06T02:42:17.203880+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:18.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:18 smithi052 bash[21498]: cluster 2024-05-06T02:42:17.203880+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:18.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:18 smithi052 bash[21498]: cluster 2024-05-06T02:42:17.203880+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:18.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:18 smithi172 bash[23789]: cluster 2024-05-06T02:42:17.203880+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:18.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:18 smithi172 bash[23789]: cluster 2024-05-06T02:42:17.203880+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:20.519 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:20 smithi052 bash[21498]: cluster 2024-05-06T02:42:19.204339+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:20.519 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:20 smithi052 bash[21498]: cluster 2024-05-06T02:42:19.204339+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:20.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:20 smithi155 bash[23100]: cluster 2024-05-06T02:42:19.204339+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:20.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:20 smithi155 bash[23100]: cluster 2024-05-06T02:42:19.204339+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:20.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:20 smithi172 bash[23789]: cluster 2024-05-06T02:42:19.204339+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:20.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:20 smithi172 bash[23789]: cluster 2024-05-06T02:42:19.204339+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:21.541 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:21 smithi052 bash[21498]: audit 2024-05-06T02:42:21.118351+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T02:42:21.541 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:21 smithi052 bash[21498]: audit 2024-05-06T02:42:21.118351+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T02:42:21.542 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:21 smithi052 bash[21498]: audit 2024-05-06T02:42:21.120153+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:21.542 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:21 smithi052 bash[21498]: audit 2024-05-06T02:42:21.120153+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:21.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:21 smithi155 bash[23100]: audit 2024-05-06T02:42:21.118351+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T02:42:21.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:21 smithi155 bash[23100]: audit 2024-05-06T02:42:21.118351+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T02:42:21.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:21 smithi155 bash[23100]: audit 2024-05-06T02:42:21.120153+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:21.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:21 smithi155 bash[23100]: audit 2024-05-06T02:42:21.120153+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:21.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:21 smithi172 bash[23789]: audit 2024-05-06T02:42:21.118351+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T02:42:21.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:21 smithi172 bash[23789]: audit 2024-05-06T02:42:21.118351+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T02:42:21.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:21 smithi172 bash[23789]: audit 2024-05-06T02:42:21.120153+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:21.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:21 smithi172 bash[23789]: audit 2024-05-06T02:42:21.120153+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:22.587 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:22 smithi052 bash[21498]: cephadm 2024-05-06T02:42:21.121925+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.1 on smithi052 2024-05-06T02:42:22.587 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:22 smithi052 bash[21498]: cephadm 2024-05-06T02:42:21.121925+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.1 on smithi052 2024-05-06T02:42:22.587 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:22 smithi052 bash[21498]: cluster 2024-05-06T02:42:21.204788+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:22.587 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:22 smithi052 bash[21498]: cluster 2024-05-06T02:42:21.204788+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:22.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:22 smithi155 bash[23100]: cephadm 2024-05-06T02:42:21.121925+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.1 on smithi052 2024-05-06T02:42:22.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:22 smithi155 bash[23100]: cephadm 2024-05-06T02:42:21.121925+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.1 on smithi052 2024-05-06T02:42:22.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:22 smithi155 bash[23100]: cluster 2024-05-06T02:42:21.204788+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:22.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:22 smithi155 bash[23100]: cluster 2024-05-06T02:42:21.204788+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:22.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:22 smithi172 bash[23789]: cephadm 2024-05-06T02:42:21.121925+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.1 on smithi052 2024-05-06T02:42:22.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:22 smithi172 bash[23789]: cephadm 2024-05-06T02:42:21.121925+0000 mgr.a (mgr.14152) 149 : cephadm [INF] Deploying daemon osd.1 on smithi052 2024-05-06T02:42:22.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:22 smithi172 bash[23789]: cluster 2024-05-06T02:42:21.204788+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:22.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:22 smithi172 bash[23789]: cluster 2024-05-06T02:42:21.204788+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:24.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:24 smithi155 bash[23100]: cluster 2024-05-06T02:42:23.205276+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:24.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:24 smithi155 bash[23100]: cluster 2024-05-06T02:42:23.205276+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:24.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:24 smithi052 bash[21498]: cluster 2024-05-06T02:42:23.205276+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:24.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:24 smithi052 bash[21498]: cluster 2024-05-06T02:42:23.205276+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:24.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:24 smithi172 bash[23789]: cluster 2024-05-06T02:42:23.205276+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:24.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:24 smithi172 bash[23789]: cluster 2024-05-06T02:42:23.205276+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:25.072 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:24 smithi052 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:42:25.073 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:42:24 smithi052 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:42:25.073 INFO:journalctl@ceph.osd.0.smithi052.stdout:May 06 02:42:24 smithi052 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:42:25.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:25 smithi052 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:42:25.387 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:42:25 smithi052 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:42:25.387 INFO:journalctl@ceph.osd.0.smithi052.stdout:May 06 02:42:25 smithi052 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:42:26.608 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:26 smithi052 bash[21498]: cluster 2024-05-06T02:42:25.205620+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:26.608 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:26 smithi052 bash[21498]: cluster 2024-05-06T02:42:25.205620+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:26.608 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:26 smithi052 bash[21498]: audit 2024-05-06T02:42:25.238944+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:26.609 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:26 smithi052 bash[21498]: audit 2024-05-06T02:42:25.238944+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:26.609 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:26 smithi052 bash[21498]: audit 2024-05-06T02:42:25.245189+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:26.609 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:26 smithi052 bash[21498]: audit 2024-05-06T02:42:25.245189+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:26.609 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:26 smithi052 bash[21498]: audit 2024-05-06T02:42:25.267322+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:42:26.609 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:26 smithi052 bash[21498]: audit 2024-05-06T02:42:25.267322+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:42:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:26 smithi155 bash[23100]: cluster 2024-05-06T02:42:25.205620+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:26 smithi155 bash[23100]: cluster 2024-05-06T02:42:25.205620+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:26 smithi155 bash[23100]: audit 2024-05-06T02:42:25.238944+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:26 smithi155 bash[23100]: audit 2024-05-06T02:42:25.238944+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:26 smithi155 bash[23100]: audit 2024-05-06T02:42:25.245189+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:26 smithi155 bash[23100]: audit 2024-05-06T02:42:25.245189+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:26 smithi155 bash[23100]: audit 2024-05-06T02:42:25.267322+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:42:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:26 smithi155 bash[23100]: audit 2024-05-06T02:42:25.267322+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:42:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:26 smithi172 bash[23789]: cluster 2024-05-06T02:42:25.205620+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:26 smithi172 bash[23789]: cluster 2024-05-06T02:42:25.205620+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:26 smithi172 bash[23789]: audit 2024-05-06T02:42:25.238944+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:26 smithi172 bash[23789]: audit 2024-05-06T02:42:25.238944+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:26 smithi172 bash[23789]: audit 2024-05-06T02:42:25.245189+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:26 smithi172 bash[23789]: audit 2024-05-06T02:42:25.245189+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:26 smithi172 bash[23789]: audit 2024-05-06T02:42:25.267322+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:42:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:26 smithi172 bash[23789]: audit 2024-05-06T02:42:25.267322+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:42:28.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:28 smithi155 bash[23100]: cluster 2024-05-06T02:42:27.205984+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:28.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:28 smithi155 bash[23100]: cluster 2024-05-06T02:42:27.205984+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:28.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:28 smithi052 bash[21498]: cluster 2024-05-06T02:42:27.205984+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:28.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:28 smithi052 bash[21498]: cluster 2024-05-06T02:42:27.205984+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:28.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:28 smithi172 bash[23789]: cluster 2024-05-06T02:42:27.205984+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:28.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:28 smithi172 bash[23789]: cluster 2024-05-06T02:42:27.205984+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:30.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:30 smithi155 bash[23100]: cluster 2024-05-06T02:42:29.206532+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:30.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:30 smithi155 bash[23100]: cluster 2024-05-06T02:42:29.206532+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:30.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:30 smithi052 bash[21498]: cluster 2024-05-06T02:42:29.206532+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:30.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:30 smithi052 bash[21498]: cluster 2024-05-06T02:42:29.206532+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:30.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:30 smithi172 bash[23789]: cluster 2024-05-06T02:42:29.206532+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:30.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:30 smithi172 bash[23789]: cluster 2024-05-06T02:42:29.206532+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:31.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:31 smithi052 bash[21498]: audit 2024-05-06T02:42:30.508315+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:31 smithi052 bash[21498]: audit 2024-05-06T02:42:30.508315+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:31 smithi052 bash[21498]: audit 2024-05-06T02:42:30.514157+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:31 smithi052 bash[21498]: audit 2024-05-06T02:42:30.514157+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:31 smithi052 bash[21498]: audit 2024-05-06T02:42:30.514949+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:31.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:31 smithi052 bash[21498]: audit 2024-05-06T02:42:30.514949+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:31.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:31 smithi052 bash[21498]: audit 2024-05-06T02:42:30.515700+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:42:31.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:31 smithi052 bash[21498]: audit 2024-05-06T02:42:30.515700+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:42:31.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:31 smithi052 bash[21498]: audit 2024-05-06T02:42:30.520451+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:31 smithi052 bash[21498]: audit 2024-05-06T02:42:30.520451+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:31 smithi052 bash[21498]: cluster 2024-05-06T02:42:31.207133+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:31 smithi052 bash[21498]: cluster 2024-05-06T02:42:31.207133+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:31 smithi052 bash[21498]: audit 2024-05-06T02:42:31.401548+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T02:42:31.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:31 smithi052 bash[21498]: audit 2024-05-06T02:42:31.401548+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T02:42:31.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:31 smithi155 bash[23100]: audit 2024-05-06T02:42:30.508315+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:31 smithi155 bash[23100]: audit 2024-05-06T02:42:30.508315+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:31 smithi155 bash[23100]: audit 2024-05-06T02:42:30.514157+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:31 smithi155 bash[23100]: audit 2024-05-06T02:42:30.514157+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:31 smithi155 bash[23100]: audit 2024-05-06T02:42:30.514949+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:31.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:31 smithi155 bash[23100]: audit 2024-05-06T02:42:30.514949+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:31.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:31 smithi155 bash[23100]: audit 2024-05-06T02:42:30.515700+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:42:31.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:31 smithi155 bash[23100]: audit 2024-05-06T02:42:30.515700+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:42:31.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:31 smithi155 bash[23100]: audit 2024-05-06T02:42:30.520451+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:31 smithi155 bash[23100]: audit 2024-05-06T02:42:30.520451+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:31 smithi155 bash[23100]: cluster 2024-05-06T02:42:31.207133+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:31.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:31 smithi155 bash[23100]: cluster 2024-05-06T02:42:31.207133+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:31.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:31 smithi155 bash[23100]: audit 2024-05-06T02:42:31.401548+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T02:42:31.884 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:31 smithi155 bash[23100]: audit 2024-05-06T02:42:31.401548+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T02:42:31.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:31 smithi172 bash[23789]: audit 2024-05-06T02:42:30.508315+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:31 smithi172 bash[23789]: audit 2024-05-06T02:42:30.508315+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:31 smithi172 bash[23789]: audit 2024-05-06T02:42:30.514157+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:31 smithi172 bash[23789]: audit 2024-05-06T02:42:30.514157+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:31 smithi172 bash[23789]: audit 2024-05-06T02:42:30.514949+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:31.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:31 smithi172 bash[23789]: audit 2024-05-06T02:42:30.514949+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:31.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:31 smithi172 bash[23789]: audit 2024-05-06T02:42:30.515700+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:42:31.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:31 smithi172 bash[23789]: audit 2024-05-06T02:42:30.515700+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:42:31.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:31 smithi172 bash[23789]: audit 2024-05-06T02:42:30.520451+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:31 smithi172 bash[23789]: audit 2024-05-06T02:42:30.520451+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:31.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:31 smithi172 bash[23789]: cluster 2024-05-06T02:42:31.207133+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:31.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:31 smithi172 bash[23789]: cluster 2024-05-06T02:42:31.207133+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:31.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:31 smithi172 bash[23789]: audit 2024-05-06T02:42:31.401548+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T02:42:31.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:31 smithi172 bash[23789]: audit 2024-05-06T02:42:31.401548+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T02:42:32.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:32 smithi052 bash[21498]: audit 2024-05-06T02:42:31.526747+0000 mon.a (mon.0) 347 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T02:42:32.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:32 smithi052 bash[21498]: audit 2024-05-06T02:42:31.526747+0000 mon.a (mon.0) 347 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T02:42:32.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:32 smithi052 bash[21498]: cluster 2024-05-06T02:42:31.529285+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T02:42:32.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:32 smithi052 bash[21498]: cluster 2024-05-06T02:42:31.529285+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T02:42:32.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:32 smithi052 bash[21498]: audit 2024-05-06T02:42:31.529676+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-05-06T02:42:32.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:32 smithi052 bash[21498]: audit 2024-05-06T02:42:31.529676+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-05-06T02:42:32.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:32 smithi052 bash[21498]: audit 2024-05-06T02:42:31.530144+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:32.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:32 smithi052 bash[21498]: audit 2024-05-06T02:42:31.530144+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:32.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:32 smithi155 bash[23100]: audit 2024-05-06T02:42:31.526747+0000 mon.a (mon.0) 347 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T02:42:32.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:32 smithi155 bash[23100]: audit 2024-05-06T02:42:31.526747+0000 mon.a (mon.0) 347 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T02:42:32.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:32 smithi155 bash[23100]: cluster 2024-05-06T02:42:31.529285+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T02:42:32.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:32 smithi155 bash[23100]: cluster 2024-05-06T02:42:31.529285+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T02:42:32.897 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:32 smithi155 bash[23100]: audit 2024-05-06T02:42:31.529676+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-05-06T02:42:32.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:32 smithi155 bash[23100]: audit 2024-05-06T02:42:31.529676+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-05-06T02:42:32.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:32 smithi155 bash[23100]: audit 2024-05-06T02:42:31.530144+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:32.898 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:32 smithi155 bash[23100]: audit 2024-05-06T02:42:31.530144+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:32 smithi172 bash[23789]: audit 2024-05-06T02:42:31.526747+0000 mon.a (mon.0) 347 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T02:42:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:32 smithi172 bash[23789]: audit 2024-05-06T02:42:31.526747+0000 mon.a (mon.0) 347 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T02:42:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:32 smithi172 bash[23789]: cluster 2024-05-06T02:42:31.529285+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T02:42:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:32 smithi172 bash[23789]: cluster 2024-05-06T02:42:31.529285+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-06T02:42:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:32 smithi172 bash[23789]: audit 2024-05-06T02:42:31.529676+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-05-06T02:42:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:32 smithi172 bash[23789]: audit 2024-05-06T02:42:31.529676+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]: dispatch 2024-05-06T02:42:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:32 smithi172 bash[23789]: audit 2024-05-06T02:42:31.530144+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:32.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:32 smithi172 bash[23789]: audit 2024-05-06T02:42:31.530144+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:33.560 INFO:teuthology.orchestra.run.smithi052.stdout:Created osd(s) 1 on host 'smithi052' 2024-05-06T02:42:33.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:33 smithi155 bash[23100]: audit 2024-05-06T02:42:32.528654+0000 mon.a (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-05-06T02:42:33.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:33 smithi155 bash[23100]: audit 2024-05-06T02:42:32.528654+0000 mon.a (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-05-06T02:42:33.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:33 smithi155 bash[23100]: cluster 2024-05-06T02:42:32.532363+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T02:42:33.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:33 smithi155 bash[23100]: cluster 2024-05-06T02:42:32.532363+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T02:42:33.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:33 smithi155 bash[23100]: audit 2024-05-06T02:42:32.533967+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:33.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:33 smithi155 bash[23100]: audit 2024-05-06T02:42:32.533967+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:33.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:33 smithi155 bash[23100]: audit 2024-05-06T02:42:32.541991+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:33.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:33 smithi155 bash[23100]: audit 2024-05-06T02:42:32.541991+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:33.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:33 smithi155 bash[23100]: cluster 2024-05-06T02:42:33.207709+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:33.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:33 smithi155 bash[23100]: cluster 2024-05-06T02:42:33.207709+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:33.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:33 smithi155 bash[23100]: audit 2024-05-06T02:42:33.526983+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:33.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:33 smithi155 bash[23100]: audit 2024-05-06T02:42:33.526983+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:33.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:33 smithi155 bash[23100]: audit 2024-05-06T02:42:33.527667+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:42:33.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:33 smithi155 bash[23100]: audit 2024-05-06T02:42:33.527667+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:42:33.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:33 smithi052 bash[21498]: audit 2024-05-06T02:42:32.528654+0000 mon.a (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-05-06T02:42:33.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:33 smithi052 bash[21498]: audit 2024-05-06T02:42:32.528654+0000 mon.a (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-05-06T02:42:33.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:33 smithi052 bash[21498]: cluster 2024-05-06T02:42:32.532363+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T02:42:33.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:33 smithi052 bash[21498]: cluster 2024-05-06T02:42:32.532363+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T02:42:33.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:33 smithi052 bash[21498]: audit 2024-05-06T02:42:32.533967+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:33.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:33 smithi052 bash[21498]: audit 2024-05-06T02:42:32.533967+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:33.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:33 smithi052 bash[21498]: audit 2024-05-06T02:42:32.541991+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:33.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:33 smithi052 bash[21498]: audit 2024-05-06T02:42:32.541991+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:33.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:33 smithi052 bash[21498]: cluster 2024-05-06T02:42:33.207709+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:33.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:33 smithi052 bash[21498]: cluster 2024-05-06T02:42:33.207709+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:33.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:33 smithi052 bash[21498]: audit 2024-05-06T02:42:33.526983+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:33.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:33 smithi052 bash[21498]: audit 2024-05-06T02:42:33.526983+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:33.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:33 smithi052 bash[21498]: audit 2024-05-06T02:42:33.527667+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:42:33.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:33 smithi052 bash[21498]: audit 2024-05-06T02:42:33.527667+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:42:33.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:33 smithi172 bash[23789]: audit 2024-05-06T02:42:32.528654+0000 mon.a (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-05-06T02:42:33.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:33 smithi172 bash[23789]: audit 2024-05-06T02:42:32.528654+0000 mon.a (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi052", "root=default"]}]': finished 2024-05-06T02:42:33.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:33 smithi172 bash[23789]: cluster 2024-05-06T02:42:32.532363+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T02:42:33.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:33 smithi172 bash[23789]: cluster 2024-05-06T02:42:32.532363+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-06T02:42:33.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:33 smithi172 bash[23789]: audit 2024-05-06T02:42:32.533967+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:33.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:33 smithi172 bash[23789]: audit 2024-05-06T02:42:32.533967+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:33.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:33 smithi172 bash[23789]: audit 2024-05-06T02:42:32.541991+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:33.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:33 smithi172 bash[23789]: audit 2024-05-06T02:42:32.541991+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:33.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:33 smithi172 bash[23789]: cluster 2024-05-06T02:42:33.207709+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:33.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:33 smithi172 bash[23789]: cluster 2024-05-06T02:42:33.207709+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-06T02:42:33.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:33 smithi172 bash[23789]: audit 2024-05-06T02:42:33.526983+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:33.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:33 smithi172 bash[23789]: audit 2024-05-06T02:42:33.526983+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:33.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:33 smithi172 bash[23789]: audit 2024-05-06T02:42:33.527667+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:42:33.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:33 smithi172 bash[23789]: audit 2024-05-06T02:42:33.527667+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:42:34.083 DEBUG:teuthology.orchestra.run.smithi052:osd.1> sudo journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.1.service 2024-05-06T02:42:34.086 INFO:tasks.cephadm:Deploying osd.2 on smithi155 with /dev/vg_nvme/lv_4... 2024-05-06T02:42:34.086 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T02:42:34.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:34 smithi155 bash[23100]: cluster 2024-05-06T02:42:32.357172+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:42:34.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:34 smithi155 bash[23100]: cluster 2024-05-06T02:42:32.357172+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:42:34.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:34 smithi155 bash[23100]: cluster 2024-05-06T02:42:32.357248+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:42:34.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:34 smithi155 bash[23100]: cluster 2024-05-06T02:42:32.357248+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:42:34.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:34 smithi155 bash[23100]: audit 2024-05-06T02:42:33.534494+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:34.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:34 smithi155 bash[23100]: audit 2024-05-06T02:42:33.534494+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:34.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:34 smithi155 bash[23100]: audit 2024-05-06T02:42:33.546265+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:34.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:34 smithi155 bash[23100]: audit 2024-05-06T02:42:33.546265+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:34.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:34 smithi155 bash[23100]: cluster 2024-05-06T02:42:33.551528+0000 mon.a (mon.0) 359 : cluster [INF] osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193] boot 2024-05-06T02:42:34.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:34 smithi155 bash[23100]: cluster 2024-05-06T02:42:33.551528+0000 mon.a (mon.0) 359 : cluster [INF] osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193] boot 2024-05-06T02:42:34.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:34 smithi155 bash[23100]: cluster 2024-05-06T02:42:33.551577+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T02:42:34.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:34 smithi155 bash[23100]: cluster 2024-05-06T02:42:33.551577+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T02:42:34.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:34 smithi155 bash[23100]: audit 2024-05-06T02:42:33.551944+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:34.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:34 smithi155 bash[23100]: audit 2024-05-06T02:42:33.551944+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:34.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:34 smithi052 bash[21498]: cluster 2024-05-06T02:42:32.357172+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:42:34.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:34 smithi052 bash[21498]: cluster 2024-05-06T02:42:32.357172+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:42:34.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:34 smithi052 bash[21498]: cluster 2024-05-06T02:42:32.357248+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:42:34.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:34 smithi052 bash[21498]: cluster 2024-05-06T02:42:32.357248+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:42:34.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:34 smithi052 bash[21498]: audit 2024-05-06T02:42:33.534494+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:34.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:34 smithi052 bash[21498]: audit 2024-05-06T02:42:33.534494+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:34.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:34 smithi052 bash[21498]: audit 2024-05-06T02:42:33.546265+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:34.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:34 smithi052 bash[21498]: audit 2024-05-06T02:42:33.546265+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:34.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:34 smithi052 bash[21498]: cluster 2024-05-06T02:42:33.551528+0000 mon.a (mon.0) 359 : cluster [INF] osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193] boot 2024-05-06T02:42:34.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:34 smithi052 bash[21498]: cluster 2024-05-06T02:42:33.551528+0000 mon.a (mon.0) 359 : cluster [INF] osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193] boot 2024-05-06T02:42:34.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:34 smithi052 bash[21498]: cluster 2024-05-06T02:42:33.551577+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T02:42:34.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:34 smithi052 bash[21498]: cluster 2024-05-06T02:42:33.551577+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T02:42:34.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:34 smithi052 bash[21498]: audit 2024-05-06T02:42:33.551944+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:34.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:34 smithi052 bash[21498]: audit 2024-05-06T02:42:33.551944+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:34.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:34 smithi172 bash[23789]: cluster 2024-05-06T02:42:32.357172+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:42:34.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:34 smithi172 bash[23789]: cluster 2024-05-06T02:42:32.357172+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:42:34.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:34 smithi172 bash[23789]: cluster 2024-05-06T02:42:32.357248+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:42:34.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:34 smithi172 bash[23789]: cluster 2024-05-06T02:42:32.357248+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:42:34.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:34 smithi172 bash[23789]: audit 2024-05-06T02:42:33.534494+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:34.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:34 smithi172 bash[23789]: audit 2024-05-06T02:42:33.534494+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:34.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:34 smithi172 bash[23789]: audit 2024-05-06T02:42:33.546265+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:34.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:34 smithi172 bash[23789]: audit 2024-05-06T02:42:33.546265+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:34.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:34 smithi172 bash[23789]: cluster 2024-05-06T02:42:33.551528+0000 mon.a (mon.0) 359 : cluster [INF] osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193] boot 2024-05-06T02:42:34.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:34 smithi172 bash[23789]: cluster 2024-05-06T02:42:33.551528+0000 mon.a (mon.0) 359 : cluster [INF] osd.1 [v2:172.21.15.52:6810/3801027193,v1:172.21.15.52:6811/3801027193] boot 2024-05-06T02:42:34.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:34 smithi172 bash[23789]: cluster 2024-05-06T02:42:33.551577+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T02:42:34.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:34 smithi172 bash[23789]: cluster 2024-05-06T02:42:33.551577+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-06T02:42:34.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:34 smithi172 bash[23789]: audit 2024-05-06T02:42:33.551944+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:34.946 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:34 smithi172 bash[23789]: audit 2024-05-06T02:42:33.551944+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T02:42:35.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:35 smithi155 bash[23100]: cluster 2024-05-06T02:42:34.554611+0000 mon.a (mon.0) 362 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T02:42:35.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:35 smithi155 bash[23100]: cluster 2024-05-06T02:42:34.554611+0000 mon.a (mon.0) 362 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T02:42:35.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:35 smithi155 bash[23100]: cluster 2024-05-06T02:42:35.208208+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:35.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:35 smithi155 bash[23100]: cluster 2024-05-06T02:42:35.208208+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:35.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:35 smithi052 bash[21498]: cluster 2024-05-06T02:42:34.554611+0000 mon.a (mon.0) 362 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T02:42:35.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:35 smithi052 bash[21498]: cluster 2024-05-06T02:42:34.554611+0000 mon.a (mon.0) 362 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T02:42:35.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:35 smithi052 bash[21498]: cluster 2024-05-06T02:42:35.208208+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:35.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:35 smithi052 bash[21498]: cluster 2024-05-06T02:42:35.208208+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:35.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:35 smithi172 bash[23789]: cluster 2024-05-06T02:42:34.554611+0000 mon.a (mon.0) 362 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T02:42:35.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:35 smithi172 bash[23789]: cluster 2024-05-06T02:42:34.554611+0000 mon.a (mon.0) 362 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-06T02:42:35.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:35 smithi172 bash[23789]: cluster 2024-05-06T02:42:35.208208+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:35.945 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:35 smithi172 bash[23789]: cluster 2024-05-06T02:42:35.208208+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:38.517 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:38 smithi052 bash[21498]: cluster 2024-05-06T02:42:37.208682+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:38.517 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:38 smithi052 bash[21498]: cluster 2024-05-06T02:42:37.208682+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:38.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:38 smithi155 bash[23100]: cluster 2024-05-06T02:42:37.208682+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:38.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:38 smithi155 bash[23100]: cluster 2024-05-06T02:42:37.208682+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:38.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:38 smithi172 bash[23789]: cluster 2024-05-06T02:42:37.208682+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:38.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:38 smithi172 bash[23789]: cluster 2024-05-06T02:42:37.208682+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:38.799 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T02:42:40.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:40 smithi155 bash[23100]: cluster 2024-05-06T02:42:39.209012+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:40.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:40 smithi155 bash[23100]: cluster 2024-05-06T02:42:39.209012+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:40.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:40 smithi052 bash[21498]: cluster 2024-05-06T02:42:39.209012+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:40.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:40 smithi052 bash[21498]: cluster 2024-05-06T02:42:39.209012+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:40.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:40 smithi172 bash[23789]: cluster 2024-05-06T02:42:39.209012+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:40.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:40 smithi172 bash[23789]: cluster 2024-05-06T02:42:39.209012+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:41.852 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T02:42:41.852 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T02:42:41.852 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2024-05-06T02:42:41.852 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2024-05-06T02:42:41.852 INFO:teuthology.orchestra.run.smithi155.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0143038 s, 733 MB/s 2024-05-06T02:42:41.852 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2024-05-06T02:42:42.501 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: cluster 2024-05-06T02:42:41.209348+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: cluster 2024-05-06T02:42:41.209348+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.179823+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.179823+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.189139+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.189139+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.191402+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.191402+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.193148+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.193148+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.200755+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.200755+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.204961+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.204961+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.206909+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:42:42.502 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.206909+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:42:42.503 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.217094+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.503 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:42 smithi155 bash[23100]: audit 2024-05-06T02:42:42.217094+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.503 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi155:vg_nvme/lv_4 2024-05-06T02:42:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: cluster 2024-05-06T02:42:41.209348+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: cluster 2024-05-06T02:42:41.209348+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.179823+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.179823+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.189139+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.189139+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.191402+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:42:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.191402+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:42:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.193148+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:42:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.193148+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:42:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.200755+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.200755+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.204961+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.204961+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.206909+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:42:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.206909+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:42:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.217094+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:42 smithi052 bash[21498]: audit 2024-05-06T02:42:42.217094+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: cluster 2024-05-06T02:42:41.209348+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:42.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: cluster 2024-05-06T02:42:41.209348+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:42.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.179823+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.179823+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.189139+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.189139+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.191402+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:42:42.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.191402+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:42:42.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.193148+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:42:42.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.193148+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:42:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.200755+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.200755+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.204961+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.204961+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.206909+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:42:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.206909+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:42:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.217094+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:42.696 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:42 smithi172 bash[23789]: audit 2024-05-06T02:42:42.217094+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:42:43.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:43 smithi155 bash[23100]: cephadm 2024-05-06T02:42:42.170240+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Detected new or changed devices on smithi052 2024-05-06T02:42:43.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:43 smithi155 bash[23100]: cephadm 2024-05-06T02:42:42.170240+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Detected new or changed devices on smithi052 2024-05-06T02:42:43.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:43 smithi155 bash[23100]: cephadm 2024-05-06T02:42:42.194498+0000 mgr.a (mgr.14152) 162 : cephadm [INF] Adjusting osd_memory_target on smithi052 to 8634M 2024-05-06T02:42:43.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:43 smithi155 bash[23100]: cephadm 2024-05-06T02:42:42.194498+0000 mgr.a (mgr.14152) 162 : cephadm [INF] Adjusting osd_memory_target on smithi052 to 8634M 2024-05-06T02:42:43.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:43 smithi052 bash[21498]: cephadm 2024-05-06T02:42:42.170240+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Detected new or changed devices on smithi052 2024-05-06T02:42:43.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:43 smithi052 bash[21498]: cephadm 2024-05-06T02:42:42.170240+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Detected new or changed devices on smithi052 2024-05-06T02:42:43.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:43 smithi052 bash[21498]: cephadm 2024-05-06T02:42:42.194498+0000 mgr.a (mgr.14152) 162 : cephadm [INF] Adjusting osd_memory_target on smithi052 to 8634M 2024-05-06T02:42:43.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:43 smithi052 bash[21498]: cephadm 2024-05-06T02:42:42.194498+0000 mgr.a (mgr.14152) 162 : cephadm [INF] Adjusting osd_memory_target on smithi052 to 8634M 2024-05-06T02:42:43.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:43 smithi172 bash[23789]: cephadm 2024-05-06T02:42:42.170240+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Detected new or changed devices on smithi052 2024-05-06T02:42:43.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:43 smithi172 bash[23789]: cephadm 2024-05-06T02:42:42.170240+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Detected new or changed devices on smithi052 2024-05-06T02:42:43.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:43 smithi172 bash[23789]: cephadm 2024-05-06T02:42:42.194498+0000 mgr.a (mgr.14152) 162 : cephadm [INF] Adjusting osd_memory_target on smithi052 to 8634M 2024-05-06T02:42:43.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:43 smithi172 bash[23789]: cephadm 2024-05-06T02:42:42.194498+0000 mgr.a (mgr.14152) 162 : cephadm [INF] Adjusting osd_memory_target on smithi052 to 8634M 2024-05-06T02:42:44.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:44 smithi155 bash[23100]: cluster 2024-05-06T02:42:43.209775+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:44.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:44 smithi155 bash[23100]: cluster 2024-05-06T02:42:43.209775+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:44.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:44 smithi052 bash[21498]: cluster 2024-05-06T02:42:43.209775+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:44.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:44 smithi052 bash[21498]: cluster 2024-05-06T02:42:43.209775+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:44.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:44 smithi172 bash[23789]: cluster 2024-05-06T02:42:43.209775+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:44.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:44 smithi172 bash[23789]: cluster 2024-05-06T02:42:43.209775+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:46.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:46 smithi155 bash[23100]: cluster 2024-05-06T02:42:45.210284+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:46.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:46 smithi155 bash[23100]: cluster 2024-05-06T02:42:45.210284+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:46.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:46 smithi052 bash[21498]: cluster 2024-05-06T02:42:45.210284+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:46.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:46 smithi052 bash[21498]: cluster 2024-05-06T02:42:45.210284+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:46.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:46 smithi172 bash[23789]: cluster 2024-05-06T02:42:45.210284+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:46.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:46 smithi172 bash[23789]: cluster 2024-05-06T02:42:45.210284+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:47.220 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T02:42:48.380 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:48 smithi155 bash[23100]: cluster 2024-05-06T02:42:47.210754+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:48.380 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:48 smithi155 bash[23100]: cluster 2024-05-06T02:42:47.210754+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:48.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:48 smithi052 bash[21498]: cluster 2024-05-06T02:42:47.210754+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:48.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:48 smithi052 bash[21498]: cluster 2024-05-06T02:42:47.210754+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:48.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:48 smithi172 bash[23789]: cluster 2024-05-06T02:42:47.210754+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:48.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:48 smithi172 bash[23789]: cluster 2024-05-06T02:42:47.210754+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:50.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:50 smithi155 bash[23100]: cluster 2024-05-06T02:42:49.211226+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:50.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:50 smithi155 bash[23100]: cluster 2024-05-06T02:42:49.211226+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:50.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:50 smithi155 bash[23100]: audit 2024-05-06T02:42:49.891042+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:42:50.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:50 smithi155 bash[23100]: audit 2024-05-06T02:42:49.891042+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:42:50.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:50 smithi155 bash[23100]: audit 2024-05-06T02:42:49.897447+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:42:50.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:50 smithi155 bash[23100]: audit 2024-05-06T02:42:49.897447+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:42:50.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:50 smithi155 bash[23100]: audit 2024-05-06T02:42:49.899298+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:50.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:50 smithi155 bash[23100]: audit 2024-05-06T02:42:49.899298+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:50 smithi052 bash[21498]: cluster 2024-05-06T02:42:49.211226+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:50 smithi052 bash[21498]: cluster 2024-05-06T02:42:49.211226+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:50 smithi052 bash[21498]: audit 2024-05-06T02:42:49.891042+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:42:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:50 smithi052 bash[21498]: audit 2024-05-06T02:42:49.891042+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:42:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:50 smithi052 bash[21498]: audit 2024-05-06T02:42:49.897447+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:42:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:50 smithi052 bash[21498]: audit 2024-05-06T02:42:49.897447+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:42:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:50 smithi052 bash[21498]: audit 2024-05-06T02:42:49.899298+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:50 smithi052 bash[21498]: audit 2024-05-06T02:42:49.899298+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:50.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:50 smithi172 bash[23789]: cluster 2024-05-06T02:42:49.211226+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:50.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:50 smithi172 bash[23789]: cluster 2024-05-06T02:42:49.211226+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:50.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:50 smithi172 bash[23789]: audit 2024-05-06T02:42:49.891042+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:42:50.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:50 smithi172 bash[23789]: audit 2024-05-06T02:42:49.891042+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:42:50.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:50 smithi172 bash[23789]: audit 2024-05-06T02:42:49.897447+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:42:50.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:50 smithi172 bash[23789]: audit 2024-05-06T02:42:49.897447+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:42:50.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:50 smithi172 bash[23789]: audit 2024-05-06T02:42:49.899298+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:50.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:50 smithi172 bash[23789]: audit 2024-05-06T02:42:49.899298+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:42:51.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:51 smithi155 bash[23100]: audit 2024-05-06T02:42:49.883508+0000 mgr.a (mgr.14152) 167 : audit [DBG] from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:42:51.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:51 smithi155 bash[23100]: audit 2024-05-06T02:42:49.883508+0000 mgr.a (mgr.14152) 167 : audit [DBG] from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:42:51.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:51 smithi052 bash[21498]: audit 2024-05-06T02:42:49.883508+0000 mgr.a (mgr.14152) 167 : audit [DBG] from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:42:51.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:51 smithi052 bash[21498]: audit 2024-05-06T02:42:49.883508+0000 mgr.a (mgr.14152) 167 : audit [DBG] from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:42:51.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:51 smithi172 bash[23789]: audit 2024-05-06T02:42:49.883508+0000 mgr.a (mgr.14152) 167 : audit [DBG] from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:42:51.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:51 smithi172 bash[23789]: audit 2024-05-06T02:42:49.883508+0000 mgr.a (mgr.14152) 167 : audit [DBG] from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:42:52.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:52 smithi155 bash[23100]: cluster 2024-05-06T02:42:51.211753+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:52.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:52 smithi155 bash[23100]: cluster 2024-05-06T02:42:51.211753+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:52.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:52 smithi052 bash[21498]: cluster 2024-05-06T02:42:51.211753+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:52.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:52 smithi052 bash[21498]: cluster 2024-05-06T02:42:51.211753+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:52.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:52 smithi172 bash[23789]: cluster 2024-05-06T02:42:51.211753+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:52.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:52 smithi172 bash[23789]: cluster 2024-05-06T02:42:51.211753+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:54.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:54 smithi155 bash[23100]: cluster 2024-05-06T02:42:53.212220+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:54.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:54 smithi155 bash[23100]: cluster 2024-05-06T02:42:53.212220+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:54.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:54 smithi052 bash[21498]: cluster 2024-05-06T02:42:53.212220+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:54.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:54 smithi052 bash[21498]: cluster 2024-05-06T02:42:53.212220+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:54.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:54 smithi172 bash[23789]: cluster 2024-05-06T02:42:53.212220+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:54.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:54 smithi172 bash[23789]: cluster 2024-05-06T02:42:53.212220+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:56.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:56 smithi155 bash[23100]: cluster 2024-05-06T02:42:55.212665+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:56.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:56 smithi155 bash[23100]: cluster 2024-05-06T02:42:55.212665+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:56.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:56 smithi052 bash[21498]: cluster 2024-05-06T02:42:55.212665+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:56.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:56 smithi052 bash[21498]: cluster 2024-05-06T02:42:55.212665+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:56.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:56 smithi172 bash[23789]: cluster 2024-05-06T02:42:55.212665+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:56.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:56 smithi172 bash[23789]: cluster 2024-05-06T02:42:55.212665+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:58.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:58 smithi155 bash[23100]: cluster 2024-05-06T02:42:57.213140+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:58.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:58 smithi155 bash[23100]: cluster 2024-05-06T02:42:57.213140+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:58.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:58 smithi155 bash[23100]: audit 2024-05-06T02:42:58.243543+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.155:0/1795635812' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]: dispatch 2024-05-06T02:42:58.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:58 smithi155 bash[23100]: audit 2024-05-06T02:42:58.243543+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.155:0/1795635812' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]: dispatch 2024-05-06T02:42:58.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:58 smithi155 bash[23100]: audit 2024-05-06T02:42:58.243742+0000 mon.a (mon.0) 374 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]: dispatch 2024-05-06T02:42:58.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:58 smithi155 bash[23100]: audit 2024-05-06T02:42:58.243742+0000 mon.a (mon.0) 374 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]: dispatch 2024-05-06T02:42:58.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:58 smithi155 bash[23100]: audit 2024-05-06T02:42:58.246994+0000 mon.a (mon.0) 375 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]': finished 2024-05-06T02:42:58.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:58 smithi155 bash[23100]: audit 2024-05-06T02:42:58.246994+0000 mon.a (mon.0) 375 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]': finished 2024-05-06T02:42:58.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:58 smithi155 bash[23100]: cluster 2024-05-06T02:42:58.252462+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T02:42:58.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:58 smithi155 bash[23100]: cluster 2024-05-06T02:42:58.252462+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T02:42:58.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:58 smithi155 bash[23100]: audit 2024-05-06T02:42:58.253243+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:42:58.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:58 smithi155 bash[23100]: audit 2024-05-06T02:42:58.253243+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:42:58.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:58 smithi052 bash[21498]: cluster 2024-05-06T02:42:57.213140+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:58.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:58 smithi052 bash[21498]: cluster 2024-05-06T02:42:57.213140+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:58.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:58 smithi052 bash[21498]: audit 2024-05-06T02:42:58.243543+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.155:0/1795635812' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]: dispatch 2024-05-06T02:42:58.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:58 smithi052 bash[21498]: audit 2024-05-06T02:42:58.243543+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.155:0/1795635812' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]: dispatch 2024-05-06T02:42:58.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:58 smithi052 bash[21498]: audit 2024-05-06T02:42:58.243742+0000 mon.a (mon.0) 374 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]: dispatch 2024-05-06T02:42:58.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:58 smithi052 bash[21498]: audit 2024-05-06T02:42:58.243742+0000 mon.a (mon.0) 374 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]: dispatch 2024-05-06T02:42:58.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:58 smithi052 bash[21498]: audit 2024-05-06T02:42:58.246994+0000 mon.a (mon.0) 375 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]': finished 2024-05-06T02:42:58.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:58 smithi052 bash[21498]: audit 2024-05-06T02:42:58.246994+0000 mon.a (mon.0) 375 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]': finished 2024-05-06T02:42:58.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:58 smithi052 bash[21498]: cluster 2024-05-06T02:42:58.252462+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T02:42:58.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:58 smithi052 bash[21498]: cluster 2024-05-06T02:42:58.252462+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T02:42:58.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:58 smithi052 bash[21498]: audit 2024-05-06T02:42:58.253243+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:42:58.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:58 smithi052 bash[21498]: audit 2024-05-06T02:42:58.253243+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:42:58.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:58 smithi172 bash[23789]: cluster 2024-05-06T02:42:57.213140+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:58.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:58 smithi172 bash[23789]: cluster 2024-05-06T02:42:57.213140+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:42:58.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:58 smithi172 bash[23789]: audit 2024-05-06T02:42:58.243543+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.155:0/1795635812' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]: dispatch 2024-05-06T02:42:58.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:58 smithi172 bash[23789]: audit 2024-05-06T02:42:58.243543+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.155:0/1795635812' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]: dispatch 2024-05-06T02:42:58.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:58 smithi172 bash[23789]: audit 2024-05-06T02:42:58.243742+0000 mon.a (mon.0) 374 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]: dispatch 2024-05-06T02:42:58.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:58 smithi172 bash[23789]: audit 2024-05-06T02:42:58.243742+0000 mon.a (mon.0) 374 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]: dispatch 2024-05-06T02:42:58.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:58 smithi172 bash[23789]: audit 2024-05-06T02:42:58.246994+0000 mon.a (mon.0) 375 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]': finished 2024-05-06T02:42:58.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:58 smithi172 bash[23789]: audit 2024-05-06T02:42:58.246994+0000 mon.a (mon.0) 375 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5923cd7-432e-497a-a563-52f7f54c83cd"}]': finished 2024-05-06T02:42:58.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:58 smithi172 bash[23789]: cluster 2024-05-06T02:42:58.252462+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T02:42:58.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:58 smithi172 bash[23789]: cluster 2024-05-06T02:42:58.252462+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-06T02:42:58.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:58 smithi172 bash[23789]: audit 2024-05-06T02:42:58.253243+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:42:58.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:58 smithi172 bash[23789]: audit 2024-05-06T02:42:58.253243+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:42:59.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:59 smithi155 bash[23100]: audit 2024-05-06T02:42:58.949116+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.155:0/1614198523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:42:59.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:42:59 smithi155 bash[23100]: audit 2024-05-06T02:42:58.949116+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.155:0/1614198523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:42:59.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:59 smithi052 bash[21498]: audit 2024-05-06T02:42:58.949116+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.155:0/1614198523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:42:59.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:42:59 smithi052 bash[21498]: audit 2024-05-06T02:42:58.949116+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.155:0/1614198523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:42:59.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:59 smithi172 bash[23789]: audit 2024-05-06T02:42:58.949116+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.155:0/1614198523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:42:59.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:42:59 smithi172 bash[23789]: audit 2024-05-06T02:42:58.949116+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.155:0/1614198523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:43:00.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:00 smithi155 bash[23100]: cluster 2024-05-06T02:42:59.213637+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:00.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:00 smithi155 bash[23100]: cluster 2024-05-06T02:42:59.213637+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:00.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:00 smithi052 bash[21498]: cluster 2024-05-06T02:42:59.213637+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:00.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:00 smithi052 bash[21498]: cluster 2024-05-06T02:42:59.213637+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:00.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:00 smithi172 bash[23789]: cluster 2024-05-06T02:42:59.213637+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:00.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:00 smithi172 bash[23789]: cluster 2024-05-06T02:42:59.213637+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:02.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:02 smithi155 bash[23100]: cluster 2024-05-06T02:43:01.214063+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:02.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:02 smithi155 bash[23100]: cluster 2024-05-06T02:43:01.214063+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:02 smithi052 bash[21498]: cluster 2024-05-06T02:43:01.214063+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:02 smithi052 bash[21498]: cluster 2024-05-06T02:43:01.214063+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:02.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:02 smithi172 bash[23789]: cluster 2024-05-06T02:43:01.214063+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:02.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:02 smithi172 bash[23789]: cluster 2024-05-06T02:43:01.214063+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:04 smithi155 bash[23100]: cluster 2024-05-06T02:43:03.214548+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:04 smithi155 bash[23100]: cluster 2024-05-06T02:43:03.214548+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:04 smithi052 bash[21498]: cluster 2024-05-06T02:43:03.214548+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:04 smithi052 bash[21498]: cluster 2024-05-06T02:43:03.214548+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:04.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:04 smithi172 bash[23789]: cluster 2024-05-06T02:43:03.214548+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:04.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:04 smithi172 bash[23789]: cluster 2024-05-06T02:43:03.214548+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:06.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:06 smithi155 bash[23100]: cluster 2024-05-06T02:43:05.215039+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:06.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:06 smithi155 bash[23100]: cluster 2024-05-06T02:43:05.215039+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:06.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:06 smithi052 bash[21498]: cluster 2024-05-06T02:43:05.215039+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:06.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:06 smithi052 bash[21498]: cluster 2024-05-06T02:43:05.215039+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:06.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:06 smithi172 bash[23789]: cluster 2024-05-06T02:43:05.215039+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:06.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:06 smithi172 bash[23789]: cluster 2024-05-06T02:43:05.215039+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:08.616 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:08 smithi155 bash[23100]: cluster 2024-05-06T02:43:07.215541+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:08.616 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:08 smithi155 bash[23100]: cluster 2024-05-06T02:43:07.215541+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:08.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:08 smithi052 bash[21498]: cluster 2024-05-06T02:43:07.215541+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:08.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:08 smithi052 bash[21498]: cluster 2024-05-06T02:43:07.215541+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:08.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:08 smithi172 bash[23789]: cluster 2024-05-06T02:43:07.215541+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:08.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:08 smithi172 bash[23789]: cluster 2024-05-06T02:43:07.215541+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:10.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:10 smithi155 bash[23100]: cluster 2024-05-06T02:43:09.215983+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:10.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:10 smithi155 bash[23100]: cluster 2024-05-06T02:43:09.215983+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:10.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:10 smithi052 bash[21498]: cluster 2024-05-06T02:43:09.215983+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:10.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:10 smithi052 bash[21498]: cluster 2024-05-06T02:43:09.215983+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:10.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:10 smithi172 bash[23789]: cluster 2024-05-06T02:43:09.215983+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:10.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:10 smithi172 bash[23789]: cluster 2024-05-06T02:43:09.215983+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:11.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:11 smithi155 bash[23100]: audit 2024-05-06T02:43:10.422136+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T02:43:11.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:11 smithi155 bash[23100]: audit 2024-05-06T02:43:10.422136+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T02:43:11.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:11 smithi155 bash[23100]: audit 2024-05-06T02:43:10.424020+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:11.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:11 smithi155 bash[23100]: audit 2024-05-06T02:43:10.424020+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:11.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:11 smithi155 bash[23100]: cephadm 2024-05-06T02:43:10.425535+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Deploying daemon osd.2 on smithi155 2024-05-06T02:43:11.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:11 smithi155 bash[23100]: cephadm 2024-05-06T02:43:10.425535+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Deploying daemon osd.2 on smithi155 2024-05-06T02:43:11.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:11 smithi052 bash[21498]: audit 2024-05-06T02:43:10.422136+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T02:43:11.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:11 smithi052 bash[21498]: audit 2024-05-06T02:43:10.422136+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T02:43:11.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:11 smithi052 bash[21498]: audit 2024-05-06T02:43:10.424020+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:11.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:11 smithi052 bash[21498]: audit 2024-05-06T02:43:10.424020+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:11.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:11 smithi052 bash[21498]: cephadm 2024-05-06T02:43:10.425535+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Deploying daemon osd.2 on smithi155 2024-05-06T02:43:11.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:11 smithi052 bash[21498]: cephadm 2024-05-06T02:43:10.425535+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Deploying daemon osd.2 on smithi155 2024-05-06T02:43:11.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:11 smithi172 bash[23789]: audit 2024-05-06T02:43:10.422136+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T02:43:11.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:11 smithi172 bash[23789]: audit 2024-05-06T02:43:10.422136+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T02:43:11.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:11 smithi172 bash[23789]: audit 2024-05-06T02:43:10.424020+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:11.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:11 smithi172 bash[23789]: audit 2024-05-06T02:43:10.424020+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:11.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:11 smithi172 bash[23789]: cephadm 2024-05-06T02:43:10.425535+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Deploying daemon osd.2 on smithi155 2024-05-06T02:43:11.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:11 smithi172 bash[23789]: cephadm 2024-05-06T02:43:10.425535+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Deploying daemon osd.2 on smithi155 2024-05-06T02:43:12.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:12 smithi155 bash[23100]: cluster 2024-05-06T02:43:11.216471+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:12.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:12 smithi155 bash[23100]: cluster 2024-05-06T02:43:11.216471+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:12.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:12 smithi052 bash[21498]: cluster 2024-05-06T02:43:11.216471+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:12.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:12 smithi052 bash[21498]: cluster 2024-05-06T02:43:11.216471+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:12.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:12 smithi172 bash[23789]: cluster 2024-05-06T02:43:11.216471+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:12.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:12 smithi172 bash[23789]: cluster 2024-05-06T02:43:11.216471+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:14.631 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:43:14 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:43:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:14 smithi155 bash[23100]: cluster 2024-05-06T02:43:13.216904+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:14 smithi155 bash[23100]: cluster 2024-05-06T02:43:13.216904+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:14.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:14 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:43:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:14 smithi052 bash[21498]: cluster 2024-05-06T02:43:13.216904+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:14 smithi052 bash[21498]: cluster 2024-05-06T02:43:13.216904+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:14.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:14 smithi172 bash[23789]: cluster 2024-05-06T02:43:13.216904+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:14.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:14 smithi172 bash[23789]: cluster 2024-05-06T02:43:13.216904+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:14.928 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:43:14 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:43:14.928 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:14 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:43:16.131 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:15 smithi155 bash[23100]: audit 2024-05-06T02:43:14.954835+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:16.131 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:15 smithi155 bash[23100]: audit 2024-05-06T02:43:14.954835+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:16.131 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:15 smithi155 bash[23100]: audit 2024-05-06T02:43:14.963388+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:16.131 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:15 smithi155 bash[23100]: audit 2024-05-06T02:43:14.963388+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:16.132 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:15 smithi155 bash[23100]: audit 2024-05-06T02:43:14.979333+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:43:16.132 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:15 smithi155 bash[23100]: audit 2024-05-06T02:43:14.979333+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:43:16.132 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:15 smithi155 bash[23100]: cluster 2024-05-06T02:43:15.217365+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:16.132 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:15 smithi155 bash[23100]: cluster 2024-05-06T02:43:15.217365+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:16.194 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:15 smithi172 bash[23789]: audit 2024-05-06T02:43:14.954835+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:16.194 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:15 smithi172 bash[23789]: audit 2024-05-06T02:43:14.954835+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:16.194 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:15 smithi172 bash[23789]: audit 2024-05-06T02:43:14.963388+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:16.194 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:15 smithi172 bash[23789]: audit 2024-05-06T02:43:14.963388+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:16.195 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:15 smithi172 bash[23789]: audit 2024-05-06T02:43:14.979333+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:43:16.195 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:15 smithi172 bash[23789]: audit 2024-05-06T02:43:14.979333+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:43:16.195 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:15 smithi172 bash[23789]: cluster 2024-05-06T02:43:15.217365+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:16.195 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:15 smithi172 bash[23789]: cluster 2024-05-06T02:43:15.217365+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:16.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:15 smithi052 bash[21498]: audit 2024-05-06T02:43:14.954835+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:16.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:15 smithi052 bash[21498]: audit 2024-05-06T02:43:14.954835+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:16.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:15 smithi052 bash[21498]: audit 2024-05-06T02:43:14.963388+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:16.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:15 smithi052 bash[21498]: audit 2024-05-06T02:43:14.963388+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:16.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:15 smithi052 bash[21498]: audit 2024-05-06T02:43:14.979333+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:43:16.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:15 smithi052 bash[21498]: audit 2024-05-06T02:43:14.979333+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:43:16.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:15 smithi052 bash[21498]: cluster 2024-05-06T02:43:15.217365+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:16.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:15 smithi052 bash[21498]: cluster 2024-05-06T02:43:15.217365+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:18.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:18 smithi155 bash[23100]: cluster 2024-05-06T02:43:17.217844+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:18.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:18 smithi155 bash[23100]: cluster 2024-05-06T02:43:17.217844+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:18.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:18 smithi052 bash[21498]: cluster 2024-05-06T02:43:17.217844+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:18.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:18 smithi052 bash[21498]: cluster 2024-05-06T02:43:17.217844+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:18.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:18 smithi172 bash[23789]: cluster 2024-05-06T02:43:17.217844+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:18.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:18 smithi172 bash[23789]: cluster 2024-05-06T02:43:17.217844+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:20.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:20 smithi155 bash[23100]: cluster 2024-05-06T02:43:19.218330+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:20.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:20 smithi155 bash[23100]: cluster 2024-05-06T02:43:19.218330+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:20.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:20 smithi052 bash[21498]: cluster 2024-05-06T02:43:19.218330+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:20.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:20 smithi052 bash[21498]: cluster 2024-05-06T02:43:19.218330+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:20.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:20 smithi172 bash[23789]: cluster 2024-05-06T02:43:19.218330+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:20.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:20 smithi172 bash[23789]: cluster 2024-05-06T02:43:19.218330+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:21.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:21 smithi155 bash[23100]: audit 2024-05-06T02:43:20.331043+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:21 smithi155 bash[23100]: audit 2024-05-06T02:43:20.331043+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:21 smithi155 bash[23100]: audit 2024-05-06T02:43:20.339696+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:21 smithi155 bash[23100]: audit 2024-05-06T02:43:20.339696+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:21 smithi155 bash[23100]: audit 2024-05-06T02:43:21.017651+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:21.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:21 smithi155 bash[23100]: audit 2024-05-06T02:43:21.017651+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:21.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:21 smithi155 bash[23100]: audit 2024-05-06T02:43:21.019796+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:43:21.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:21 smithi155 bash[23100]: audit 2024-05-06T02:43:21.019796+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:43:21.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:21 smithi155 bash[23100]: audit 2024-05-06T02:43:21.030338+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:21 smithi155 bash[23100]: audit 2024-05-06T02:43:21.030338+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:21 smithi155 bash[23100]: audit 2024-05-06T02:43:21.292640+0000 mon.a (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T02:43:21.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:21 smithi155 bash[23100]: audit 2024-05-06T02:43:21.292640+0000 mon.a (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T02:43:21.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:21 smithi155 bash[23100]: audit 2024-05-06T02:43:21.292829+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T02:43:21.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:21 smithi155 bash[23100]: audit 2024-05-06T02:43:21.292829+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T02:43:21.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:21 smithi052 bash[21498]: audit 2024-05-06T02:43:20.331043+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:21 smithi052 bash[21498]: audit 2024-05-06T02:43:20.331043+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:21 smithi052 bash[21498]: audit 2024-05-06T02:43:20.339696+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:21 smithi052 bash[21498]: audit 2024-05-06T02:43:20.339696+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:21 smithi052 bash[21498]: audit 2024-05-06T02:43:21.017651+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:21.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:21 smithi052 bash[21498]: audit 2024-05-06T02:43:21.017651+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:21.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:21 smithi052 bash[21498]: audit 2024-05-06T02:43:21.019796+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:43:21.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:21 smithi052 bash[21498]: audit 2024-05-06T02:43:21.019796+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:43:21.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:21 smithi052 bash[21498]: audit 2024-05-06T02:43:21.030338+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:21 smithi052 bash[21498]: audit 2024-05-06T02:43:21.030338+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:21 smithi052 bash[21498]: audit 2024-05-06T02:43:21.292640+0000 mon.a (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T02:43:21.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:21 smithi052 bash[21498]: audit 2024-05-06T02:43:21.292640+0000 mon.a (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T02:43:21.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:21 smithi052 bash[21498]: audit 2024-05-06T02:43:21.292829+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T02:43:21.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:21 smithi052 bash[21498]: audit 2024-05-06T02:43:21.292829+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T02:43:21.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:21 smithi172 bash[23789]: audit 2024-05-06T02:43:20.331043+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:21 smithi172 bash[23789]: audit 2024-05-06T02:43:20.331043+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:21 smithi172 bash[23789]: audit 2024-05-06T02:43:20.339696+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:21 smithi172 bash[23789]: audit 2024-05-06T02:43:20.339696+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:21 smithi172 bash[23789]: audit 2024-05-06T02:43:21.017651+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:21.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:21 smithi172 bash[23789]: audit 2024-05-06T02:43:21.017651+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:21.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:21 smithi172 bash[23789]: audit 2024-05-06T02:43:21.019796+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:43:21.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:21 smithi172 bash[23789]: audit 2024-05-06T02:43:21.019796+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:43:21.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:21 smithi172 bash[23789]: audit 2024-05-06T02:43:21.030338+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:21 smithi172 bash[23789]: audit 2024-05-06T02:43:21.030338+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:21.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:21 smithi172 bash[23789]: audit 2024-05-06T02:43:21.292640+0000 mon.a (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T02:43:21.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:21 smithi172 bash[23789]: audit 2024-05-06T02:43:21.292640+0000 mon.a (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T02:43:21.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:21 smithi172 bash[23789]: audit 2024-05-06T02:43:21.292829+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T02:43:21.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:21 smithi172 bash[23789]: audit 2024-05-06T02:43:21.292829+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T02:43:22.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:22 smithi155 bash[23100]: cluster 2024-05-06T02:43:21.218808+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:22.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:22 smithi155 bash[23100]: cluster 2024-05-06T02:43:21.218808+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:22.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:22 smithi155 bash[23100]: audit 2024-05-06T02:43:22.034502+0000 mon.a (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T02:43:22.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:22 smithi155 bash[23100]: audit 2024-05-06T02:43:22.034502+0000 mon.a (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T02:43:22.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:22 smithi155 bash[23100]: cluster 2024-05-06T02:43:22.039270+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T02:43:22.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:22 smithi155 bash[23100]: cluster 2024-05-06T02:43:22.039270+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T02:43:22.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:22 smithi155 bash[23100]: audit 2024-05-06T02:43:22.039757+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:22.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:22 smithi155 bash[23100]: audit 2024-05-06T02:43:22.039757+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:22.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:22 smithi155 bash[23100]: audit 2024-05-06T02:43:22.040992+0000 mon.a (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:43:22.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:22 smithi155 bash[23100]: audit 2024-05-06T02:43:22.040992+0000 mon.a (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:43:22.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:22 smithi155 bash[23100]: audit 2024-05-06T02:43:22.041058+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:43:22.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:22 smithi155 bash[23100]: audit 2024-05-06T02:43:22.041058+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:43:22.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:22 smithi052 bash[21498]: cluster 2024-05-06T02:43:21.218808+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:22.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:22 smithi052 bash[21498]: cluster 2024-05-06T02:43:21.218808+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:22.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:22 smithi052 bash[21498]: audit 2024-05-06T02:43:22.034502+0000 mon.a (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T02:43:22.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:22 smithi052 bash[21498]: audit 2024-05-06T02:43:22.034502+0000 mon.a (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T02:43:22.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:22 smithi052 bash[21498]: cluster 2024-05-06T02:43:22.039270+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T02:43:22.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:22 smithi052 bash[21498]: cluster 2024-05-06T02:43:22.039270+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T02:43:22.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:22 smithi052 bash[21498]: audit 2024-05-06T02:43:22.039757+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:22.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:22 smithi052 bash[21498]: audit 2024-05-06T02:43:22.039757+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:22.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:22 smithi052 bash[21498]: audit 2024-05-06T02:43:22.040992+0000 mon.a (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:43:22.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:22 smithi052 bash[21498]: audit 2024-05-06T02:43:22.040992+0000 mon.a (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:43:22.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:22 smithi052 bash[21498]: audit 2024-05-06T02:43:22.041058+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:43:22.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:22 smithi052 bash[21498]: audit 2024-05-06T02:43:22.041058+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:43:22.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:22 smithi172 bash[23789]: cluster 2024-05-06T02:43:21.218808+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:22.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:22 smithi172 bash[23789]: cluster 2024-05-06T02:43:21.218808+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:22.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:22 smithi172 bash[23789]: audit 2024-05-06T02:43:22.034502+0000 mon.a (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T02:43:22.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:22 smithi172 bash[23789]: audit 2024-05-06T02:43:22.034502+0000 mon.a (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T02:43:22.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:22 smithi172 bash[23789]: cluster 2024-05-06T02:43:22.039270+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T02:43:22.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:22 smithi172 bash[23789]: cluster 2024-05-06T02:43:22.039270+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-06T02:43:22.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:22 smithi172 bash[23789]: audit 2024-05-06T02:43:22.039757+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:22.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:22 smithi172 bash[23789]: audit 2024-05-06T02:43:22.039757+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:22.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:22 smithi172 bash[23789]: audit 2024-05-06T02:43:22.040992+0000 mon.a (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:43:22.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:22 smithi172 bash[23789]: audit 2024-05-06T02:43:22.040992+0000 mon.a (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:43:22.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:22 smithi172 bash[23789]: audit 2024-05-06T02:43:22.041058+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:43:22.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:22 smithi172 bash[23789]: audit 2024-05-06T02:43:22.041058+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:43:23.554 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 2 on host 'smithi155' 2024-05-06T02:43:24.096 DEBUG:teuthology.orchestra.run.smithi155:osd.2> sudo journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.2.service 2024-05-06T02:43:24.099 INFO:tasks.cephadm:Deploying osd.3 on smithi155 with /dev/vg_nvme/lv_3... 2024-05-06T02:43:24.100 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-06T02:43:24.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: audit 2024-05-06T02:43:23.037079+0000 mon.a (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-05-06T02:43:24.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: audit 2024-05-06T02:43:23.037079+0000 mon.a (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-05-06T02:43:24.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: cluster 2024-05-06T02:43:23.042630+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T02:43:24.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: cluster 2024-05-06T02:43:23.042630+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T02:43:24.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: audit 2024-05-06T02:43:23.043228+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:24.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: audit 2024-05-06T02:43:23.043228+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:24.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: audit 2024-05-06T02:43:23.050284+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:24.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: audit 2024-05-06T02:43:23.050284+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:24.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: cluster 2024-05-06T02:43:23.219276+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:24.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: cluster 2024-05-06T02:43:23.219276+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:24.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: audit 2024-05-06T02:43:23.550074+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:24.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: audit 2024-05-06T02:43:23.550074+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:24.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: audit 2024-05-06T02:43:23.553805+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:43:24.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: audit 2024-05-06T02:43:23.553805+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:43:24.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: audit 2024-05-06T02:43:23.559568+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:24.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: audit 2024-05-06T02:43:23.559568+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:24.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: audit 2024-05-06T02:43:23.566714+0000 mon.a (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-06T02:43:24.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:24 smithi155 bash[23100]: audit 2024-05-06T02:43:23.566714+0000 mon.a (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-06T02:43:24.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: audit 2024-05-06T02:43:23.037079+0000 mon.a (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-05-06T02:43:24.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: audit 2024-05-06T02:43:23.037079+0000 mon.a (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-05-06T02:43:24.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: cluster 2024-05-06T02:43:23.042630+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T02:43:24.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: cluster 2024-05-06T02:43:23.042630+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T02:43:24.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: audit 2024-05-06T02:43:23.043228+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:24.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: audit 2024-05-06T02:43:23.043228+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:24.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: audit 2024-05-06T02:43:23.050284+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:24.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: audit 2024-05-06T02:43:23.050284+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:24.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: cluster 2024-05-06T02:43:23.219276+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:24.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: cluster 2024-05-06T02:43:23.219276+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:24.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: audit 2024-05-06T02:43:23.550074+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:24.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: audit 2024-05-06T02:43:23.550074+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:24.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: audit 2024-05-06T02:43:23.553805+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:43:24.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: audit 2024-05-06T02:43:23.553805+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:43:24.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: audit 2024-05-06T02:43:23.559568+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:24.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: audit 2024-05-06T02:43:23.559568+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:24.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: audit 2024-05-06T02:43:23.566714+0000 mon.a (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-06T02:43:24.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:24 smithi052 bash[21498]: audit 2024-05-06T02:43:23.566714+0000 mon.a (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-06T02:43:24.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: audit 2024-05-06T02:43:23.037079+0000 mon.a (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-05-06T02:43:24.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: audit 2024-05-06T02:43:23.037079+0000 mon.a (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-05-06T02:43:24.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: cluster 2024-05-06T02:43:23.042630+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: cluster 2024-05-06T02:43:23.042630+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: audit 2024-05-06T02:43:23.043228+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: audit 2024-05-06T02:43:23.043228+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: audit 2024-05-06T02:43:23.050284+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: audit 2024-05-06T02:43:23.050284+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: cluster 2024-05-06T02:43:23.219276+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: cluster 2024-05-06T02:43:23.219276+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: audit 2024-05-06T02:43:23.550074+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: audit 2024-05-06T02:43:23.550074+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: audit 2024-05-06T02:43:23.553805+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: audit 2024-05-06T02:43:23.553805+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: audit 2024-05-06T02:43:23.559568+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: audit 2024-05-06T02:43:23.559568+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: audit 2024-05-06T02:43:23.566714+0000 mon.a (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-06T02:43:24.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:24 smithi172 bash[23789]: audit 2024-05-06T02:43:23.566714+0000 mon.a (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-06T02:43:25.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:25 smithi155 bash[23100]: cluster 2024-05-06T02:43:22.295761+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:43:25.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:25 smithi155 bash[23100]: cluster 2024-05-06T02:43:22.295761+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:43:25.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:25 smithi155 bash[23100]: cluster 2024-05-06T02:43:22.295878+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:43:25.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:25 smithi155 bash[23100]: cluster 2024-05-06T02:43:22.295878+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:43:25.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:25 smithi155 bash[23100]: audit 2024-05-06T02:43:24.052335+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:25.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:25 smithi155 bash[23100]: audit 2024-05-06T02:43:24.052335+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:25.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:25 smithi155 bash[23100]: cluster 2024-05-06T02:43:24.570096+0000 mon.a (mon.0) 402 : cluster [INF] osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816] boot 2024-05-06T02:43:25.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:25 smithi155 bash[23100]: cluster 2024-05-06T02:43:24.570096+0000 mon.a (mon.0) 402 : cluster [INF] osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816] boot 2024-05-06T02:43:25.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:25 smithi155 bash[23100]: cluster 2024-05-06T02:43:24.570157+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T02:43:25.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:25 smithi155 bash[23100]: cluster 2024-05-06T02:43:24.570157+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T02:43:25.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:25 smithi155 bash[23100]: audit 2024-05-06T02:43:24.571305+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:25.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:25 smithi155 bash[23100]: audit 2024-05-06T02:43:24.571305+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:25.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:25 smithi052 bash[21498]: cluster 2024-05-06T02:43:22.295761+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:43:25.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:25 smithi052 bash[21498]: cluster 2024-05-06T02:43:22.295761+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:43:25.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:25 smithi052 bash[21498]: cluster 2024-05-06T02:43:22.295878+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:43:25.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:25 smithi052 bash[21498]: cluster 2024-05-06T02:43:22.295878+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:43:25.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:25 smithi052 bash[21498]: audit 2024-05-06T02:43:24.052335+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:25.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:25 smithi052 bash[21498]: audit 2024-05-06T02:43:24.052335+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:25.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:25 smithi052 bash[21498]: cluster 2024-05-06T02:43:24.570096+0000 mon.a (mon.0) 402 : cluster [INF] osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816] boot 2024-05-06T02:43:25.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:25 smithi052 bash[21498]: cluster 2024-05-06T02:43:24.570096+0000 mon.a (mon.0) 402 : cluster [INF] osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816] boot 2024-05-06T02:43:25.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:25 smithi052 bash[21498]: cluster 2024-05-06T02:43:24.570157+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T02:43:25.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:25 smithi052 bash[21498]: cluster 2024-05-06T02:43:24.570157+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T02:43:25.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:25 smithi052 bash[21498]: audit 2024-05-06T02:43:24.571305+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:25.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:25 smithi052 bash[21498]: audit 2024-05-06T02:43:24.571305+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:25.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:25 smithi172 bash[23789]: cluster 2024-05-06T02:43:22.295761+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:43:25.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:25 smithi172 bash[23789]: cluster 2024-05-06T02:43:22.295761+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:43:25.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:25 smithi172 bash[23789]: cluster 2024-05-06T02:43:22.295878+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:43:25.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:25 smithi172 bash[23789]: cluster 2024-05-06T02:43:22.295878+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:43:25.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:25 smithi172 bash[23789]: audit 2024-05-06T02:43:24.052335+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:25.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:25 smithi172 bash[23789]: audit 2024-05-06T02:43:24.052335+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:25.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:25 smithi172 bash[23789]: cluster 2024-05-06T02:43:24.570096+0000 mon.a (mon.0) 402 : cluster [INF] osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816] boot 2024-05-06T02:43:25.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:25 smithi172 bash[23789]: cluster 2024-05-06T02:43:24.570096+0000 mon.a (mon.0) 402 : cluster [INF] osd.2 [v2:172.21.15.155:6800/5133816,v1:172.21.15.155:6801/5133816] boot 2024-05-06T02:43:25.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:25 smithi172 bash[23789]: cluster 2024-05-06T02:43:24.570157+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T02:43:25.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:25 smithi172 bash[23789]: cluster 2024-05-06T02:43:24.570157+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-06T02:43:25.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:25 smithi172 bash[23789]: audit 2024-05-06T02:43:24.571305+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:25.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:25 smithi172 bash[23789]: audit 2024-05-06T02:43:24.571305+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T02:43:26.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:26 smithi155 bash[23100]: cluster 2024-05-06T02:43:25.219782+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:26.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:26 smithi155 bash[23100]: cluster 2024-05-06T02:43:25.219782+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:26.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:26 smithi155 bash[23100]: audit 2024-05-06T02:43:25.419944+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' 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-06T02:43:26.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:26 smithi155 bash[23100]: audit 2024-05-06T02:43:25.419944+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' 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-06T02:43:26.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:26 smithi052 bash[21498]: cluster 2024-05-06T02:43:25.219782+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:26.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:26 smithi052 bash[21498]: cluster 2024-05-06T02:43:25.219782+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:26.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:26 smithi052 bash[21498]: audit 2024-05-06T02:43:25.419944+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' 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-06T02:43:26.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:26 smithi052 bash[21498]: audit 2024-05-06T02:43:25.419944+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' 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-06T02:43:26.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:26 smithi172 bash[23789]: cluster 2024-05-06T02:43:25.219782+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:26.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:26 smithi172 bash[23789]: cluster 2024-05-06T02:43:25.219782+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:26.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:26 smithi172 bash[23789]: audit 2024-05-06T02:43:25.419944+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' 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-06T02:43:26.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:26 smithi172 bash[23789]: audit 2024-05-06T02:43:25.419944+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' 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-06T02:43:27.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:27 smithi155 bash[23100]: audit 2024-05-06T02:43:26.057026+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' 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-06T02:43:27.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:27 smithi155 bash[23100]: audit 2024-05-06T02:43:26.057026+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' 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-06T02:43:27.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:27 smithi155 bash[23100]: cluster 2024-05-06T02:43:26.063601+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T02:43:27.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:27 smithi155 bash[23100]: cluster 2024-05-06T02:43:26.063601+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T02:43:27.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:27 smithi155 bash[23100]: audit 2024-05-06T02:43:26.065737+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T02:43:27.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:27 smithi155 bash[23100]: audit 2024-05-06T02:43:26.065737+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T02:43:27.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:27 smithi052 bash[21498]: audit 2024-05-06T02:43:26.057026+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' 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-06T02:43:27.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:27 smithi052 bash[21498]: audit 2024-05-06T02:43:26.057026+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' 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-06T02:43:27.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:27 smithi052 bash[21498]: cluster 2024-05-06T02:43:26.063601+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T02:43:27.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:27 smithi052 bash[21498]: cluster 2024-05-06T02:43:26.063601+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T02:43:27.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:27 smithi052 bash[21498]: audit 2024-05-06T02:43:26.065737+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T02:43:27.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:27 smithi052 bash[21498]: audit 2024-05-06T02:43:26.065737+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T02:43:27.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:27 smithi172 bash[23789]: audit 2024-05-06T02:43:26.057026+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' 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-06T02:43:27.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:27 smithi172 bash[23789]: audit 2024-05-06T02:43:26.057026+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' 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-06T02:43:27.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:27 smithi172 bash[23789]: cluster 2024-05-06T02:43:26.063601+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T02:43:27.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:27 smithi172 bash[23789]: cluster 2024-05-06T02:43:26.063601+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-06T02:43:27.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:27 smithi172 bash[23789]: audit 2024-05-06T02:43:26.065737+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T02:43:27.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:27 smithi172 bash[23789]: audit 2024-05-06T02:43:26.065737+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T02:43:28.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:28 smithi155 bash[23100]: audit 2024-05-06T02:43:27.059561+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T02:43:28.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:28 smithi155 bash[23100]: audit 2024-05-06T02:43:27.059561+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T02:43:28.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:28 smithi155 bash[23100]: cluster 2024-05-06T02:43:27.065519+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T02:43:28.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:28 smithi155 bash[23100]: cluster 2024-05-06T02:43:27.065519+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T02:43:28.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:28 smithi155 bash[23100]: cluster 2024-05-06T02:43:27.220289+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:28.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:28 smithi155 bash[23100]: cluster 2024-05-06T02:43:27.220289+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:28.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:28 smithi155 bash[23100]: audit 2024-05-06T02:43:28.011861+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:28.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:28 smithi155 bash[23100]: audit 2024-05-06T02:43:28.011861+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:28.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:28 smithi052 bash[21498]: audit 2024-05-06T02:43:27.059561+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T02:43:28.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:28 smithi052 bash[21498]: audit 2024-05-06T02:43:27.059561+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T02:43:28.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:28 smithi052 bash[21498]: cluster 2024-05-06T02:43:27.065519+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T02:43:28.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:28 smithi052 bash[21498]: cluster 2024-05-06T02:43:27.065519+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T02:43:28.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:28 smithi052 bash[21498]: cluster 2024-05-06T02:43:27.220289+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:28.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:28 smithi052 bash[21498]: cluster 2024-05-06T02:43:27.220289+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:28.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:28 smithi052 bash[21498]: audit 2024-05-06T02:43:28.011861+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:28.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:28 smithi052 bash[21498]: audit 2024-05-06T02:43:28.011861+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:28.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:28 smithi172 bash[23789]: audit 2024-05-06T02:43:27.059561+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T02:43:28.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:28 smithi172 bash[23789]: audit 2024-05-06T02:43:27.059561+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T02:43:28.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:28 smithi172 bash[23789]: cluster 2024-05-06T02:43:27.065519+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T02:43:28.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:28 smithi172 bash[23789]: cluster 2024-05-06T02:43:27.065519+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-06T02:43:28.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:28 smithi172 bash[23789]: cluster 2024-05-06T02:43:27.220289+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:28.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:28 smithi172 bash[23789]: cluster 2024-05-06T02:43:27.220289+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:28.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:28 smithi172 bash[23789]: audit 2024-05-06T02:43:28.011861+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:28.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:28 smithi172 bash[23789]: audit 2024-05-06T02:43:28.011861+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:28.478 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T02:43:29.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: cluster 2024-05-06T02:43:28.079787+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T02:43:29.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: cluster 2024-05-06T02:43:28.079787+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T02:43:29.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.155838+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:29.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.155838+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:29.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.158759+0000 mon.a (mon.0) 414 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.158759+0000 mon.a (mon.0) 414 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.210297+0000 mon.a (mon.0) 415 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.382 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.210297+0000 mon.a (mon.0) 415 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.211127+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.211127+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.211425+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.211425+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.211630+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.211630+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.214369+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.214369+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.214570+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.214570+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.214816+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.383 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.214816+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.215042+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.215042+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.267932+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.267932+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.318777+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:29.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.318777+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:29.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.322102+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.322102+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.322688+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.322688+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.322731+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.322731+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.323192+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.384 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.323192+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.385 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.373690+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.385 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:29 smithi155 bash[23100]: audit 2024-05-06T02:43:28.373690+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: cluster 2024-05-06T02:43:28.079787+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T02:43:29.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: cluster 2024-05-06T02:43:28.079787+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T02:43:29.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.155838+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:29.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.155838+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:29.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.158759+0000 mon.a (mon.0) 414 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.158759+0000 mon.a (mon.0) 414 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.210297+0000 mon.a (mon.0) 415 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.210297+0000 mon.a (mon.0) 415 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.211127+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.211127+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.211425+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.211425+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.211630+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.211630+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.387 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.214369+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.214369+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.214570+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.214570+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.214816+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.214816+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.215042+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.215042+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.267932+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.388 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.267932+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.318777+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:29.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.318777+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:29.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.322102+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.322102+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.322688+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.322688+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.322731+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.322731+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.323192+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.323192+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.373690+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.389 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:29 smithi052 bash[21498]: audit 2024-05-06T02:43:28.373690+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: cluster 2024-05-06T02:43:28.079787+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T02:43:29.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: cluster 2024-05-06T02:43:28.079787+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-06T02:43:29.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.155838+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:29.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.155838+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:29.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.158759+0000 mon.a (mon.0) 414 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.158759+0000 mon.a (mon.0) 414 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.210297+0000 mon.a (mon.0) 415 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.210297+0000 mon.a (mon.0) 415 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.211127+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.211127+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.211425+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.211425+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.211630+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.211630+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.214369+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.214369+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.214570+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.214570+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.214816+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.445 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.214816+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.215042+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.215042+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.267932+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.267932+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.318777+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:29.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.318777+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:29.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.322102+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.322102+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:43:29.446 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.322688+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.322688+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:43:29.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.322731+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.322731+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T02:43:29.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.323192+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.323192+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T02:43:29.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.373690+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:29.447 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:29 smithi172 bash[23789]: audit 2024-05-06T02:43:28.373690+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T02:43:30.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:30 smithi155 bash[23100]: cluster 2024-05-06T02:43:29.220807+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:30.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:30 smithi155 bash[23100]: cluster 2024-05-06T02:43:29.220807+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:30.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:30 smithi052 bash[21498]: cluster 2024-05-06T02:43:29.220807+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:30.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:30 smithi052 bash[21498]: cluster 2024-05-06T02:43:29.220807+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:30.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:30 smithi172 bash[23789]: cluster 2024-05-06T02:43:29.220807+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:30.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:30 smithi172 bash[23789]: cluster 2024-05-06T02:43:29.220807+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:31.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:31 smithi155 bash[23100]: cluster 2024-05-06T02:43:30.105796+0000 mon.a (mon.0) 426 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-06T02:43:31.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:31 smithi155 bash[23100]: cluster 2024-05-06T02:43:30.105796+0000 mon.a (mon.0) 426 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-06T02:43:31.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:31 smithi052 bash[21498]: cluster 2024-05-06T02:43:30.105796+0000 mon.a (mon.0) 426 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-06T02:43:31.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:31 smithi052 bash[21498]: cluster 2024-05-06T02:43:30.105796+0000 mon.a (mon.0) 426 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-06T02:43:31.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:31 smithi172 bash[23789]: cluster 2024-05-06T02:43:30.105796+0000 mon.a (mon.0) 426 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-06T02:43:31.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:31 smithi172 bash[23789]: cluster 2024-05-06T02:43:30.105796+0000 mon.a (mon.0) 426 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-06T02:43:32.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:32 smithi155 bash[23100]: cluster 2024-05-06T02:43:31.221362+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:32.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:32 smithi155 bash[23100]: cluster 2024-05-06T02:43:31.221362+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:32.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:32 smithi052 bash[21498]: cluster 2024-05-06T02:43:31.221362+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:32.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:32 smithi052 bash[21498]: cluster 2024-05-06T02:43:31.221362+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:32.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:32 smithi172 bash[23789]: cluster 2024-05-06T02:43:31.221362+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:32.444 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:32 smithi172 bash[23789]: cluster 2024-05-06T02:43:31.221362+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:32.464 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-06T02:43:32.464 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-06T02:43:32.464 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2024-05-06T02:43:32.464 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2024-05-06T02:43:32.464 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0133601 s, 785 MB/s 2024-05-06T02:43:32.464 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2024-05-06T02:43:33.288 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi155:vg_nvme/lv_3 2024-05-06T02:43:34.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: cluster 2024-05-06T02:43:33.221889+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:34.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: cluster 2024-05-06T02:43:33.221889+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: audit 2024-05-06T02:43:33.665204+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: audit 2024-05-06T02:43:33.665204+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: audit 2024-05-06T02:43:33.674077+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: audit 2024-05-06T02:43:33.674077+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: audit 2024-05-06T02:43:33.676323+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:43:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: audit 2024-05-06T02:43:33.676323+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:43:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: audit 2024-05-06T02:43:33.683817+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: audit 2024-05-06T02:43:33.683817+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: audit 2024-05-06T02:43:33.688130+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: audit 2024-05-06T02:43:33.688130+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: audit 2024-05-06T02:43:33.689932+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:43:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: audit 2024-05-06T02:43:33.689932+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:43:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: audit 2024-05-06T02:43:33.699419+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:34 smithi155 bash[23100]: audit 2024-05-06T02:43:33.699419+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: cluster 2024-05-06T02:43:33.221889+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:34.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: cluster 2024-05-06T02:43:33.221889+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:34.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: audit 2024-05-06T02:43:33.665204+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: audit 2024-05-06T02:43:33.665204+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: audit 2024-05-06T02:43:33.674077+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: audit 2024-05-06T02:43:33.674077+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: audit 2024-05-06T02:43:33.676323+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:43:34.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: audit 2024-05-06T02:43:33.676323+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:43:34.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: audit 2024-05-06T02:43:33.683817+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: audit 2024-05-06T02:43:33.683817+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: audit 2024-05-06T02:43:33.688130+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:34.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: audit 2024-05-06T02:43:33.688130+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:34.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: audit 2024-05-06T02:43:33.689932+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:43:34.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: audit 2024-05-06T02:43:33.689932+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:43:34.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: audit 2024-05-06T02:43:33.699419+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:34 smithi052 bash[21498]: audit 2024-05-06T02:43:33.699419+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: cluster 2024-05-06T02:43:33.221889+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:34.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: cluster 2024-05-06T02:43:33.221889+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:34.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: audit 2024-05-06T02:43:33.665204+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: audit 2024-05-06T02:43:33.665204+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: audit 2024-05-06T02:43:33.674077+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: audit 2024-05-06T02:43:33.674077+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: audit 2024-05-06T02:43:33.676323+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:43:34.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: audit 2024-05-06T02:43:33.676323+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:43:34.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: audit 2024-05-06T02:43:33.683817+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: audit 2024-05-06T02:43:33.683817+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: audit 2024-05-06T02:43:33.688130+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:34.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: audit 2024-05-06T02:43:33.688130+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:34.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: audit 2024-05-06T02:43:33.689932+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:43:34.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: audit 2024-05-06T02:43:33.689932+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:43:34.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: audit 2024-05-06T02:43:33.699419+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:34.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:34 smithi172 bash[23789]: audit 2024-05-06T02:43:33.699419+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:43:35.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:35 smithi155 bash[23100]: cephadm 2024-05-06T02:43:33.656890+0000 mgr.a (mgr.14152) 191 : cephadm [INF] Detected new or changed devices on smithi155 2024-05-06T02:43:35.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:35 smithi155 bash[23100]: cephadm 2024-05-06T02:43:33.656890+0000 mgr.a (mgr.14152) 191 : cephadm [INF] Detected new or changed devices on smithi155 2024-05-06T02:43:35.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:35 smithi155 bash[23100]: cephadm 2024-05-06T02:43:33.677684+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 17265M 2024-05-06T02:43:35.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:35 smithi155 bash[23100]: cephadm 2024-05-06T02:43:33.677684+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 17265M 2024-05-06T02:43:35.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:35 smithi052 bash[21498]: cephadm 2024-05-06T02:43:33.656890+0000 mgr.a (mgr.14152) 191 : cephadm [INF] Detected new or changed devices on smithi155 2024-05-06T02:43:35.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:35 smithi052 bash[21498]: cephadm 2024-05-06T02:43:33.656890+0000 mgr.a (mgr.14152) 191 : cephadm [INF] Detected new or changed devices on smithi155 2024-05-06T02:43:35.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:35 smithi052 bash[21498]: cephadm 2024-05-06T02:43:33.677684+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 17265M 2024-05-06T02:43:35.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:35 smithi052 bash[21498]: cephadm 2024-05-06T02:43:33.677684+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 17265M 2024-05-06T02:43:35.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:35 smithi172 bash[23789]: cephadm 2024-05-06T02:43:33.656890+0000 mgr.a (mgr.14152) 191 : cephadm [INF] Detected new or changed devices on smithi155 2024-05-06T02:43:35.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:35 smithi172 bash[23789]: cephadm 2024-05-06T02:43:33.656890+0000 mgr.a (mgr.14152) 191 : cephadm [INF] Detected new or changed devices on smithi155 2024-05-06T02:43:35.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:35 smithi172 bash[23789]: cephadm 2024-05-06T02:43:33.677684+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 17265M 2024-05-06T02:43:35.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:35 smithi172 bash[23789]: cephadm 2024-05-06T02:43:33.677684+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 17265M 2024-05-06T02:43:36.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:36 smithi155 bash[23100]: cluster 2024-05-06T02:43:35.222465+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:36.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:36 smithi155 bash[23100]: cluster 2024-05-06T02:43:35.222465+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:36.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:36 smithi052 bash[21498]: cluster 2024-05-06T02:43:35.222465+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:36.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:36 smithi052 bash[21498]: cluster 2024-05-06T02:43:35.222465+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:36.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:36 smithi172 bash[23789]: cluster 2024-05-06T02:43:35.222465+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:36.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:36 smithi172 bash[23789]: cluster 2024-05-06T02:43:35.222465+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:37.996 INFO:teuthology.orchestra.run.smithi155.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T02:43:38.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:38 smithi155 bash[23100]: cluster 2024-05-06T02:43:37.222980+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:38.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:38 smithi155 bash[23100]: cluster 2024-05-06T02:43:37.222980+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:38.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:38 smithi052 bash[21498]: cluster 2024-05-06T02:43:37.222980+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:38.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:38 smithi052 bash[21498]: cluster 2024-05-06T02:43:37.222980+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:38.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:38 smithi172 bash[23789]: cluster 2024-05-06T02:43:37.222980+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:38.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:38 smithi172 bash[23789]: cluster 2024-05-06T02:43:37.222980+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:40.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:40 smithi155 bash[23100]: cluster 2024-05-06T02:43:39.223498+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:40.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:40 smithi155 bash[23100]: cluster 2024-05-06T02:43:39.223498+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:40.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:40 smithi052 bash[21498]: cluster 2024-05-06T02:43:39.223498+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:40.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:40 smithi052 bash[21498]: cluster 2024-05-06T02:43:39.223498+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:40.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:40 smithi172 bash[23789]: cluster 2024-05-06T02:43:39.223498+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:40.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:40 smithi172 bash[23789]: cluster 2024-05-06T02:43:39.223498+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:41.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:41 smithi155 bash[23100]: audit 2024-05-06T02:43:40.716707+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:43:41.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:41 smithi155 bash[23100]: audit 2024-05-06T02:43:40.716707+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:43:41.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:41 smithi155 bash[23100]: audit 2024-05-06T02:43:40.723166+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:43:41.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:41 smithi155 bash[23100]: audit 2024-05-06T02:43:40.723166+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:43:41.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:41 smithi155 bash[23100]: audit 2024-05-06T02:43:40.724912+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:41.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:41 smithi155 bash[23100]: audit 2024-05-06T02:43:40.724912+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:41.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:41 smithi052 bash[21498]: audit 2024-05-06T02:43:40.716707+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:43:41.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:41 smithi052 bash[21498]: audit 2024-05-06T02:43:40.716707+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:43:41.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:41 smithi052 bash[21498]: audit 2024-05-06T02:43:40.723166+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:43:41.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:41 smithi052 bash[21498]: audit 2024-05-06T02:43:40.723166+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:43:41.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:41 smithi052 bash[21498]: audit 2024-05-06T02:43:40.724912+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:41.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:41 smithi052 bash[21498]: audit 2024-05-06T02:43:40.724912+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:41.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:41 smithi172 bash[23789]: audit 2024-05-06T02:43:40.716707+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:43:41.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:41 smithi172 bash[23789]: audit 2024-05-06T02:43:40.716707+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:43:41.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:41 smithi172 bash[23789]: audit 2024-05-06T02:43:40.723166+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:43:41.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:41 smithi172 bash[23789]: audit 2024-05-06T02:43:40.723166+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:43:41.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:41 smithi172 bash[23789]: audit 2024-05-06T02:43:40.724912+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:41.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:41 smithi172 bash[23789]: audit 2024-05-06T02:43:40.724912+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:43:42.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:42 smithi155 bash[23100]: audit 2024-05-06T02:43:40.709519+0000 mgr.a (mgr.14152) 196 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:43:42.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:42 smithi155 bash[23100]: audit 2024-05-06T02:43:40.709519+0000 mgr.a (mgr.14152) 196 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:43:42.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:42 smithi155 bash[23100]: cluster 2024-05-06T02:43:41.224045+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:42.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:42 smithi155 bash[23100]: cluster 2024-05-06T02:43:41.224045+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:42 smithi052 bash[21498]: audit 2024-05-06T02:43:40.709519+0000 mgr.a (mgr.14152) 196 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:43:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:42 smithi052 bash[21498]: audit 2024-05-06T02:43:40.709519+0000 mgr.a (mgr.14152) 196 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:43:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:42 smithi052 bash[21498]: cluster 2024-05-06T02:43:41.224045+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:42 smithi052 bash[21498]: cluster 2024-05-06T02:43:41.224045+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:42.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:42 smithi172 bash[23789]: audit 2024-05-06T02:43:40.709519+0000 mgr.a (mgr.14152) 196 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:43:42.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:42 smithi172 bash[23789]: audit 2024-05-06T02:43:40.709519+0000 mgr.a (mgr.14152) 196 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:43:42.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:42 smithi172 bash[23789]: cluster 2024-05-06T02:43:41.224045+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:42.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:42 smithi172 bash[23789]: cluster 2024-05-06T02:43:41.224045+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:44.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:44 smithi155 bash[23100]: cluster 2024-05-06T02:43:43.224606+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:44.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:44 smithi155 bash[23100]: cluster 2024-05-06T02:43:43.224606+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:44.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:44 smithi052 bash[21498]: cluster 2024-05-06T02:43:43.224606+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:44.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:44 smithi052 bash[21498]: cluster 2024-05-06T02:43:43.224606+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:44.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:44 smithi172 bash[23789]: cluster 2024-05-06T02:43:43.224606+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:44.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:44 smithi172 bash[23789]: cluster 2024-05-06T02:43:43.224606+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:46.569 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:46 smithi155 bash[23100]: cluster 2024-05-06T02:43:45.225136+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:46.569 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:46 smithi155 bash[23100]: cluster 2024-05-06T02:43:45.225136+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:46.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:46 smithi052 bash[21498]: cluster 2024-05-06T02:43:45.225136+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:46.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:46 smithi052 bash[21498]: cluster 2024-05-06T02:43:45.225136+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:46.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:46 smithi172 bash[23789]: cluster 2024-05-06T02:43:45.225136+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:46.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:46 smithi172 bash[23789]: cluster 2024-05-06T02:43:45.225136+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:48.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:48 smithi155 bash[23100]: cluster 2024-05-06T02:43:47.225684+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:48.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:48 smithi155 bash[23100]: cluster 2024-05-06T02:43:47.225684+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:48.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:48 smithi052 bash[21498]: cluster 2024-05-06T02:43:47.225684+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:48.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:48 smithi052 bash[21498]: cluster 2024-05-06T02:43:47.225684+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:48.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:48 smithi172 bash[23789]: cluster 2024-05-06T02:43:47.225684+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:48.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:48 smithi172 bash[23789]: cluster 2024-05-06T02:43:47.225684+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:49.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:49 smithi155 bash[23100]: audit 2024-05-06T02:43:48.921260+0000 mon.a (mon.0) 437 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]: dispatch 2024-05-06T02:43:49.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:49 smithi155 bash[23100]: audit 2024-05-06T02:43:48.921260+0000 mon.a (mon.0) 437 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]: dispatch 2024-05-06T02:43:49.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:49 smithi155 bash[23100]: audit 2024-05-06T02:43:48.921317+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.155:0/4093431522' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]: dispatch 2024-05-06T02:43:49.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:49 smithi155 bash[23100]: audit 2024-05-06T02:43:48.921317+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.155:0/4093431522' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]: dispatch 2024-05-06T02:43:49.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:49 smithi155 bash[23100]: audit 2024-05-06T02:43:48.924766+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]': finished 2024-05-06T02:43:49.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:49 smithi155 bash[23100]: audit 2024-05-06T02:43:48.924766+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]': finished 2024-05-06T02:43:49.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:49 smithi155 bash[23100]: cluster 2024-05-06T02:43:48.930009+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-05-06T02:43:49.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:49 smithi155 bash[23100]: cluster 2024-05-06T02:43:48.930009+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-05-06T02:43:49.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:49 smithi155 bash[23100]: audit 2024-05-06T02:43:48.930473+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:43:49.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:49 smithi155 bash[23100]: audit 2024-05-06T02:43:48.930473+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:43:49.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:49 smithi052 bash[21498]: audit 2024-05-06T02:43:48.921260+0000 mon.a (mon.0) 437 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]: dispatch 2024-05-06T02:43:49.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:49 smithi052 bash[21498]: audit 2024-05-06T02:43:48.921260+0000 mon.a (mon.0) 437 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]: dispatch 2024-05-06T02:43:49.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:49 smithi052 bash[21498]: audit 2024-05-06T02:43:48.921317+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.155:0/4093431522' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]: dispatch 2024-05-06T02:43:49.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:49 smithi052 bash[21498]: audit 2024-05-06T02:43:48.921317+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.155:0/4093431522' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]: dispatch 2024-05-06T02:43:49.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:49 smithi052 bash[21498]: audit 2024-05-06T02:43:48.924766+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]': finished 2024-05-06T02:43:49.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:49 smithi052 bash[21498]: audit 2024-05-06T02:43:48.924766+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]': finished 2024-05-06T02:43:49.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:49 smithi052 bash[21498]: cluster 2024-05-06T02:43:48.930009+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-05-06T02:43:49.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:49 smithi052 bash[21498]: cluster 2024-05-06T02:43:48.930009+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-05-06T02:43:49.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:49 smithi052 bash[21498]: audit 2024-05-06T02:43:48.930473+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:43:49.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:49 smithi052 bash[21498]: audit 2024-05-06T02:43:48.930473+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:43:49.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:49 smithi172 bash[23789]: audit 2024-05-06T02:43:48.921260+0000 mon.a (mon.0) 437 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]: dispatch 2024-05-06T02:43:49.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:49 smithi172 bash[23789]: audit 2024-05-06T02:43:48.921260+0000 mon.a (mon.0) 437 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]: dispatch 2024-05-06T02:43:49.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:49 smithi172 bash[23789]: audit 2024-05-06T02:43:48.921317+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.155:0/4093431522' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]: dispatch 2024-05-06T02:43:49.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:49 smithi172 bash[23789]: audit 2024-05-06T02:43:48.921317+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.155:0/4093431522' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]: dispatch 2024-05-06T02:43:49.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:49 smithi172 bash[23789]: audit 2024-05-06T02:43:48.924766+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]': finished 2024-05-06T02:43:49.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:49 smithi172 bash[23789]: audit 2024-05-06T02:43:48.924766+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7670a729-577d-4d3c-8215-617a9b950794"}]': finished 2024-05-06T02:43:49.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:49 smithi172 bash[23789]: cluster 2024-05-06T02:43:48.930009+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-05-06T02:43:49.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:49 smithi172 bash[23789]: cluster 2024-05-06T02:43:48.930009+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-05-06T02:43:49.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:49 smithi172 bash[23789]: audit 2024-05-06T02:43:48.930473+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:43:49.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:49 smithi172 bash[23789]: audit 2024-05-06T02:43:48.930473+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:43:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:50 smithi155 bash[23100]: cluster 2024-05-06T02:43:49.226218+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:50.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:50 smithi155 bash[23100]: cluster 2024-05-06T02:43:49.226218+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:50.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:50 smithi155 bash[23100]: audit 2024-05-06T02:43:49.705586+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.155:0/488453281' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:43:50.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:50 smithi155 bash[23100]: audit 2024-05-06T02:43:49.705586+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.155:0/488453281' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:43:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:50 smithi052 bash[21498]: cluster 2024-05-06T02:43:49.226218+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:50 smithi052 bash[21498]: cluster 2024-05-06T02:43:49.226218+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:50 smithi052 bash[21498]: audit 2024-05-06T02:43:49.705586+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.155:0/488453281' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:43:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:50 smithi052 bash[21498]: audit 2024-05-06T02:43:49.705586+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.155:0/488453281' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:43:50.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:50 smithi172 bash[23789]: cluster 2024-05-06T02:43:49.226218+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:50.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:50 smithi172 bash[23789]: cluster 2024-05-06T02:43:49.226218+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:50.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:50 smithi172 bash[23789]: audit 2024-05-06T02:43:49.705586+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.155:0/488453281' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:43:50.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:50 smithi172 bash[23789]: audit 2024-05-06T02:43:49.705586+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.155:0/488453281' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:43:52.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:52 smithi155 bash[23100]: cluster 2024-05-06T02:43:51.226793+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:52.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:52 smithi155 bash[23100]: cluster 2024-05-06T02:43:51.226793+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:52.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:52 smithi052 bash[21498]: cluster 2024-05-06T02:43:51.226793+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:52.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:52 smithi052 bash[21498]: cluster 2024-05-06T02:43:51.226793+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:52.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:52 smithi172 bash[23789]: cluster 2024-05-06T02:43:51.226793+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:52.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:52 smithi172 bash[23789]: cluster 2024-05-06T02:43:51.226793+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:54.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:54 smithi155 bash[23100]: cluster 2024-05-06T02:43:53.227332+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:54.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:54 smithi155 bash[23100]: cluster 2024-05-06T02:43:53.227332+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:54.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:54 smithi052 bash[21498]: cluster 2024-05-06T02:43:53.227332+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:54.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:54 smithi052 bash[21498]: cluster 2024-05-06T02:43:53.227332+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:54.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:54 smithi172 bash[23789]: cluster 2024-05-06T02:43:53.227332+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:54.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:54 smithi172 bash[23789]: cluster 2024-05-06T02:43:53.227332+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:56 smithi155 bash[23100]: cluster 2024-05-06T02:43:55.227839+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:56.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:56 smithi155 bash[23100]: cluster 2024-05-06T02:43:55.227839+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:56.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:56 smithi052 bash[21498]: cluster 2024-05-06T02:43:55.227839+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:56.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:56 smithi052 bash[21498]: cluster 2024-05-06T02:43:55.227839+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:56.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:56 smithi172 bash[23789]: cluster 2024-05-06T02:43:55.227839+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:56.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:56 smithi172 bash[23789]: cluster 2024-05-06T02:43:55.227839+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:58.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:58 smithi155 bash[23100]: cluster 2024-05-06T02:43:57.228325+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:58.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:43:58 smithi155 bash[23100]: cluster 2024-05-06T02:43:57.228325+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:58.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:58 smithi052 bash[21498]: cluster 2024-05-06T02:43:57.228325+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:58.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:43:58 smithi052 bash[21498]: cluster 2024-05-06T02:43:57.228325+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:58.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:58 smithi172 bash[23789]: cluster 2024-05-06T02:43:57.228325+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:43:58.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:43:58 smithi172 bash[23789]: cluster 2024-05-06T02:43:57.228325+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:00.380 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:00 smithi155 bash[23100]: cluster 2024-05-06T02:43:59.228901+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:00.380 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:00 smithi155 bash[23100]: cluster 2024-05-06T02:43:59.228901+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:00.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:00 smithi052 bash[21498]: cluster 2024-05-06T02:43:59.228901+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:00.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:00 smithi052 bash[21498]: cluster 2024-05-06T02:43:59.228901+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:00.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:00 smithi172 bash[23789]: cluster 2024-05-06T02:43:59.228901+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:00.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:00 smithi172 bash[23789]: cluster 2024-05-06T02:43:59.228901+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:01.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:01 smithi155 bash[23100]: audit 2024-05-06T02:44:01.256924+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T02:44:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:01 smithi155 bash[23100]: audit 2024-05-06T02:44:01.256924+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T02:44:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:01 smithi155 bash[23100]: audit 2024-05-06T02:44:01.258678+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:01 smithi155 bash[23100]: audit 2024-05-06T02:44:01.258678+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:01.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:01 smithi052 bash[21498]: audit 2024-05-06T02:44:01.256924+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T02:44:01.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:01 smithi052 bash[21498]: audit 2024-05-06T02:44:01.256924+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T02:44:01.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:01 smithi052 bash[21498]: audit 2024-05-06T02:44:01.258678+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:01.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:01 smithi052 bash[21498]: audit 2024-05-06T02:44:01.258678+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:01.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:01 smithi172 bash[23789]: audit 2024-05-06T02:44:01.256924+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T02:44:01.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:01 smithi172 bash[23789]: audit 2024-05-06T02:44:01.256924+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T02:44:01.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:01 smithi172 bash[23789]: audit 2024-05-06T02:44:01.258678+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:01.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:01 smithi172 bash[23789]: audit 2024-05-06T02:44:01.258678+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:02.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:02 smithi155 bash[23100]: cluster 2024-05-06T02:44:01.229595+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:02.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:02 smithi155 bash[23100]: cluster 2024-05-06T02:44:01.229595+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:02.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:02 smithi155 bash[23100]: cephadm 2024-05-06T02:44:01.260277+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Deploying daemon osd.3 on smithi155 2024-05-06T02:44:02.587 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:02 smithi155 bash[23100]: cephadm 2024-05-06T02:44:01.260277+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Deploying daemon osd.3 on smithi155 2024-05-06T02:44:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:02 smithi052 bash[21498]: cluster 2024-05-06T02:44:01.229595+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:02 smithi052 bash[21498]: cluster 2024-05-06T02:44:01.229595+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:02 smithi052 bash[21498]: cephadm 2024-05-06T02:44:01.260277+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Deploying daemon osd.3 on smithi155 2024-05-06T02:44:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:02 smithi052 bash[21498]: cephadm 2024-05-06T02:44:01.260277+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Deploying daemon osd.3 on smithi155 2024-05-06T02:44:02.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:02 smithi172 bash[23789]: cluster 2024-05-06T02:44:01.229595+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:02.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:02 smithi172 bash[23789]: cluster 2024-05-06T02:44:01.229595+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:02.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:02 smithi172 bash[23789]: cephadm 2024-05-06T02:44:01.260277+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Deploying daemon osd.3 on smithi155 2024-05-06T02:44:02.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:02 smithi172 bash[23789]: cephadm 2024-05-06T02:44:01.260277+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Deploying daemon osd.3 on smithi155 2024-05-06T02:44:04.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:04 smithi155 bash[23100]: cluster 2024-05-06T02:44:03.230180+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:04 smithi155 bash[23100]: cluster 2024-05-06T02:44:03.230180+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:04 smithi052 bash[21498]: cluster 2024-05-06T02:44:03.230180+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:04 smithi052 bash[21498]: cluster 2024-05-06T02:44:03.230180+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:04.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:04 smithi172 bash[23789]: cluster 2024-05-06T02:44:03.230180+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:04.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:04 smithi172 bash[23789]: cluster 2024-05-06T02:44:03.230180+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:05.230 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:05 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:44:05.230 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:44:05 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:44:05.231 INFO:journalctl@ceph.osd.2.smithi155.stdout:May 06 02:44:05 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:44:05.522 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:05 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:44:05.523 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:44:05 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:44:05.523 INFO:journalctl@ceph.osd.2.smithi155.stdout:May 06 02:44:05 smithi155 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:44:06.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:06 smithi155 bash[23100]: cluster 2024-05-06T02:44:05.230736+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:06.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:06 smithi155 bash[23100]: cluster 2024-05-06T02:44:05.230736+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:06.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:06 smithi155 bash[23100]: audit 2024-05-06T02:44:05.545322+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:06.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:06 smithi155 bash[23100]: audit 2024-05-06T02:44:05.545322+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:06.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:06 smithi155 bash[23100]: audit 2024-05-06T02:44:05.554319+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:06.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:06 smithi155 bash[23100]: audit 2024-05-06T02:44:05.554319+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:06.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:06 smithi155 bash[23100]: audit 2024-05-06T02:44:05.561276+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:06.634 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:06 smithi155 bash[23100]: audit 2024-05-06T02:44:05.561276+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:06.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:06 smithi052 bash[21498]: cluster 2024-05-06T02:44:05.230736+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:06.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:06 smithi052 bash[21498]: cluster 2024-05-06T02:44:05.230736+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:06.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:06 smithi052 bash[21498]: audit 2024-05-06T02:44:05.545322+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:06.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:06 smithi052 bash[21498]: audit 2024-05-06T02:44:05.545322+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:06.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:06 smithi052 bash[21498]: audit 2024-05-06T02:44:05.554319+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:06.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:06 smithi052 bash[21498]: audit 2024-05-06T02:44:05.554319+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:06.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:06 smithi052 bash[21498]: audit 2024-05-06T02:44:05.561276+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:06.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:06 smithi052 bash[21498]: audit 2024-05-06T02:44:05.561276+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:06.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:06 smithi172 bash[23789]: cluster 2024-05-06T02:44:05.230736+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:06.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:06 smithi172 bash[23789]: cluster 2024-05-06T02:44:05.230736+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:06.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:06 smithi172 bash[23789]: audit 2024-05-06T02:44:05.545322+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:06.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:06 smithi172 bash[23789]: audit 2024-05-06T02:44:05.545322+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:06.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:06 smithi172 bash[23789]: audit 2024-05-06T02:44:05.554319+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:06.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:06 smithi172 bash[23789]: audit 2024-05-06T02:44:05.554319+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:06.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:06 smithi172 bash[23789]: audit 2024-05-06T02:44:05.561276+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:06.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:06 smithi172 bash[23789]: audit 2024-05-06T02:44:05.561276+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:08.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:08 smithi155 bash[23100]: cluster 2024-05-06T02:44:07.231267+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:08.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:08 smithi155 bash[23100]: cluster 2024-05-06T02:44:07.231267+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:08.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:08 smithi052 bash[21498]: cluster 2024-05-06T02:44:07.231267+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:08.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:08 smithi052 bash[21498]: cluster 2024-05-06T02:44:07.231267+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:08.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:08 smithi172 bash[23789]: cluster 2024-05-06T02:44:07.231267+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:08.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:08 smithi172 bash[23789]: cluster 2024-05-06T02:44:07.231267+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:10.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:10 smithi155 bash[23100]: cluster 2024-05-06T02:44:09.231773+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:10.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:10 smithi155 bash[23100]: cluster 2024-05-06T02:44:09.231773+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:10.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:10 smithi052 bash[21498]: cluster 2024-05-06T02:44:09.231773+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:10.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:10 smithi052 bash[21498]: cluster 2024-05-06T02:44:09.231773+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:10.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:10 smithi172 bash[23789]: cluster 2024-05-06T02:44:09.231773+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:10.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:10 smithi172 bash[23789]: cluster 2024-05-06T02:44:09.231773+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:12.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:12 smithi155 bash[23100]: cluster 2024-05-06T02:44:11.232336+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:12.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:12 smithi155 bash[23100]: cluster 2024-05-06T02:44:11.232336+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:12.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:12 smithi155 bash[23100]: audit 2024-05-06T02:44:12.013220+0000 mon.a (mon.0) 446 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T02:44:12.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:12 smithi155 bash[23100]: audit 2024-05-06T02:44:12.013220+0000 mon.a (mon.0) 446 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T02:44:12.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:12 smithi155 bash[23100]: audit 2024-05-06T02:44:12.013770+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T02:44:12.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:12 smithi155 bash[23100]: audit 2024-05-06T02:44:12.013770+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T02:44:12.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:12 smithi052 bash[21498]: cluster 2024-05-06T02:44:11.232336+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:12.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:12 smithi052 bash[21498]: cluster 2024-05-06T02:44:11.232336+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:12.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:12 smithi052 bash[21498]: audit 2024-05-06T02:44:12.013220+0000 mon.a (mon.0) 446 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T02:44:12.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:12 smithi052 bash[21498]: audit 2024-05-06T02:44:12.013220+0000 mon.a (mon.0) 446 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T02:44:12.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:12 smithi052 bash[21498]: audit 2024-05-06T02:44:12.013770+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T02:44:12.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:12 smithi052 bash[21498]: audit 2024-05-06T02:44:12.013770+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T02:44:12.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:12 smithi172 bash[23789]: cluster 2024-05-06T02:44:11.232336+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:12.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:12 smithi172 bash[23789]: cluster 2024-05-06T02:44:11.232336+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:12.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:12 smithi172 bash[23789]: audit 2024-05-06T02:44:12.013220+0000 mon.a (mon.0) 446 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T02:44:12.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:12 smithi172 bash[23789]: audit 2024-05-06T02:44:12.013220+0000 mon.a (mon.0) 446 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T02:44:12.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:12 smithi172 bash[23789]: audit 2024-05-06T02:44:12.013770+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T02:44:12.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:12 smithi172 bash[23789]: audit 2024-05-06T02:44:12.013770+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T02:44:13.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.374259+0000 mon.a (mon.0) 447 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-06T02:44:13.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.374259+0000 mon.a (mon.0) 447 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-06T02:44:13.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.379207+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:44:13.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.379207+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:44:13.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: cluster 2024-05-06T02:44:12.379343+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-06T02:44:13.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: cluster 2024-05-06T02:44:12.379343+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-06T02:44:13.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.380510+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:13.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.380510+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:13.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.381125+0000 mon.a (mon.0) 450 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:44:13.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.381125+0000 mon.a (mon.0) 450 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:44:13.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.568322+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.568322+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.578062+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.578062+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.580301+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:13.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.580301+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:13.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.582126+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:44:13.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.582126+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:44:13.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.592569+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:12.592569+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:13.376989+0000 mon.a (mon.0) 456 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-05-06T02:44:13.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:13 smithi155 bash[23100]: audit 2024-05-06T02:44:13.376989+0000 mon.a (mon.0) 456 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-05-06T02:44:13.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.374259+0000 mon.a (mon.0) 447 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-06T02:44:13.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.374259+0000 mon.a (mon.0) 447 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-06T02:44:13.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.379207+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:44:13.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.379207+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:44:13.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: cluster 2024-05-06T02:44:12.379343+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-06T02:44:13.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: cluster 2024-05-06T02:44:12.379343+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-06T02:44:13.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.380510+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:13.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.380510+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:13.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.381125+0000 mon.a (mon.0) 450 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:44:13.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.381125+0000 mon.a (mon.0) 450 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:44:13.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.568322+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.568322+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.578062+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.578062+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.580301+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:13.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.580301+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:13.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.582126+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:44:13.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.582126+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:44:13.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.592569+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:12.592569+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:13.376989+0000 mon.a (mon.0) 456 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-05-06T02:44:13.639 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:13 smithi052 bash[21498]: audit 2024-05-06T02:44:13.376989+0000 mon.a (mon.0) 456 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-05-06T02:44:13.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.374259+0000 mon.a (mon.0) 447 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-06T02:44:13.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.374259+0000 mon.a (mon.0) 447 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-06T02:44:13.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.379207+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:44:13.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.379207+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:44:13.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: cluster 2024-05-06T02:44:12.379343+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-06T02:44:13.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: cluster 2024-05-06T02:44:12.379343+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-06T02:44:13.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.380510+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:13.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.380510+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:13.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.381125+0000 mon.a (mon.0) 450 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:44:13.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.381125+0000 mon.a (mon.0) 450 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-05-06T02:44:13.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.568322+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.568322+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.578062+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.578062+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.580301+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:13.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.580301+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:13.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.582126+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:44:13.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.582126+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:44:13.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.592569+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:12.592569+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:13.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:13.376989+0000 mon.a (mon.0) 456 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-05-06T02:44:13.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:13 smithi172 bash[23789]: audit 2024-05-06T02:44:13.376989+0000 mon.a (mon.0) 456 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-05-06T02:44:14.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:14 smithi155 bash[23100]: cluster 2024-05-06T02:44:13.232967+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:14 smithi155 bash[23100]: cluster 2024-05-06T02:44:13.232967+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:14 smithi155 bash[23100]: cluster 2024-05-06T02:44:13.382797+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-06T02:44:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:14 smithi155 bash[23100]: cluster 2024-05-06T02:44:13.382797+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-06T02:44:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:14 smithi155 bash[23100]: audit 2024-05-06T02:44:13.384608+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:14 smithi155 bash[23100]: audit 2024-05-06T02:44:13.384608+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:14 smithi155 bash[23100]: audit 2024-05-06T02:44:13.395809+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:14 smithi155 bash[23100]: audit 2024-05-06T02:44:13.395809+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:14 smithi052 bash[21498]: cluster 2024-05-06T02:44:13.232967+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:14 smithi052 bash[21498]: cluster 2024-05-06T02:44:13.232967+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:14 smithi052 bash[21498]: cluster 2024-05-06T02:44:13.382797+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-06T02:44:14.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:14 smithi052 bash[21498]: cluster 2024-05-06T02:44:13.382797+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-06T02:44:14.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:14 smithi052 bash[21498]: audit 2024-05-06T02:44:13.384608+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:14.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:14 smithi052 bash[21498]: audit 2024-05-06T02:44:13.384608+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:14.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:14 smithi052 bash[21498]: audit 2024-05-06T02:44:13.395809+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:14.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:14 smithi052 bash[21498]: audit 2024-05-06T02:44:13.395809+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:14.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:14 smithi172 bash[23789]: cluster 2024-05-06T02:44:13.232967+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:14.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:14 smithi172 bash[23789]: cluster 2024-05-06T02:44:13.232967+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T02:44:14.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:14 smithi172 bash[23789]: cluster 2024-05-06T02:44:13.382797+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-06T02:44:14.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:14 smithi172 bash[23789]: cluster 2024-05-06T02:44:13.382797+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-06T02:44:14.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:14 smithi172 bash[23789]: audit 2024-05-06T02:44:13.384608+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:14.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:14 smithi172 bash[23789]: audit 2024-05-06T02:44:13.384608+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:14.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:14 smithi172 bash[23789]: audit 2024-05-06T02:44:13.395809+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:14.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:14 smithi172 bash[23789]: audit 2024-05-06T02:44:13.395809+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:15.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:15 smithi155 bash[23100]: cluster 2024-05-06T02:44:13.053452+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:44:15.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:15 smithi155 bash[23100]: cluster 2024-05-06T02:44:13.053452+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:44:15.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:15 smithi155 bash[23100]: cluster 2024-05-06T02:44:13.053545+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:44:15.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:15 smithi155 bash[23100]: cluster 2024-05-06T02:44:13.053545+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:44:15.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:15 smithi155 bash[23100]: cluster 2024-05-06T02:44:14.387252+0000 mon.a (mon.0) 460 : cluster [INF] osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817] boot 2024-05-06T02:44:15.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:15 smithi155 bash[23100]: cluster 2024-05-06T02:44:14.387252+0000 mon.a (mon.0) 460 : cluster [INF] osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817] boot 2024-05-06T02:44:15.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:15 smithi155 bash[23100]: cluster 2024-05-06T02:44:14.387394+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-05-06T02:44:15.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:15 smithi155 bash[23100]: cluster 2024-05-06T02:44:14.387394+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-05-06T02:44:15.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:15 smithi155 bash[23100]: audit 2024-05-06T02:44:14.387767+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:15.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:15 smithi155 bash[23100]: audit 2024-05-06T02:44:14.387767+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:15.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:15 smithi155 bash[23100]: cluster 2024-05-06T02:44:14.819574+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-06T02:44:15.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:15 smithi155 bash[23100]: cluster 2024-05-06T02:44:14.819574+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-06T02:44:15.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:15 smithi052 bash[21498]: cluster 2024-05-06T02:44:13.053452+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:44:15.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:15 smithi052 bash[21498]: cluster 2024-05-06T02:44:13.053452+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:44:15.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:15 smithi052 bash[21498]: cluster 2024-05-06T02:44:13.053545+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:44:15.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:15 smithi052 bash[21498]: cluster 2024-05-06T02:44:13.053545+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:44:15.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:15 smithi052 bash[21498]: cluster 2024-05-06T02:44:14.387252+0000 mon.a (mon.0) 460 : cluster [INF] osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817] boot 2024-05-06T02:44:15.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:15 smithi052 bash[21498]: cluster 2024-05-06T02:44:14.387252+0000 mon.a (mon.0) 460 : cluster [INF] osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817] boot 2024-05-06T02:44:15.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:15 smithi052 bash[21498]: cluster 2024-05-06T02:44:14.387394+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-05-06T02:44:15.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:15 smithi052 bash[21498]: cluster 2024-05-06T02:44:14.387394+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-05-06T02:44:15.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:15 smithi052 bash[21498]: audit 2024-05-06T02:44:14.387767+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:15.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:15 smithi052 bash[21498]: audit 2024-05-06T02:44:14.387767+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:15.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:15 smithi052 bash[21498]: cluster 2024-05-06T02:44:14.819574+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-06T02:44:15.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:15 smithi052 bash[21498]: cluster 2024-05-06T02:44:14.819574+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-06T02:44:15.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:15 smithi172 bash[23789]: cluster 2024-05-06T02:44:13.053452+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:44:15.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:15 smithi172 bash[23789]: cluster 2024-05-06T02:44:13.053452+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:44:15.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:15 smithi172 bash[23789]: cluster 2024-05-06T02:44:13.053545+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:44:15.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:15 smithi172 bash[23789]: cluster 2024-05-06T02:44:13.053545+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:44:15.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:15 smithi172 bash[23789]: cluster 2024-05-06T02:44:14.387252+0000 mon.a (mon.0) 460 : cluster [INF] osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817] boot 2024-05-06T02:44:15.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:15 smithi172 bash[23789]: cluster 2024-05-06T02:44:14.387252+0000 mon.a (mon.0) 460 : cluster [INF] osd.3 [v2:172.21.15.155:6808/2105033817,v1:172.21.15.155:6809/2105033817] boot 2024-05-06T02:44:15.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:15 smithi172 bash[23789]: cluster 2024-05-06T02:44:14.387394+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-05-06T02:44:15.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:15 smithi172 bash[23789]: cluster 2024-05-06T02:44:14.387394+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-05-06T02:44:15.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:15 smithi172 bash[23789]: audit 2024-05-06T02:44:14.387767+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:15.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:15 smithi172 bash[23789]: audit 2024-05-06T02:44:14.387767+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T02:44:15.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:15 smithi172 bash[23789]: cluster 2024-05-06T02:44:14.819574+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-06T02:44:15.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:15 smithi172 bash[23789]: cluster 2024-05-06T02:44:14.819574+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-06T02:44:16.030 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 3 on host 'smithi155' 2024-05-06T02:44:16.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:16 smithi155 bash[23100]: cluster 2024-05-06T02:44:15.233663+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v176: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:16.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:16 smithi155 bash[23100]: cluster 2024-05-06T02:44:15.233663+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v176: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:16.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:16 smithi155 bash[23100]: cluster 2024-05-06T02:44:15.827567+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-06T02:44:16.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:16 smithi155 bash[23100]: cluster 2024-05-06T02:44:15.827567+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-06T02:44:16.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:16 smithi155 bash[23100]: audit 2024-05-06T02:44:16.004785+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:16.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:16 smithi155 bash[23100]: audit 2024-05-06T02:44:16.004785+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:16.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:16 smithi155 bash[23100]: audit 2024-05-06T02:44:16.014175+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:16.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:16 smithi155 bash[23100]: audit 2024-05-06T02:44:16.014175+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:16.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:16 smithi155 bash[23100]: audit 2024-05-06T02:44:16.019371+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:16.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:16 smithi155 bash[23100]: audit 2024-05-06T02:44:16.019371+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:16.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:16 smithi052 bash[21498]: cluster 2024-05-06T02:44:15.233663+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v176: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:16.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:16 smithi052 bash[21498]: cluster 2024-05-06T02:44:15.233663+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v176: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:16.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:16 smithi052 bash[21498]: cluster 2024-05-06T02:44:15.827567+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-06T02:44:16.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:16 smithi052 bash[21498]: cluster 2024-05-06T02:44:15.827567+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-06T02:44:16.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:16 smithi052 bash[21498]: audit 2024-05-06T02:44:16.004785+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:16.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:16 smithi052 bash[21498]: audit 2024-05-06T02:44:16.004785+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:16.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:16 smithi052 bash[21498]: audit 2024-05-06T02:44:16.014175+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:16.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:16 smithi052 bash[21498]: audit 2024-05-06T02:44:16.014175+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:16.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:16 smithi052 bash[21498]: audit 2024-05-06T02:44:16.019371+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:16.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:16 smithi052 bash[21498]: audit 2024-05-06T02:44:16.019371+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:16.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:16 smithi172 bash[23789]: cluster 2024-05-06T02:44:15.233663+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v176: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:16.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:16 smithi172 bash[23789]: cluster 2024-05-06T02:44:15.233663+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v176: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:16.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:16 smithi172 bash[23789]: cluster 2024-05-06T02:44:15.827567+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-06T02:44:16.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:16 smithi172 bash[23789]: cluster 2024-05-06T02:44:15.827567+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-06T02:44:16.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:16 smithi172 bash[23789]: audit 2024-05-06T02:44:16.004785+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:16.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:16 smithi172 bash[23789]: audit 2024-05-06T02:44:16.004785+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:16.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:16 smithi172 bash[23789]: audit 2024-05-06T02:44:16.014175+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:16.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:16 smithi172 bash[23789]: audit 2024-05-06T02:44:16.014175+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:16.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:16 smithi172 bash[23789]: audit 2024-05-06T02:44:16.019371+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:16.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:16 smithi172 bash[23789]: audit 2024-05-06T02:44:16.019371+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:16.702 DEBUG:teuthology.orchestra.run.smithi155:osd.3> sudo journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.3.service 2024-05-06T02:44:16.704 INFO:tasks.cephadm:Deploying osd.4 on smithi172 with /dev/vg_nvme/lv_4... 2024-05-06T02:44:16.705 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T02:44:18.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:18 smithi155 bash[23100]: cluster 2024-05-06T02:44:17.234252+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v178: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:18.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:18 smithi155 bash[23100]: cluster 2024-05-06T02:44:17.234252+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v178: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:18.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:18 smithi052 bash[21498]: cluster 2024-05-06T02:44:17.234252+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v178: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:18.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:18 smithi052 bash[21498]: cluster 2024-05-06T02:44:17.234252+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v178: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:18.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:18 smithi172 bash[23789]: cluster 2024-05-06T02:44:17.234252+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v178: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:18.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:18 smithi172 bash[23789]: cluster 2024-05-06T02:44:17.234252+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v178: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:20.406 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T02:44:20.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:20 smithi052 bash[21498]: cluster 2024-05-06T02:44:19.234791+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v179: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:20.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:20 smithi052 bash[21498]: cluster 2024-05-06T02:44:19.234791+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v179: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:20.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:20 smithi172 bash[23789]: cluster 2024-05-06T02:44:19.234791+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v179: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:20.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:20 smithi172 bash[23789]: cluster 2024-05-06T02:44:19.234791+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v179: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:20.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:20 smithi155 bash[23100]: cluster 2024-05-06T02:44:19.234791+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v179: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:20.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:20 smithi155 bash[23100]: cluster 2024-05-06T02:44:19.234791+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v179: 1 pgs: 1 unknown; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:22.610 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:22 smithi155 bash[23100]: cluster 2024-05-06T02:44:21.235385+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-06T02:44:22.610 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:22 smithi155 bash[23100]: cluster 2024-05-06T02:44:21.235385+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-06T02:44:22.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:22 smithi052 bash[21498]: cluster 2024-05-06T02:44:21.235385+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-06T02:44:22.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:22 smithi052 bash[21498]: cluster 2024-05-06T02:44:21.235385+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-06T02:44:22.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:22 smithi172 bash[23789]: cluster 2024-05-06T02:44:21.235385+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-06T02:44:22.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:22 smithi172 bash[23789]: cluster 2024-05-06T02:44:21.235385+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-06T02:44:23.034 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T02:44:23.034 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T02:44:23.034 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2024-05-06T02:44:23.034 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2024-05-06T02:44:23.034 INFO:teuthology.orchestra.run.smithi172.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0134551 s, 779 MB/s 2024-05-06T02:44:23.034 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2024-05-06T02:44:23.740 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi172:vg_nvme/lv_4 2024-05-06T02:44:24.640 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:24 smithi155 bash[23100]: cluster 2024-05-06T02:44:23.235917+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T02:44:24.640 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:24 smithi155 bash[23100]: cluster 2024-05-06T02:44:23.235917+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T02:44:24.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:24 smithi172 bash[23789]: cluster 2024-05-06T02:44:23.235917+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T02:44:24.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:24 smithi172 bash[23789]: cluster 2024-05-06T02:44:23.235917+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T02:44:24.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:24 smithi052 bash[21498]: cluster 2024-05-06T02:44:23.235917+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T02:44:24.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:24 smithi052 bash[21498]: cluster 2024-05-06T02:44:23.235917+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T02:44:26.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: cluster 2024-05-06T02:44:25.236548+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:44:26.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: cluster 2024-05-06T02:44:25.236548+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:44:26.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: cephadm 2024-05-06T02:44:25.370367+0000 mgr.a (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi155 2024-05-06T02:44:26.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: cephadm 2024-05-06T02:44:25.370367+0000 mgr.a (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi155 2024-05-06T02:44:26.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.380037+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.380037+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.389593+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.389593+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.391984+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:44:26.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.391984+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:44:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.393760+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:44:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.393760+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:44:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: cephadm 2024-05-06T02:44:25.395119+0000 mgr.a (mgr.14152) 222 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 8632M 2024-05-06T02:44:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: cephadm 2024-05-06T02:44:25.395119+0000 mgr.a (mgr.14152) 222 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 8632M 2024-05-06T02:44:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.401316+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.401316+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.405321+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.405321+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.407186+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:44:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.407186+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:44:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.421380+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:26 smithi155 bash[23100]: audit 2024-05-06T02:44:25.421380+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: cluster 2024-05-06T02:44:25.236548+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:44:26.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: cluster 2024-05-06T02:44:25.236548+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:44:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: cephadm 2024-05-06T02:44:25.370367+0000 mgr.a (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi155 2024-05-06T02:44:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: cephadm 2024-05-06T02:44:25.370367+0000 mgr.a (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi155 2024-05-06T02:44:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.380037+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.380037+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.389593+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.389593+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.391984+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:44:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.391984+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:44:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.393760+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:44:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.393760+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:44:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: cephadm 2024-05-06T02:44:25.395119+0000 mgr.a (mgr.14152) 222 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 8632M 2024-05-06T02:44:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: cephadm 2024-05-06T02:44:25.395119+0000 mgr.a (mgr.14152) 222 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 8632M 2024-05-06T02:44:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.401316+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.401316+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.405321+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:26.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.405321+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:26.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.407186+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:44:26.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.407186+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:44:26.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.421380+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:26 smithi052 bash[21498]: audit 2024-05-06T02:44:25.421380+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: cluster 2024-05-06T02:44:25.236548+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:44:26.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: cluster 2024-05-06T02:44:25.236548+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:44:26.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: cephadm 2024-05-06T02:44:25.370367+0000 mgr.a (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi155 2024-05-06T02:44:26.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: cephadm 2024-05-06T02:44:25.370367+0000 mgr.a (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi155 2024-05-06T02:44:26.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.380037+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.380037+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.389593+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.389593+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.391984+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:44:26.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.391984+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:44:26.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.393760+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:44:26.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.393760+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:44:26.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: cephadm 2024-05-06T02:44:25.395119+0000 mgr.a (mgr.14152) 222 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 8632M 2024-05-06T02:44:26.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: cephadm 2024-05-06T02:44:25.395119+0000 mgr.a (mgr.14152) 222 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 8632M 2024-05-06T02:44:26.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.401316+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.401316+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.405321+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.405321+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.407186+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:44:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.407186+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:44:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.421380+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:26.695 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:26 smithi172 bash[23789]: audit 2024-05-06T02:44:25.421380+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:27.440 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T02:44:28.505 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:28 smithi172 bash[23789]: cluster 2024-05-06T02:44:27.237099+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-05-06T02:44:28.505 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:28 smithi172 bash[23789]: cluster 2024-05-06T02:44:27.237099+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-05-06T02:44:28.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:28 smithi155 bash[23100]: cluster 2024-05-06T02:44:27.237099+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-05-06T02:44:28.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:28 smithi155 bash[23100]: cluster 2024-05-06T02:44:27.237099+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-05-06T02:44:28.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:28 smithi052 bash[21498]: cluster 2024-05-06T02:44:27.237099+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-05-06T02:44:28.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:28 smithi052 bash[21498]: cluster 2024-05-06T02:44:27.237099+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-05-06T02:44:30.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:30 smithi155 bash[23100]: cluster 2024-05-06T02:44:29.237646+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:44:30.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:30 smithi155 bash[23100]: cluster 2024-05-06T02:44:29.237646+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:44:30.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:30 smithi155 bash[23100]: audit 2024-05-06T02:44:29.942500+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:44:30.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:30 smithi155 bash[23100]: audit 2024-05-06T02:44:29.942500+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:44:30.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:30 smithi155 bash[23100]: audit 2024-05-06T02:44:29.949457+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:44:30.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:30 smithi155 bash[23100]: audit 2024-05-06T02:44:29.949457+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:44:30.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:30 smithi155 bash[23100]: audit 2024-05-06T02:44:29.951413+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:30.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:30 smithi155 bash[23100]: audit 2024-05-06T02:44:29.951413+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:30.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:30 smithi052 bash[21498]: cluster 2024-05-06T02:44:29.237646+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:44:30.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:30 smithi052 bash[21498]: cluster 2024-05-06T02:44:29.237646+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:44:30.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:30 smithi052 bash[21498]: audit 2024-05-06T02:44:29.942500+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:44:30.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:30 smithi052 bash[21498]: audit 2024-05-06T02:44:29.942500+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:44:30.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:30 smithi052 bash[21498]: audit 2024-05-06T02:44:29.949457+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:44:30.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:30 smithi052 bash[21498]: audit 2024-05-06T02:44:29.949457+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:44:30.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:30 smithi052 bash[21498]: audit 2024-05-06T02:44:29.951413+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:30.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:30 smithi052 bash[21498]: audit 2024-05-06T02:44:29.951413+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:30.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:30 smithi172 bash[23789]: cluster 2024-05-06T02:44:29.237646+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:44:30.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:30 smithi172 bash[23789]: cluster 2024-05-06T02:44:29.237646+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:44:30.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:30 smithi172 bash[23789]: audit 2024-05-06T02:44:29.942500+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:44:30.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:30 smithi172 bash[23789]: audit 2024-05-06T02:44:29.942500+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:44:30.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:30 smithi172 bash[23789]: audit 2024-05-06T02:44:29.949457+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:44:30.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:30 smithi172 bash[23789]: audit 2024-05-06T02:44:29.949457+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:44:30.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:30 smithi172 bash[23789]: audit 2024-05-06T02:44:29.951413+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:30.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:30 smithi172 bash[23789]: audit 2024-05-06T02:44:29.951413+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:31.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:31 smithi155 bash[23100]: audit 2024-05-06T02:44:29.934927+0000 mgr.a (mgr.14152) 225 : audit [DBG] from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:44:31.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:31 smithi155 bash[23100]: audit 2024-05-06T02:44:29.934927+0000 mgr.a (mgr.14152) 225 : audit [DBG] from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:44:31.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:31 smithi052 bash[21498]: audit 2024-05-06T02:44:29.934927+0000 mgr.a (mgr.14152) 225 : audit [DBG] from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:44:31.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:31 smithi052 bash[21498]: audit 2024-05-06T02:44:29.934927+0000 mgr.a (mgr.14152) 225 : audit [DBG] from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:44:31.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:31 smithi172 bash[23789]: audit 2024-05-06T02:44:29.934927+0000 mgr.a (mgr.14152) 225 : audit [DBG] from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:44:31.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:31 smithi172 bash[23789]: audit 2024-05-06T02:44:29.934927+0000 mgr.a (mgr.14152) 225 : audit [DBG] from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:44:32.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:32 smithi155 bash[23100]: cluster 2024-05-06T02:44:31.238227+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:44:32.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:32 smithi155 bash[23100]: cluster 2024-05-06T02:44:31.238227+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:44:32.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:32 smithi052 bash[21498]: cluster 2024-05-06T02:44:31.238227+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:44:32.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:32 smithi052 bash[21498]: cluster 2024-05-06T02:44:31.238227+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:44:32.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:32 smithi172 bash[23789]: cluster 2024-05-06T02:44:31.238227+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:44:32.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:32 smithi172 bash[23789]: cluster 2024-05-06T02:44:31.238227+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:44:34.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:34 smithi155 bash[23100]: cluster 2024-05-06T02:44:33.238777+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:34.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:34 smithi155 bash[23100]: cluster 2024-05-06T02:44:33.238777+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:34.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:34 smithi052 bash[21498]: cluster 2024-05-06T02:44:33.238777+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:34.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:34 smithi052 bash[21498]: cluster 2024-05-06T02:44:33.238777+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:34.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:34 smithi172 bash[23789]: cluster 2024-05-06T02:44:33.238777+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:34.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:34 smithi172 bash[23789]: cluster 2024-05-06T02:44:33.238777+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:36.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:36 smithi052 bash[21498]: cluster 2024-05-06T02:44:35.239368+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:36.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:36 smithi052 bash[21498]: cluster 2024-05-06T02:44:35.239368+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:36.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:36 smithi172 bash[23789]: cluster 2024-05-06T02:44:35.239368+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:36.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:36 smithi172 bash[23789]: cluster 2024-05-06T02:44:35.239368+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:36.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:36 smithi155 bash[23100]: cluster 2024-05-06T02:44:35.239368+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:36.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:36 smithi155 bash[23100]: cluster 2024-05-06T02:44:35.239368+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:38.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:38 smithi172 bash[23789]: cluster 2024-05-06T02:44:37.239841+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:38.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:38 smithi172 bash[23789]: cluster 2024-05-06T02:44:37.239841+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:38.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:38 smithi172 bash[23789]: audit 2024-05-06T02:44:37.979046+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]: dispatch 2024-05-06T02:44:38.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:38 smithi172 bash[23789]: audit 2024-05-06T02:44:37.979046+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]: dispatch 2024-05-06T02:44:38.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:38 smithi172 bash[23789]: audit 2024-05-06T02:44:37.979659+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.172:0/3253387664' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]: dispatch 2024-05-06T02:44:38.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:38 smithi172 bash[23789]: audit 2024-05-06T02:44:37.979659+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.172:0/3253387664' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]: dispatch 2024-05-06T02:44:38.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:38 smithi172 bash[23789]: audit 2024-05-06T02:44:37.982486+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]': finished 2024-05-06T02:44:38.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:38 smithi172 bash[23789]: audit 2024-05-06T02:44:37.982486+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]': finished 2024-05-06T02:44:38.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:38 smithi172 bash[23789]: cluster 2024-05-06T02:44:37.987635+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-06T02:44:38.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:38 smithi172 bash[23789]: cluster 2024-05-06T02:44:37.987635+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-06T02:44:38.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:38 smithi172 bash[23789]: audit 2024-05-06T02:44:37.988223+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:44:38.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:38 smithi172 bash[23789]: audit 2024-05-06T02:44:37.988223+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:44:38.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:38 smithi155 bash[23100]: cluster 2024-05-06T02:44:37.239841+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:38.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:38 smithi155 bash[23100]: cluster 2024-05-06T02:44:37.239841+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:38.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:38 smithi155 bash[23100]: audit 2024-05-06T02:44:37.979046+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]: dispatch 2024-05-06T02:44:38.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:38 smithi155 bash[23100]: audit 2024-05-06T02:44:37.979046+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]: dispatch 2024-05-06T02:44:38.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:38 smithi155 bash[23100]: audit 2024-05-06T02:44:37.979659+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.172:0/3253387664' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]: dispatch 2024-05-06T02:44:38.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:38 smithi155 bash[23100]: audit 2024-05-06T02:44:37.979659+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.172:0/3253387664' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]: dispatch 2024-05-06T02:44:38.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:38 smithi155 bash[23100]: audit 2024-05-06T02:44:37.982486+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]': finished 2024-05-06T02:44:38.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:38 smithi155 bash[23100]: audit 2024-05-06T02:44:37.982486+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]': finished 2024-05-06T02:44:38.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:38 smithi155 bash[23100]: cluster 2024-05-06T02:44:37.987635+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-06T02:44:38.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:38 smithi155 bash[23100]: cluster 2024-05-06T02:44:37.987635+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-06T02:44:38.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:38 smithi155 bash[23100]: audit 2024-05-06T02:44:37.988223+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:44:38.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:38 smithi155 bash[23100]: audit 2024-05-06T02:44:37.988223+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:44:38.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:38 smithi052 bash[21498]: cluster 2024-05-06T02:44:37.239841+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:38.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:38 smithi052 bash[21498]: cluster 2024-05-06T02:44:37.239841+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:38.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:38 smithi052 bash[21498]: audit 2024-05-06T02:44:37.979046+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]: dispatch 2024-05-06T02:44:38.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:38 smithi052 bash[21498]: audit 2024-05-06T02:44:37.979046+0000 mon.a (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]: dispatch 2024-05-06T02:44:38.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:38 smithi052 bash[21498]: audit 2024-05-06T02:44:37.979659+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.172:0/3253387664' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]: dispatch 2024-05-06T02:44:38.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:38 smithi052 bash[21498]: audit 2024-05-06T02:44:37.979659+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.172:0/3253387664' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]: dispatch 2024-05-06T02:44:38.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:38 smithi052 bash[21498]: audit 2024-05-06T02:44:37.982486+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]': finished 2024-05-06T02:44:38.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:38 smithi052 bash[21498]: audit 2024-05-06T02:44:37.982486+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65dfb985-9086-4078-908a-a0295e3b5ce2"}]': finished 2024-05-06T02:44:38.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:38 smithi052 bash[21498]: cluster 2024-05-06T02:44:37.987635+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-06T02:44:38.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:38 smithi052 bash[21498]: cluster 2024-05-06T02:44:37.987635+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-06T02:44:38.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:38 smithi052 bash[21498]: audit 2024-05-06T02:44:37.988223+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:44:38.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:38 smithi052 bash[21498]: audit 2024-05-06T02:44:37.988223+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:44:39.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:39 smithi172 bash[23789]: audit 2024-05-06T02:44:38.685318+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.172:0/1512515394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:44:39.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:39 smithi172 bash[23789]: audit 2024-05-06T02:44:38.685318+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.172:0/1512515394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:44:39.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:39 smithi155 bash[23100]: audit 2024-05-06T02:44:38.685318+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.172:0/1512515394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:44:39.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:39 smithi155 bash[23100]: audit 2024-05-06T02:44:38.685318+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.172:0/1512515394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:44:39.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:39 smithi052 bash[21498]: audit 2024-05-06T02:44:38.685318+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.172:0/1512515394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:44:39.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:39 smithi052 bash[21498]: audit 2024-05-06T02:44:38.685318+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.172:0/1512515394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:44:40.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:40 smithi172 bash[23789]: cluster 2024-05-06T02:44:39.240395+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:40.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:40 smithi172 bash[23789]: cluster 2024-05-06T02:44:39.240395+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:40.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:40 smithi155 bash[23100]: cluster 2024-05-06T02:44:39.240395+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:40.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:40 smithi155 bash[23100]: cluster 2024-05-06T02:44:39.240395+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:40.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:40 smithi052 bash[21498]: cluster 2024-05-06T02:44:39.240395+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:40.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:40 smithi052 bash[21498]: cluster 2024-05-06T02:44:39.240395+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:42.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:42 smithi172 bash[23789]: cluster 2024-05-06T02:44:41.241055+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:42.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:42 smithi172 bash[23789]: cluster 2024-05-06T02:44:41.241055+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:42.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:42 smithi155 bash[23100]: cluster 2024-05-06T02:44:41.241055+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:42.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:42 smithi155 bash[23100]: cluster 2024-05-06T02:44:41.241055+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:42.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:42 smithi052 bash[21498]: cluster 2024-05-06T02:44:41.241055+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:42.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:42 smithi052 bash[21498]: cluster 2024-05-06T02:44:41.241055+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:44.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:44 smithi172 bash[23789]: cluster 2024-05-06T02:44:43.241629+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:44.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:44 smithi172 bash[23789]: cluster 2024-05-06T02:44:43.241629+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:44.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:44 smithi155 bash[23100]: cluster 2024-05-06T02:44:43.241629+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:44.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:44 smithi155 bash[23100]: cluster 2024-05-06T02:44:43.241629+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:44.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:44 smithi052 bash[21498]: cluster 2024-05-06T02:44:43.241629+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:44.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:44 smithi052 bash[21498]: cluster 2024-05-06T02:44:43.241629+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:46.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:46 smithi172 bash[23789]: cluster 2024-05-06T02:44:45.242183+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:46.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:46 smithi172 bash[23789]: cluster 2024-05-06T02:44:45.242183+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:46.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:46 smithi155 bash[23100]: cluster 2024-05-06T02:44:45.242183+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:46.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:46 smithi155 bash[23100]: cluster 2024-05-06T02:44:45.242183+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:46.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:46 smithi052 bash[21498]: cluster 2024-05-06T02:44:45.242183+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:46.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:46 smithi052 bash[21498]: cluster 2024-05-06T02:44:45.242183+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:48.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:48 smithi172 bash[23789]: cluster 2024-05-06T02:44:47.242712+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:48.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:48 smithi172 bash[23789]: cluster 2024-05-06T02:44:47.242712+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:48.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:48 smithi155 bash[23100]: cluster 2024-05-06T02:44:47.242712+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:48.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:48 smithi155 bash[23100]: cluster 2024-05-06T02:44:47.242712+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:48.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:48 smithi052 bash[21498]: cluster 2024-05-06T02:44:47.242712+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:48.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:48 smithi052 bash[21498]: cluster 2024-05-06T02:44:47.242712+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:50.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:50 smithi172 bash[23789]: cluster 2024-05-06T02:44:49.243274+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:50.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:50 smithi172 bash[23789]: cluster 2024-05-06T02:44:49.243274+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:50.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:50 smithi172 bash[23789]: audit 2024-05-06T02:44:49.902793+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-06T02:44:50.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:50 smithi172 bash[23789]: audit 2024-05-06T02:44:49.902793+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-06T02:44:50.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:50 smithi172 bash[23789]: audit 2024-05-06T02:44:49.904609+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:50.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:50 smithi172 bash[23789]: audit 2024-05-06T02:44:49.904609+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:50.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:50 smithi155 bash[23100]: cluster 2024-05-06T02:44:49.243274+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:50.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:50 smithi155 bash[23100]: cluster 2024-05-06T02:44:49.243274+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:50.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:50 smithi155 bash[23100]: audit 2024-05-06T02:44:49.902793+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-06T02:44:50.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:50 smithi155 bash[23100]: audit 2024-05-06T02:44:49.902793+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-06T02:44:50.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:50 smithi155 bash[23100]: audit 2024-05-06T02:44:49.904609+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:50.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:50 smithi155 bash[23100]: audit 2024-05-06T02:44:49.904609+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:50.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:50 smithi052 bash[21498]: cluster 2024-05-06T02:44:49.243274+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:50.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:50 smithi052 bash[21498]: cluster 2024-05-06T02:44:49.243274+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:50.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:50 smithi052 bash[21498]: audit 2024-05-06T02:44:49.902793+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-06T02:44:50.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:50 smithi052 bash[21498]: audit 2024-05-06T02:44:49.902793+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-06T02:44:50.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:50 smithi052 bash[21498]: audit 2024-05-06T02:44:49.904609+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:50.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:50 smithi052 bash[21498]: audit 2024-05-06T02:44:49.904609+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:44:51.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:51 smithi172 bash[23789]: cephadm 2024-05-06T02:44:49.906254+0000 mgr.a (mgr.14152) 236 : cephadm [INF] Deploying daemon osd.4 on smithi172 2024-05-06T02:44:51.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:51 smithi172 bash[23789]: cephadm 2024-05-06T02:44:49.906254+0000 mgr.a (mgr.14152) 236 : cephadm [INF] Deploying daemon osd.4 on smithi172 2024-05-06T02:44:51.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:51 smithi155 bash[23100]: cephadm 2024-05-06T02:44:49.906254+0000 mgr.a (mgr.14152) 236 : cephadm [INF] Deploying daemon osd.4 on smithi172 2024-05-06T02:44:51.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:51 smithi155 bash[23100]: cephadm 2024-05-06T02:44:49.906254+0000 mgr.a (mgr.14152) 236 : cephadm [INF] Deploying daemon osd.4 on smithi172 2024-05-06T02:44:51.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:51 smithi052 bash[21498]: cephadm 2024-05-06T02:44:49.906254+0000 mgr.a (mgr.14152) 236 : cephadm [INF] Deploying daemon osd.4 on smithi172 2024-05-06T02:44:51.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:51 smithi052 bash[21498]: cephadm 2024-05-06T02:44:49.906254+0000 mgr.a (mgr.14152) 236 : cephadm [INF] Deploying daemon osd.4 on smithi172 2024-05-06T02:44:52.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:52 smithi172 bash[23789]: cluster 2024-05-06T02:44:51.243838+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:52.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:52 smithi172 bash[23789]: cluster 2024-05-06T02:44:51.243838+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:52.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:52 smithi155 bash[23100]: cluster 2024-05-06T02:44:51.243838+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:52.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:52 smithi155 bash[23100]: cluster 2024-05-06T02:44:51.243838+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:52.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:52 smithi052 bash[21498]: cluster 2024-05-06T02:44:51.243838+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:52.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:52 smithi052 bash[21498]: cluster 2024-05-06T02:44:51.243838+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:53.910 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:53 smithi172 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:44:54.162 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:54 smithi172 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:44:54.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:54 smithi172 bash[23789]: cluster 2024-05-06T02:44:53.244373+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:54.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:54 smithi172 bash[23789]: cluster 2024-05-06T02:44:53.244373+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:54.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:54 smithi172 bash[23789]: audit 2024-05-06T02:44:54.193512+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:54.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:54 smithi172 bash[23789]: audit 2024-05-06T02:44:54.193512+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:54.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:54 smithi172 bash[23789]: audit 2024-05-06T02:44:54.201994+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:54.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:54 smithi172 bash[23789]: audit 2024-05-06T02:44:54.201994+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:54.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:54 smithi172 bash[23789]: audit 2024-05-06T02:44:54.222280+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:54.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:54 smithi172 bash[23789]: audit 2024-05-06T02:44:54.222280+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:54.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:54 smithi155 bash[23100]: cluster 2024-05-06T02:44:53.244373+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:54.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:54 smithi155 bash[23100]: cluster 2024-05-06T02:44:53.244373+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:54.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:54 smithi155 bash[23100]: audit 2024-05-06T02:44:54.193512+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:54.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:54 smithi155 bash[23100]: audit 2024-05-06T02:44:54.193512+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:54.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:54 smithi155 bash[23100]: audit 2024-05-06T02:44:54.201994+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:54.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:54 smithi155 bash[23100]: audit 2024-05-06T02:44:54.201994+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:54.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:54 smithi155 bash[23100]: audit 2024-05-06T02:44:54.222280+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:54.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:54 smithi155 bash[23100]: audit 2024-05-06T02:44:54.222280+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:54.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:54 smithi052 bash[21498]: cluster 2024-05-06T02:44:53.244373+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:54.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:54 smithi052 bash[21498]: cluster 2024-05-06T02:44:53.244373+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:54.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:54 smithi052 bash[21498]: audit 2024-05-06T02:44:54.193512+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:54.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:54 smithi052 bash[21498]: audit 2024-05-06T02:44:54.193512+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:54.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:54 smithi052 bash[21498]: audit 2024-05-06T02:44:54.201994+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:54.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:54 smithi052 bash[21498]: audit 2024-05-06T02:44:54.201994+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:44:54.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:54 smithi052 bash[21498]: audit 2024-05-06T02:44:54.222280+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:54.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:54 smithi052 bash[21498]: audit 2024-05-06T02:44:54.222280+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:44:55.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:55 smithi172 bash[23789]: cluster 2024-05-06T02:44:55.244931+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:55.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:55 smithi172 bash[23789]: cluster 2024-05-06T02:44:55.244931+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:55.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:55 smithi155 bash[23100]: cluster 2024-05-06T02:44:55.244931+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:55.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:55 smithi155 bash[23100]: cluster 2024-05-06T02:44:55.244931+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:55.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:55 smithi052 bash[21498]: cluster 2024-05-06T02:44:55.244931+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:55.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:55 smithi052 bash[21498]: cluster 2024-05-06T02:44:55.244931+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:58.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:58 smithi155 bash[23100]: cluster 2024-05-06T02:44:57.245488+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:58.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:44:58 smithi155 bash[23100]: cluster 2024-05-06T02:44:57.245488+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:58.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:58 smithi052 bash[21498]: cluster 2024-05-06T02:44:57.245488+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:58.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:44:58 smithi052 bash[21498]: cluster 2024-05-06T02:44:57.245488+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:58.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:58 smithi172 bash[23789]: cluster 2024-05-06T02:44:57.245488+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:44:58.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:44:58 smithi172 bash[23789]: cluster 2024-05-06T02:44:57.245488+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:00.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:00 smithi172 bash[23789]: cluster 2024-05-06T02:44:59.245993+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:00.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:00 smithi172 bash[23789]: cluster 2024-05-06T02:44:59.245993+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:00.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:00 smithi172 bash[23789]: audit 2024-05-06T02:45:00.165697+0000 mon.a (mon.0) 488 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T02:45:00.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:00 smithi172 bash[23789]: audit 2024-05-06T02:45:00.165697+0000 mon.a (mon.0) 488 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T02:45:00.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:00 smithi172 bash[23789]: audit 2024-05-06T02:45:00.166672+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T02:45:00.443 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:00 smithi172 bash[23789]: audit 2024-05-06T02:45:00.166672+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T02:45:00.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:00 smithi155 bash[23100]: cluster 2024-05-06T02:44:59.245993+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:00.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:00 smithi155 bash[23100]: cluster 2024-05-06T02:44:59.245993+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:00.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:00 smithi155 bash[23100]: audit 2024-05-06T02:45:00.165697+0000 mon.a (mon.0) 488 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T02:45:00.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:00 smithi155 bash[23100]: audit 2024-05-06T02:45:00.165697+0000 mon.a (mon.0) 488 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T02:45:00.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:00 smithi155 bash[23100]: audit 2024-05-06T02:45:00.166672+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T02:45:00.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:00 smithi155 bash[23100]: audit 2024-05-06T02:45:00.166672+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T02:45:00.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:00 smithi052 bash[21498]: cluster 2024-05-06T02:44:59.245993+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:00.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:00 smithi052 bash[21498]: cluster 2024-05-06T02:44:59.245993+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:00.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:00 smithi052 bash[21498]: audit 2024-05-06T02:45:00.165697+0000 mon.a (mon.0) 488 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T02:45:00.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:00 smithi052 bash[21498]: audit 2024-05-06T02:45:00.165697+0000 mon.a (mon.0) 488 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T02:45:00.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:00 smithi052 bash[21498]: audit 2024-05-06T02:45:00.166672+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T02:45:00.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:00 smithi052 bash[21498]: audit 2024-05-06T02:45:00.166672+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T02:45:01.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.312622+0000 mon.a (mon.0) 489 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-06T02:45:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.312622+0000 mon.a (mon.0) 489 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-06T02:45:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: cluster 2024-05-06T02:45:00.317129+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-06T02:45:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: cluster 2024-05-06T02:45:00.317129+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-06T02:45:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.317591+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.317591+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.319152+0000 mon.a (mon.0) 492 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.319152+0000 mon.a (mon.0) 492 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.320190+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.320190+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.884071+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.884071+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.892571+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.892571+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.894361+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:01.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.894361+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:01.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.896370+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:01.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.896370+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:01.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.906254+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:01 smithi155 bash[23100]: audit 2024-05-06T02:45:00.906254+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.312622+0000 mon.a (mon.0) 489 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-06T02:45:01.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.312622+0000 mon.a (mon.0) 489 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-06T02:45:01.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: cluster 2024-05-06T02:45:00.317129+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-06T02:45:01.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: cluster 2024-05-06T02:45:00.317129+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-06T02:45:01.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.317591+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:01.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.317591+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:01.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.319152+0000 mon.a (mon.0) 492 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:01.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.319152+0000 mon.a (mon.0) 492 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.320190+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.320190+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.884071+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.884071+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.892571+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.892571+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.894361+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.894361+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.896370+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.896370+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.906254+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:01 smithi052 bash[21498]: audit 2024-05-06T02:45:00.906254+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.641 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.312622+0000 mon.a (mon.0) 489 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-06T02:45:01.641 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.312622+0000 mon.a (mon.0) 489 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-06T02:45:01.641 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: cluster 2024-05-06T02:45:00.317129+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-06T02:45:01.641 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: cluster 2024-05-06T02:45:00.317129+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-06T02:45:01.641 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.317591+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:01.641 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.317591+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:01.641 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.319152+0000 mon.a (mon.0) 492 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:01.641 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.319152+0000 mon.a (mon.0) 492 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:01.641 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.320190+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:01.641 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.320190+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:01.641 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.884071+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.641 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.884071+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.641 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.892571+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.642 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.892571+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.642 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.894361+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:01.642 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.894361+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:01.642 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.896370+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:01.642 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.896370+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:01.642 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.906254+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:01.642 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:01 smithi172 bash[23789]: audit 2024-05-06T02:45:00.906254+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:02.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:02 smithi172 bash[23789]: cluster 2024-05-06T02:45:01.246507+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:02.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:02 smithi172 bash[23789]: cluster 2024-05-06T02:45:01.246507+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:02.443 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:02 smithi172 bash[23789]: audit 2024-05-06T02:45:01.315337+0000 mon.a (mon.0) 498 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-05-06T02:45:02.443 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:02 smithi172 bash[23789]: audit 2024-05-06T02:45:01.315337+0000 mon.a (mon.0) 498 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-05-06T02:45:02.443 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:02 smithi172 bash[23789]: cluster 2024-05-06T02:45:01.321040+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-06T02:45:02.443 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:02 smithi172 bash[23789]: cluster 2024-05-06T02:45:01.321040+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-06T02:45:02.443 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:02 smithi172 bash[23789]: audit 2024-05-06T02:45:01.322313+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:02.443 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:02 smithi172 bash[23789]: audit 2024-05-06T02:45:01.322313+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:02.443 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:02 smithi172 bash[23789]: audit 2024-05-06T02:45:01.333196+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:02.443 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:02 smithi172 bash[23789]: audit 2024-05-06T02:45:01.333196+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:02.443 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:02 smithi172 bash[23789]: audit 2024-05-06T02:45:01.782308+0000 mon.a (mon.0) 502 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-06T02:45:02.443 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:02 smithi172 bash[23789]: audit 2024-05-06T02:45:01.782308+0000 mon.a (mon.0) 502 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-06T02:45:02.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:02 smithi155 bash[23100]: cluster 2024-05-06T02:45:01.246507+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:02.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:02 smithi155 bash[23100]: cluster 2024-05-06T02:45:01.246507+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:02.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:02 smithi155 bash[23100]: audit 2024-05-06T02:45:01.315337+0000 mon.a (mon.0) 498 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-05-06T02:45:02.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:02 smithi155 bash[23100]: audit 2024-05-06T02:45:01.315337+0000 mon.a (mon.0) 498 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-05-06T02:45:02.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:02 smithi155 bash[23100]: cluster 2024-05-06T02:45:01.321040+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-06T02:45:02.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:02 smithi155 bash[23100]: cluster 2024-05-06T02:45:01.321040+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-06T02:45:02.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:02 smithi155 bash[23100]: audit 2024-05-06T02:45:01.322313+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:02.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:02 smithi155 bash[23100]: audit 2024-05-06T02:45:01.322313+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:02.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:02 smithi155 bash[23100]: audit 2024-05-06T02:45:01.333196+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:02.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:02 smithi155 bash[23100]: audit 2024-05-06T02:45:01.333196+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:02.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:02 smithi155 bash[23100]: audit 2024-05-06T02:45:01.782308+0000 mon.a (mon.0) 502 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-06T02:45:02.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:02 smithi155 bash[23100]: audit 2024-05-06T02:45:01.782308+0000 mon.a (mon.0) 502 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-06T02:45:02.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:02 smithi052 bash[21498]: cluster 2024-05-06T02:45:01.246507+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:02 smithi052 bash[21498]: cluster 2024-05-06T02:45:01.246507+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:02 smithi052 bash[21498]: audit 2024-05-06T02:45:01.315337+0000 mon.a (mon.0) 498 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-05-06T02:45:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:02 smithi052 bash[21498]: audit 2024-05-06T02:45:01.315337+0000 mon.a (mon.0) 498 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-05-06T02:45:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:02 smithi052 bash[21498]: cluster 2024-05-06T02:45:01.321040+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-06T02:45:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:02 smithi052 bash[21498]: cluster 2024-05-06T02:45:01.321040+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-06T02:45:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:02 smithi052 bash[21498]: audit 2024-05-06T02:45:01.322313+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:02 smithi052 bash[21498]: audit 2024-05-06T02:45:01.322313+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:02 smithi052 bash[21498]: audit 2024-05-06T02:45:01.333196+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:02 smithi052 bash[21498]: audit 2024-05-06T02:45:01.333196+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:02 smithi052 bash[21498]: audit 2024-05-06T02:45:01.782308+0000 mon.a (mon.0) 502 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-06T02:45:02.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:02 smithi052 bash[21498]: audit 2024-05-06T02:45:01.782308+0000 mon.a (mon.0) 502 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-06T02:45:03.573 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:03 smithi172 bash[23789]: cluster 2024-05-06T02:45:01.174241+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:45:03.573 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:03 smithi172 bash[23789]: cluster 2024-05-06T02:45:01.174241+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:45:03.574 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:03 smithi172 bash[23789]: cluster 2024-05-06T02:45:01.174357+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:45:03.574 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:03 smithi172 bash[23789]: cluster 2024-05-06T02:45:01.174357+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:45:03.574 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:03 smithi172 bash[23789]: audit 2024-05-06T02:45:02.333575+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:03.574 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:03 smithi172 bash[23789]: audit 2024-05-06T02:45:02.333575+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:03.574 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:03 smithi172 bash[23789]: cluster 2024-05-06T02:45:02.339736+0000 mon.a (mon.0) 504 : cluster [INF] osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580] boot 2024-05-06T02:45:03.574 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:03 smithi172 bash[23789]: cluster 2024-05-06T02:45:02.339736+0000 mon.a (mon.0) 504 : cluster [INF] osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580] boot 2024-05-06T02:45:03.574 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:03 smithi172 bash[23789]: cluster 2024-05-06T02:45:02.339860+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-06T02:45:03.574 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:03 smithi172 bash[23789]: cluster 2024-05-06T02:45:02.339860+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-06T02:45:03.574 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:03 smithi172 bash[23789]: audit 2024-05-06T02:45:02.340249+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:03.574 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:03 smithi172 bash[23789]: audit 2024-05-06T02:45:02.340249+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:03.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:03 smithi155 bash[23100]: cluster 2024-05-06T02:45:01.174241+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:45:03.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:03 smithi155 bash[23100]: cluster 2024-05-06T02:45:01.174241+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:45:03.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:03 smithi155 bash[23100]: cluster 2024-05-06T02:45:01.174357+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:45:03.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:03 smithi155 bash[23100]: cluster 2024-05-06T02:45:01.174357+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:45:03.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:03 smithi155 bash[23100]: audit 2024-05-06T02:45:02.333575+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:03.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:03 smithi155 bash[23100]: audit 2024-05-06T02:45:02.333575+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:03.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:03 smithi155 bash[23100]: cluster 2024-05-06T02:45:02.339736+0000 mon.a (mon.0) 504 : cluster [INF] osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580] boot 2024-05-06T02:45:03.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:03 smithi155 bash[23100]: cluster 2024-05-06T02:45:02.339736+0000 mon.a (mon.0) 504 : cluster [INF] osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580] boot 2024-05-06T02:45:03.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:03 smithi155 bash[23100]: cluster 2024-05-06T02:45:02.339860+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-06T02:45:03.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:03 smithi155 bash[23100]: cluster 2024-05-06T02:45:02.339860+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-06T02:45:03.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:03 smithi155 bash[23100]: audit 2024-05-06T02:45:02.340249+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:03.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:03 smithi155 bash[23100]: audit 2024-05-06T02:45:02.340249+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:03.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:03 smithi052 bash[21498]: cluster 2024-05-06T02:45:01.174241+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:45:03.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:03 smithi052 bash[21498]: cluster 2024-05-06T02:45:01.174241+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:45:03.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:03 smithi052 bash[21498]: cluster 2024-05-06T02:45:01.174357+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:45:03.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:03 smithi052 bash[21498]: cluster 2024-05-06T02:45:01.174357+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:45:03.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:03 smithi052 bash[21498]: audit 2024-05-06T02:45:02.333575+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:03.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:03 smithi052 bash[21498]: audit 2024-05-06T02:45:02.333575+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:03.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:03 smithi052 bash[21498]: cluster 2024-05-06T02:45:02.339736+0000 mon.a (mon.0) 504 : cluster [INF] osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580] boot 2024-05-06T02:45:03.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:03 smithi052 bash[21498]: cluster 2024-05-06T02:45:02.339736+0000 mon.a (mon.0) 504 : cluster [INF] osd.4 [v2:172.21.15.172:6800/979537580,v1:172.21.15.172:6801/979537580] boot 2024-05-06T02:45:03.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:03 smithi052 bash[21498]: cluster 2024-05-06T02:45:02.339860+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-06T02:45:03.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:03 smithi052 bash[21498]: cluster 2024-05-06T02:45:02.339860+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-06T02:45:03.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:03 smithi052 bash[21498]: audit 2024-05-06T02:45:02.340249+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:03.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:03 smithi052 bash[21498]: audit 2024-05-06T02:45:02.340249+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T02:45:04.248 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 4 on host 'smithi172' 2024-05-06T02:45:04.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:04 smithi155 bash[23100]: cluster 2024-05-06T02:45:03.247026+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:04.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:04 smithi155 bash[23100]: cluster 2024-05-06T02:45:03.247026+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:04.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:04 smithi155 bash[23100]: cluster 2024-05-06T02:45:03.341708+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-06T02:45:04.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:04 smithi155 bash[23100]: cluster 2024-05-06T02:45:03.341708+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-06T02:45:04.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:04 smithi155 bash[23100]: audit 2024-05-06T02:45:04.220206+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:04 smithi155 bash[23100]: audit 2024-05-06T02:45:04.220206+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:04 smithi155 bash[23100]: audit 2024-05-06T02:45:04.228583+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:04 smithi155 bash[23100]: audit 2024-05-06T02:45:04.228583+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:04 smithi155 bash[23100]: audit 2024-05-06T02:45:04.235436+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:04 smithi155 bash[23100]: audit 2024-05-06T02:45:04.235436+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:04 smithi052 bash[21498]: cluster 2024-05-06T02:45:03.247026+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:04 smithi052 bash[21498]: cluster 2024-05-06T02:45:03.247026+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:04 smithi052 bash[21498]: cluster 2024-05-06T02:45:03.341708+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-06T02:45:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:04 smithi052 bash[21498]: cluster 2024-05-06T02:45:03.341708+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-06T02:45:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:04 smithi052 bash[21498]: audit 2024-05-06T02:45:04.220206+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:04 smithi052 bash[21498]: audit 2024-05-06T02:45:04.220206+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:04 smithi052 bash[21498]: audit 2024-05-06T02:45:04.228583+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:04 smithi052 bash[21498]: audit 2024-05-06T02:45:04.228583+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:04 smithi052 bash[21498]: audit 2024-05-06T02:45:04.235436+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:04 smithi052 bash[21498]: audit 2024-05-06T02:45:04.235436+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:04 smithi172 bash[23789]: cluster 2024-05-06T02:45:03.247026+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:04 smithi172 bash[23789]: cluster 2024-05-06T02:45:03.247026+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:45:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:04 smithi172 bash[23789]: cluster 2024-05-06T02:45:03.341708+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-06T02:45:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:04 smithi172 bash[23789]: cluster 2024-05-06T02:45:03.341708+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-06T02:45:04.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:04 smithi172 bash[23789]: audit 2024-05-06T02:45:04.220206+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:04.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:04 smithi172 bash[23789]: audit 2024-05-06T02:45:04.220206+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:04.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:04 smithi172 bash[23789]: audit 2024-05-06T02:45:04.228583+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:04.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:04 smithi172 bash[23789]: audit 2024-05-06T02:45:04.228583+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:04.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:04 smithi172 bash[23789]: audit 2024-05-06T02:45:04.235436+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:04.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:04 smithi172 bash[23789]: audit 2024-05-06T02:45:04.235436+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:04.806 DEBUG:teuthology.orchestra.run.smithi172:osd.4> sudo journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.4.service 2024-05-06T02:45:04.809 INFO:tasks.cephadm:Deploying osd.5 on smithi172 with /dev/vg_nvme/lv_3... 2024-05-06T02:45:04.809 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-06T02:45:05.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:05 smithi155 bash[23100]: cluster 2024-05-06T02:45:04.352875+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-06T02:45:05.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:05 smithi155 bash[23100]: cluster 2024-05-06T02:45:04.352875+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-06T02:45:05.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:05 smithi052 bash[21498]: cluster 2024-05-06T02:45:04.352875+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-06T02:45:05.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:05 smithi052 bash[21498]: cluster 2024-05-06T02:45:04.352875+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-06T02:45:05.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:05 smithi172 bash[23789]: cluster 2024-05-06T02:45:04.352875+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-06T02:45:05.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:05 smithi172 bash[23789]: cluster 2024-05-06T02:45:04.352875+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-06T02:45:06.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:06 smithi155 bash[23100]: cluster 2024-05-06T02:45:05.247565+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-05-06T02:45:06.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:06 smithi155 bash[23100]: cluster 2024-05-06T02:45:05.247565+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-05-06T02:45:06.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:06 smithi052 bash[21498]: cluster 2024-05-06T02:45:05.247565+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-05-06T02:45:06.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:06 smithi052 bash[21498]: cluster 2024-05-06T02:45:05.247565+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-05-06T02:45:06.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:06 smithi172 bash[23789]: cluster 2024-05-06T02:45:05.247565+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-05-06T02:45:06.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:06 smithi172 bash[23789]: cluster 2024-05-06T02:45:05.247565+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-05-06T02:45:08.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:08 smithi155 bash[23100]: cluster 2024-05-06T02:45:07.248119+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-05-06T02:45:08.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:08 smithi155 bash[23100]: cluster 2024-05-06T02:45:07.248119+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-05-06T02:45:08.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:08 smithi052 bash[21498]: cluster 2024-05-06T02:45:07.248119+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-05-06T02:45:08.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:08 smithi052 bash[21498]: cluster 2024-05-06T02:45:07.248119+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-05-06T02:45:08.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:08 smithi172 bash[23789]: cluster 2024-05-06T02:45:07.248119+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-05-06T02:45:08.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:08 smithi172 bash[23789]: cluster 2024-05-06T02:45:07.248119+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-05-06T02:45:09.176 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T02:45:10.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:10 smithi172 bash[23789]: cluster 2024-05-06T02:45:09.248667+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-06T02:45:10.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:10 smithi172 bash[23789]: cluster 2024-05-06T02:45:09.248667+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-06T02:45:10.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:10 smithi155 bash[23100]: cluster 2024-05-06T02:45:09.248667+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-06T02:45:10.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:10 smithi155 bash[23100]: cluster 2024-05-06T02:45:09.248667+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-06T02:45:10.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:10 smithi052 bash[21498]: cluster 2024-05-06T02:45:09.248667+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-06T02:45:10.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:10 smithi052 bash[21498]: cluster 2024-05-06T02:45:09.248667+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-06T02:45:12.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:12 smithi155 bash[23100]: cluster 2024-05-06T02:45:11.249256+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-06T02:45:12.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:12 smithi155 bash[23100]: cluster 2024-05-06T02:45:11.249256+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-06T02:45:12.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:12 smithi052 bash[21498]: cluster 2024-05-06T02:45:11.249256+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-06T02:45:12.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:12 smithi052 bash[21498]: cluster 2024-05-06T02:45:11.249256+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-06T02:45:12.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:12 smithi172 bash[23789]: cluster 2024-05-06T02:45:11.249256+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-06T02:45:12.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:12 smithi172 bash[23789]: cluster 2024-05-06T02:45:11.249256+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-06T02:45:12.952 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-06T02:45:12.952 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-06T02:45:12.952 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2024-05-06T02:45:12.952 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2024-05-06T02:45:12.952 INFO:teuthology.orchestra.run.smithi172.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0134488 s, 780 MB/s 2024-05-06T02:45:12.952 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2024-05-06T02:45:13.640 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi172:vg_nvme/lv_3 2024-05-06T02:45:14.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: cluster 2024-05-06T02:45:13.249811+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:45:14.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: cluster 2024-05-06T02:45:13.249811+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:45:14.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: audit 2024-05-06T02:45:14.190621+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: audit 2024-05-06T02:45:14.190621+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: audit 2024-05-06T02:45:14.199215+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: audit 2024-05-06T02:45:14.199215+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: audit 2024-05-06T02:45:14.201175+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:45:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: audit 2024-05-06T02:45:14.201175+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:45:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: audit 2024-05-06T02:45:14.209281+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: audit 2024-05-06T02:45:14.209281+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: audit 2024-05-06T02:45:14.213445+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: audit 2024-05-06T02:45:14.213445+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: audit 2024-05-06T02:45:14.215307+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:14.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: audit 2024-05-06T02:45:14.215307+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:14.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: audit 2024-05-06T02:45:14.225457+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:14 smithi155 bash[23100]: audit 2024-05-06T02:45:14.225457+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: cluster 2024-05-06T02:45:13.249811+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:45:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: cluster 2024-05-06T02:45:13.249811+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:45:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: audit 2024-05-06T02:45:14.190621+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: audit 2024-05-06T02:45:14.190621+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: audit 2024-05-06T02:45:14.199215+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: audit 2024-05-06T02:45:14.199215+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: audit 2024-05-06T02:45:14.201175+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:45:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: audit 2024-05-06T02:45:14.201175+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:45:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: audit 2024-05-06T02:45:14.209281+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: audit 2024-05-06T02:45:14.209281+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: audit 2024-05-06T02:45:14.213445+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:14.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: audit 2024-05-06T02:45:14.213445+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:14.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: audit 2024-05-06T02:45:14.215307+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:14.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: audit 2024-05-06T02:45:14.215307+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:14.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: audit 2024-05-06T02:45:14.225457+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:14 smithi052 bash[21498]: audit 2024-05-06T02:45:14.225457+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: cluster 2024-05-06T02:45:13.249811+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:45:14.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: cluster 2024-05-06T02:45:13.249811+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:45:14.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: audit 2024-05-06T02:45:14.190621+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: audit 2024-05-06T02:45:14.190621+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: audit 2024-05-06T02:45:14.199215+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: audit 2024-05-06T02:45:14.199215+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: audit 2024-05-06T02:45:14.201175+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:45:14.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: audit 2024-05-06T02:45:14.201175+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:45:14.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: audit 2024-05-06T02:45:14.209281+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: audit 2024-05-06T02:45:14.209281+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: audit 2024-05-06T02:45:14.213445+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:14.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: audit 2024-05-06T02:45:14.213445+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:14.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: audit 2024-05-06T02:45:14.215307+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:14.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: audit 2024-05-06T02:45:14.215307+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:14.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: audit 2024-05-06T02:45:14.225457+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:14.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:14 smithi172 bash[23789]: audit 2024-05-06T02:45:14.225457+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:15.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:15 smithi155 bash[23100]: cephadm 2024-05-06T02:45:14.181674+0000 mgr.a (mgr.14152) 249 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:45:15.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:15 smithi155 bash[23100]: cephadm 2024-05-06T02:45:14.181674+0000 mgr.a (mgr.14152) 249 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:45:15.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:15 smithi155 bash[23100]: cephadm 2024-05-06T02:45:14.202742+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 21361M 2024-05-06T02:45:15.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:15 smithi155 bash[23100]: cephadm 2024-05-06T02:45:14.202742+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 21361M 2024-05-06T02:45:15.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:15 smithi052 bash[21498]: cephadm 2024-05-06T02:45:14.181674+0000 mgr.a (mgr.14152) 249 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:45:15.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:15 smithi052 bash[21498]: cephadm 2024-05-06T02:45:14.181674+0000 mgr.a (mgr.14152) 249 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:45:15.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:15 smithi052 bash[21498]: cephadm 2024-05-06T02:45:14.202742+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 21361M 2024-05-06T02:45:15.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:15 smithi052 bash[21498]: cephadm 2024-05-06T02:45:14.202742+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 21361M 2024-05-06T02:45:15.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:15 smithi172 bash[23789]: cephadm 2024-05-06T02:45:14.181674+0000 mgr.a (mgr.14152) 249 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:45:15.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:15 smithi172 bash[23789]: cephadm 2024-05-06T02:45:14.181674+0000 mgr.a (mgr.14152) 249 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:45:15.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:15 smithi172 bash[23789]: cephadm 2024-05-06T02:45:14.202742+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 21361M 2024-05-06T02:45:15.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:15 smithi172 bash[23789]: cephadm 2024-05-06T02:45:14.202742+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 21361M 2024-05-06T02:45:16.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:16 smithi155 bash[23100]: cluster 2024-05-06T02:45:15.250428+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-06T02:45:16.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:16 smithi155 bash[23100]: cluster 2024-05-06T02:45:15.250428+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-06T02:45:16.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:16 smithi052 bash[21498]: cluster 2024-05-06T02:45:15.250428+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-06T02:45:16.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:16 smithi052 bash[21498]: cluster 2024-05-06T02:45:15.250428+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-06T02:45:16.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:16 smithi172 bash[23789]: cluster 2024-05-06T02:45:15.250428+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-06T02:45:16.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:16 smithi172 bash[23789]: cluster 2024-05-06T02:45:15.250428+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-06T02:45:18.352 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T02:45:18.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:18 smithi155 bash[23100]: cluster 2024-05-06T02:45:17.250959+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:18.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:18 smithi155 bash[23100]: cluster 2024-05-06T02:45:17.250959+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:18.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:18 smithi052 bash[21498]: cluster 2024-05-06T02:45:17.250959+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:18.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:18 smithi052 bash[21498]: cluster 2024-05-06T02:45:17.250959+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:18.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:18 smithi172 bash[23789]: cluster 2024-05-06T02:45:17.250959+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:18.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:18 smithi172 bash[23789]: cluster 2024-05-06T02:45:17.250959+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:20.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:20 smithi155 bash[23100]: cluster 2024-05-06T02:45:19.251499+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:20.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:20 smithi155 bash[23100]: cluster 2024-05-06T02:45:19.251499+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:20.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:20 smithi052 bash[21498]: cluster 2024-05-06T02:45:19.251499+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:20.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:20 smithi052 bash[21498]: cluster 2024-05-06T02:45:19.251499+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:20.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:20 smithi172 bash[23789]: cluster 2024-05-06T02:45:19.251499+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:20.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:20 smithi172 bash[23789]: cluster 2024-05-06T02:45:19.251499+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:21.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:21 smithi052 bash[21498]: audit 2024-05-06T02:45:20.901994+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:45:21.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:21 smithi052 bash[21498]: audit 2024-05-06T02:45:20.901994+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:45:21.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:21 smithi052 bash[21498]: audit 2024-05-06T02:45:20.908319+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:45:21.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:21 smithi052 bash[21498]: audit 2024-05-06T02:45:20.908319+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:45:21.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:21 smithi052 bash[21498]: audit 2024-05-06T02:45:20.909960+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:21.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:21 smithi052 bash[21498]: audit 2024-05-06T02:45:20.909960+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:21.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:21 smithi172 bash[23789]: audit 2024-05-06T02:45:20.901994+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:45:21.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:21 smithi172 bash[23789]: audit 2024-05-06T02:45:20.901994+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:45:21.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:21 smithi172 bash[23789]: audit 2024-05-06T02:45:20.908319+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:45:21.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:21 smithi172 bash[23789]: audit 2024-05-06T02:45:20.908319+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:45:21.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:21 smithi172 bash[23789]: audit 2024-05-06T02:45:20.909960+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:21.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:21 smithi172 bash[23789]: audit 2024-05-06T02:45:20.909960+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:21.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:21 smithi155 bash[23100]: audit 2024-05-06T02:45:20.901994+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:45:21.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:21 smithi155 bash[23100]: audit 2024-05-06T02:45:20.901994+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T02:45:21.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:21 smithi155 bash[23100]: audit 2024-05-06T02:45:20.908319+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:45:21.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:21 smithi155 bash[23100]: audit 2024-05-06T02:45:20.908319+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T02:45:21.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:21 smithi155 bash[23100]: audit 2024-05-06T02:45:20.909960+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:21.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:21 smithi155 bash[23100]: audit 2024-05-06T02:45:20.909960+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:22.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:22 smithi052 bash[21498]: audit 2024-05-06T02:45:20.894913+0000 mgr.a (mgr.14152) 254 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:45:22.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:22 smithi052 bash[21498]: audit 2024-05-06T02:45:20.894913+0000 mgr.a (mgr.14152) 254 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:45:22.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:22 smithi052 bash[21498]: cluster 2024-05-06T02:45:21.252029+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:22.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:22 smithi052 bash[21498]: cluster 2024-05-06T02:45:21.252029+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:22.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:22 smithi172 bash[23789]: audit 2024-05-06T02:45:20.894913+0000 mgr.a (mgr.14152) 254 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:45:22.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:22 smithi172 bash[23789]: audit 2024-05-06T02:45:20.894913+0000 mgr.a (mgr.14152) 254 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:45:22.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:22 smithi172 bash[23789]: cluster 2024-05-06T02:45:21.252029+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:22.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:22 smithi172 bash[23789]: cluster 2024-05-06T02:45:21.252029+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:22.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:22 smithi155 bash[23100]: audit 2024-05-06T02:45:20.894913+0000 mgr.a (mgr.14152) 254 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:45:22.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:22 smithi155 bash[23100]: audit 2024-05-06T02:45:20.894913+0000 mgr.a (mgr.14152) 254 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:45:22.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:22 smithi155 bash[23100]: cluster 2024-05-06T02:45:21.252029+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:22.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:22 smithi155 bash[23100]: cluster 2024-05-06T02:45:21.252029+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:24.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:24 smithi172 bash[23789]: cluster 2024-05-06T02:45:23.252552+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:24.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:24 smithi172 bash[23789]: cluster 2024-05-06T02:45:23.252552+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:24.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:24 smithi155 bash[23100]: cluster 2024-05-06T02:45:23.252552+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:24.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:24 smithi155 bash[23100]: cluster 2024-05-06T02:45:23.252552+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:24.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:24 smithi052 bash[21498]: cluster 2024-05-06T02:45:23.252552+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:24.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:24 smithi052 bash[21498]: cluster 2024-05-06T02:45:23.252552+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:26.644 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:26 smithi172 bash[23789]: cluster 2024-05-06T02:45:25.253120+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:26.644 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:26 smithi172 bash[23789]: cluster 2024-05-06T02:45:25.253120+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:26.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:26 smithi155 bash[23100]: cluster 2024-05-06T02:45:25.253120+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:26.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:26 smithi155 bash[23100]: cluster 2024-05-06T02:45:25.253120+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:26.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:26 smithi052 bash[21498]: cluster 2024-05-06T02:45:25.253120+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:26.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:26 smithi052 bash[21498]: cluster 2024-05-06T02:45:25.253120+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:28.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:28 smithi172 bash[23789]: cluster 2024-05-06T02:45:27.253686+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:28.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:28 smithi172 bash[23789]: cluster 2024-05-06T02:45:27.253686+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:28.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:28 smithi155 bash[23100]: cluster 2024-05-06T02:45:27.253686+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:28.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:28 smithi155 bash[23100]: cluster 2024-05-06T02:45:27.253686+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:28.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:28 smithi052 bash[21498]: cluster 2024-05-06T02:45:27.253686+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:28.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:28 smithi052 bash[21498]: cluster 2024-05-06T02:45:27.253686+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:29.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:29 smithi172 bash[23789]: audit 2024-05-06T02:45:29.014832+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]: dispatch 2024-05-06T02:45:29.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:29 smithi172 bash[23789]: audit 2024-05-06T02:45:29.014832+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]: dispatch 2024-05-06T02:45:29.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:29 smithi172 bash[23789]: audit 2024-05-06T02:45:29.015816+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.172:0/1216863374' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]: dispatch 2024-05-06T02:45:29.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:29 smithi172 bash[23789]: audit 2024-05-06T02:45:29.015816+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.172:0/1216863374' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]: dispatch 2024-05-06T02:45:29.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:29 smithi172 bash[23789]: audit 2024-05-06T02:45:29.018913+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]': finished 2024-05-06T02:45:29.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:29 smithi172 bash[23789]: audit 2024-05-06T02:45:29.018913+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]': finished 2024-05-06T02:45:29.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:29 smithi172 bash[23789]: cluster 2024-05-06T02:45:29.024174+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-05-06T02:45:29.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:29 smithi172 bash[23789]: cluster 2024-05-06T02:45:29.024174+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-05-06T02:45:29.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:29 smithi172 bash[23789]: audit 2024-05-06T02:45:29.024916+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:29.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:29 smithi172 bash[23789]: audit 2024-05-06T02:45:29.024916+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:29.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:29 smithi155 bash[23100]: audit 2024-05-06T02:45:29.014832+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]: dispatch 2024-05-06T02:45:29.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:29 smithi155 bash[23100]: audit 2024-05-06T02:45:29.014832+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]: dispatch 2024-05-06T02:45:29.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:29 smithi155 bash[23100]: audit 2024-05-06T02:45:29.015816+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.172:0/1216863374' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]: dispatch 2024-05-06T02:45:29.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:29 smithi155 bash[23100]: audit 2024-05-06T02:45:29.015816+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.172:0/1216863374' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]: dispatch 2024-05-06T02:45:29.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:29 smithi155 bash[23100]: audit 2024-05-06T02:45:29.018913+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]': finished 2024-05-06T02:45:29.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:29 smithi155 bash[23100]: audit 2024-05-06T02:45:29.018913+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]': finished 2024-05-06T02:45:29.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:29 smithi155 bash[23100]: cluster 2024-05-06T02:45:29.024174+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-05-06T02:45:29.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:29 smithi155 bash[23100]: cluster 2024-05-06T02:45:29.024174+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-05-06T02:45:29.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:29 smithi155 bash[23100]: audit 2024-05-06T02:45:29.024916+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:29.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:29 smithi155 bash[23100]: audit 2024-05-06T02:45:29.024916+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:29.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:29 smithi052 bash[21498]: audit 2024-05-06T02:45:29.014832+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]: dispatch 2024-05-06T02:45:29.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:29 smithi052 bash[21498]: audit 2024-05-06T02:45:29.014832+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]: dispatch 2024-05-06T02:45:29.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:29 smithi052 bash[21498]: audit 2024-05-06T02:45:29.015816+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.172:0/1216863374' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]: dispatch 2024-05-06T02:45:29.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:29 smithi052 bash[21498]: audit 2024-05-06T02:45:29.015816+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.172:0/1216863374' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]: dispatch 2024-05-06T02:45:29.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:29 smithi052 bash[21498]: audit 2024-05-06T02:45:29.018913+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]': finished 2024-05-06T02:45:29.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:29 smithi052 bash[21498]: audit 2024-05-06T02:45:29.018913+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c82a6249-aec2-4a3e-9a9a-f4ff71001a87"}]': finished 2024-05-06T02:45:29.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:29 smithi052 bash[21498]: cluster 2024-05-06T02:45:29.024174+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-05-06T02:45:29.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:29 smithi052 bash[21498]: cluster 2024-05-06T02:45:29.024174+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-05-06T02:45:29.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:29 smithi052 bash[21498]: audit 2024-05-06T02:45:29.024916+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:29.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:29 smithi052 bash[21498]: audit 2024-05-06T02:45:29.024916+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:30.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:30 smithi172 bash[23789]: cluster 2024-05-06T02:45:29.254218+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:30.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:30 smithi172 bash[23789]: cluster 2024-05-06T02:45:29.254218+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:30.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:30 smithi172 bash[23789]: audit 2024-05-06T02:45:29.739229+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.172:0/1895504725' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:45:30.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:30 smithi172 bash[23789]: audit 2024-05-06T02:45:29.739229+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.172:0/1895504725' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:45:30.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:30 smithi155 bash[23100]: cluster 2024-05-06T02:45:29.254218+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:30.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:30 smithi155 bash[23100]: cluster 2024-05-06T02:45:29.254218+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:30.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:30 smithi155 bash[23100]: audit 2024-05-06T02:45:29.739229+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.172:0/1895504725' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:45:30.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:30 smithi155 bash[23100]: audit 2024-05-06T02:45:29.739229+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.172:0/1895504725' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:45:30.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:30 smithi052 bash[21498]: cluster 2024-05-06T02:45:29.254218+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:30.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:30 smithi052 bash[21498]: cluster 2024-05-06T02:45:29.254218+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:30.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:30 smithi052 bash[21498]: audit 2024-05-06T02:45:29.739229+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.172:0/1895504725' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:45:30.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:30 smithi052 bash[21498]: audit 2024-05-06T02:45:29.739229+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.172:0/1895504725' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T02:45:32.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:32 smithi172 bash[23789]: cluster 2024-05-06T02:45:31.254758+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:32.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:32 smithi172 bash[23789]: cluster 2024-05-06T02:45:31.254758+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:32.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:32 smithi155 bash[23100]: cluster 2024-05-06T02:45:31.254758+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:32.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:32 smithi155 bash[23100]: cluster 2024-05-06T02:45:31.254758+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:32.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:32 smithi052 bash[21498]: cluster 2024-05-06T02:45:31.254758+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:32.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:32 smithi052 bash[21498]: cluster 2024-05-06T02:45:31.254758+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:34.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:34 smithi172 bash[23789]: cluster 2024-05-06T02:45:33.255303+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:34.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:34 smithi172 bash[23789]: cluster 2024-05-06T02:45:33.255303+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:34.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:34 smithi155 bash[23100]: cluster 2024-05-06T02:45:33.255303+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:34.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:34 smithi155 bash[23100]: cluster 2024-05-06T02:45:33.255303+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:34.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:34 smithi052 bash[21498]: cluster 2024-05-06T02:45:33.255303+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:34.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:34 smithi052 bash[21498]: cluster 2024-05-06T02:45:33.255303+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:36.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:36 smithi172 bash[23789]: cluster 2024-05-06T02:45:35.255870+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:36.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:36 smithi172 bash[23789]: cluster 2024-05-06T02:45:35.255870+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:36.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:36 smithi155 bash[23100]: cluster 2024-05-06T02:45:35.255870+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:36.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:36 smithi155 bash[23100]: cluster 2024-05-06T02:45:35.255870+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:36.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:36 smithi052 bash[21498]: cluster 2024-05-06T02:45:35.255870+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:36.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:36 smithi052 bash[21498]: cluster 2024-05-06T02:45:35.255870+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:38.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:38 smithi172 bash[23789]: cluster 2024-05-06T02:45:37.256411+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:38.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:38 smithi172 bash[23789]: cluster 2024-05-06T02:45:37.256411+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:38.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:38 smithi155 bash[23100]: cluster 2024-05-06T02:45:37.256411+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:38.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:38 smithi155 bash[23100]: cluster 2024-05-06T02:45:37.256411+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:38.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:38 smithi052 bash[21498]: cluster 2024-05-06T02:45:37.256411+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:38.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:38 smithi052 bash[21498]: cluster 2024-05-06T02:45:37.256411+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:40.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:40 smithi172 bash[23789]: cluster 2024-05-06T02:45:39.256961+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:40.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:40 smithi172 bash[23789]: cluster 2024-05-06T02:45:39.256961+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:40.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:40 smithi155 bash[23100]: cluster 2024-05-06T02:45:39.256961+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:40.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:40 smithi155 bash[23100]: cluster 2024-05-06T02:45:39.256961+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:40.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:40 smithi052 bash[21498]: cluster 2024-05-06T02:45:39.256961+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:40.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:40 smithi052 bash[21498]: cluster 2024-05-06T02:45:39.256961+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:41.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:41 smithi172 bash[23789]: audit 2024-05-06T02:45:40.869322+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T02:45:41.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:41 smithi172 bash[23789]: audit 2024-05-06T02:45:40.869322+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T02:45:41.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:41 smithi172 bash[23789]: audit 2024-05-06T02:45:40.871238+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:41.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:41 smithi172 bash[23789]: audit 2024-05-06T02:45:40.871238+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:41.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:41 smithi155 bash[23100]: audit 2024-05-06T02:45:40.869322+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T02:45:41.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:41 smithi155 bash[23100]: audit 2024-05-06T02:45:40.869322+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T02:45:41.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:41 smithi155 bash[23100]: audit 2024-05-06T02:45:40.871238+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:41.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:41 smithi155 bash[23100]: audit 2024-05-06T02:45:40.871238+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:41.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:41 smithi052 bash[21498]: audit 2024-05-06T02:45:40.869322+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T02:45:41.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:41 smithi052 bash[21498]: audit 2024-05-06T02:45:40.869322+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T02:45:41.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:41 smithi052 bash[21498]: audit 2024-05-06T02:45:40.871238+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:41.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:41 smithi052 bash[21498]: audit 2024-05-06T02:45:40.871238+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:42.656 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:42 smithi172 bash[23789]: cephadm 2024-05-06T02:45:40.873004+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon osd.5 on smithi172 2024-05-06T02:45:42.656 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:42 smithi172 bash[23789]: cephadm 2024-05-06T02:45:40.873004+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon osd.5 on smithi172 2024-05-06T02:45:42.656 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:42 smithi172 bash[23789]: cluster 2024-05-06T02:45:41.257526+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:42.656 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:42 smithi172 bash[23789]: cluster 2024-05-06T02:45:41.257526+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:42.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:42 smithi155 bash[23100]: cephadm 2024-05-06T02:45:40.873004+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon osd.5 on smithi172 2024-05-06T02:45:42.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:42 smithi155 bash[23100]: cephadm 2024-05-06T02:45:40.873004+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon osd.5 on smithi172 2024-05-06T02:45:42.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:42 smithi155 bash[23100]: cluster 2024-05-06T02:45:41.257526+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:42.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:42 smithi155 bash[23100]: cluster 2024-05-06T02:45:41.257526+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:42.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:42 smithi052 bash[21498]: cephadm 2024-05-06T02:45:40.873004+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon osd.5 on smithi172 2024-05-06T02:45:42.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:42 smithi052 bash[21498]: cephadm 2024-05-06T02:45:40.873004+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Deploying daemon osd.5 on smithi172 2024-05-06T02:45:42.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:42 smithi052 bash[21498]: cluster 2024-05-06T02:45:41.257526+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:42.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:42 smithi052 bash[21498]: cluster 2024-05-06T02:45:41.257526+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:44.686 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:44 smithi172 bash[23789]: cluster 2024-05-06T02:45:43.258025+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:44.686 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:44 smithi172 bash[23789]: cluster 2024-05-06T02:45:43.258025+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:44.686 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:44 smithi172 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:45:44.687 INFO:journalctl@ceph.osd.4.smithi172.stdout:May 06 02:45:44 smithi172 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:45:44.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:44 smithi155 bash[23100]: cluster 2024-05-06T02:45:43.258025+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:44.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:44 smithi155 bash[23100]: cluster 2024-05-06T02:45:43.258025+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:44.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:44 smithi052 bash[21498]: cluster 2024-05-06T02:45:43.258025+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:44.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:44 smithi052 bash[21498]: cluster 2024-05-06T02:45:43.258025+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:44.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:44 smithi172 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:45:44.941 INFO:journalctl@ceph.osd.4.smithi172.stdout:May 06 02:45:44 smithi172 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:45:46.191 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:45 smithi172 bash[23789]: audit 2024-05-06T02:45:44.991011+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:46.191 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:45 smithi172 bash[23789]: audit 2024-05-06T02:45:44.991011+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:46.191 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:45 smithi172 bash[23789]: audit 2024-05-06T02:45:44.999336+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:46.191 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:45 smithi172 bash[23789]: audit 2024-05-06T02:45:44.999336+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:46.191 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:45 smithi172 bash[23789]: audit 2024-05-06T02:45:45.032532+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:46.191 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:45 smithi172 bash[23789]: audit 2024-05-06T02:45:45.032532+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:46.191 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:45 smithi172 bash[23789]: cluster 2024-05-06T02:45:45.258571+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:46.192 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:45 smithi172 bash[23789]: cluster 2024-05-06T02:45:45.258571+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:46.380 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:45 smithi155 bash[23100]: audit 2024-05-06T02:45:44.991011+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:46.380 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:45 smithi155 bash[23100]: audit 2024-05-06T02:45:44.991011+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:46.380 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:45 smithi155 bash[23100]: audit 2024-05-06T02:45:44.999336+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:46.380 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:45 smithi155 bash[23100]: audit 2024-05-06T02:45:44.999336+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:46.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:45 smithi155 bash[23100]: audit 2024-05-06T02:45:45.032532+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:46.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:45 smithi155 bash[23100]: audit 2024-05-06T02:45:45.032532+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:46.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:45 smithi155 bash[23100]: cluster 2024-05-06T02:45:45.258571+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:46.381 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:45 smithi155 bash[23100]: cluster 2024-05-06T02:45:45.258571+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:46.385 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:45 smithi052 bash[21498]: audit 2024-05-06T02:45:44.991011+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:46.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:45 smithi052 bash[21498]: audit 2024-05-06T02:45:44.991011+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:46.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:45 smithi052 bash[21498]: audit 2024-05-06T02:45:44.999336+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:46.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:45 smithi052 bash[21498]: audit 2024-05-06T02:45:44.999336+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:46.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:45 smithi052 bash[21498]: audit 2024-05-06T02:45:45.032532+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:46.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:45 smithi052 bash[21498]: audit 2024-05-06T02:45:45.032532+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:46.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:45 smithi052 bash[21498]: cluster 2024-05-06T02:45:45.258571+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:46.386 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:45 smithi052 bash[21498]: cluster 2024-05-06T02:45:45.258571+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:48.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:48 smithi155 bash[23100]: cluster 2024-05-06T02:45:47.259090+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:48.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:48 smithi155 bash[23100]: cluster 2024-05-06T02:45:47.259090+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:48.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:48 smithi052 bash[21498]: cluster 2024-05-06T02:45:47.259090+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:48.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:48 smithi052 bash[21498]: cluster 2024-05-06T02:45:47.259090+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:48.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:48 smithi172 bash[23789]: cluster 2024-05-06T02:45:47.259090+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:48.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:48 smithi172 bash[23789]: cluster 2024-05-06T02:45:47.259090+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:50.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:50 smithi155 bash[23100]: cluster 2024-05-06T02:45:49.259607+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:50 smithi155 bash[23100]: cluster 2024-05-06T02:45:49.259607+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:50.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:50 smithi052 bash[21498]: cluster 2024-05-06T02:45:49.259607+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:50.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:50 smithi052 bash[21498]: cluster 2024-05-06T02:45:49.259607+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:50.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:50 smithi172 bash[23789]: cluster 2024-05-06T02:45:49.259607+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:50.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:50 smithi172 bash[23789]: cluster 2024-05-06T02:45:49.259607+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:51.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:51 smithi172 bash[23789]: audit 2024-05-06T02:45:51.117473+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T02:45:51.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:51 smithi172 bash[23789]: audit 2024-05-06T02:45:51.117473+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T02:45:51.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:51 smithi172 bash[23789]: audit 2024-05-06T02:45:51.119194+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T02:45:51.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:51 smithi172 bash[23789]: audit 2024-05-06T02:45:51.119194+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T02:45:51.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:51 smithi155 bash[23100]: audit 2024-05-06T02:45:51.117473+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T02:45:51.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:51 smithi155 bash[23100]: audit 2024-05-06T02:45:51.117473+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T02:45:51.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:51 smithi155 bash[23100]: audit 2024-05-06T02:45:51.119194+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T02:45:51.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:51 smithi155 bash[23100]: audit 2024-05-06T02:45:51.119194+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T02:45:51.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:51 smithi052 bash[21498]: audit 2024-05-06T02:45:51.117473+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T02:45:51.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:51 smithi052 bash[21498]: audit 2024-05-06T02:45:51.117473+0000 mon.a (mon.0) 531 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T02:45:51.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:51 smithi052 bash[21498]: audit 2024-05-06T02:45:51.119194+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T02:45:51.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:51 smithi052 bash[21498]: audit 2024-05-06T02:45:51.119194+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T02:45:52.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: cluster 2024-05-06T02:45:51.260158+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:52.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: cluster 2024-05-06T02:45:51.260158+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:52.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: audit 2024-05-06T02:45:51.327451+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-06T02:45:52.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: audit 2024-05-06T02:45:51.327451+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-06T02:45:52.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: cluster 2024-05-06T02:45:51.334194+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-06T02:45:52.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: cluster 2024-05-06T02:45:51.334194+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-06T02:45:52.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: audit 2024-05-06T02:45:51.334734+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:52.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: audit 2024-05-06T02:45:51.334734+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:52.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: audit 2024-05-06T02:45:51.337914+0000 mon.a (mon.0) 535 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:52.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: audit 2024-05-06T02:45:51.337914+0000 mon.a (mon.0) 535 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:52.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: audit 2024-05-06T02:45:51.339724+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:52.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: audit 2024-05-06T02:45:51.339724+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:52.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: audit 2024-05-06T02:45:51.784533+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:52.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: audit 2024-05-06T02:45:51.784533+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:52.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: audit 2024-05-06T02:45:51.793880+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:52.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:52 smithi172 bash[23789]: audit 2024-05-06T02:45:51.793880+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:52.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: cluster 2024-05-06T02:45:51.260158+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:52.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: cluster 2024-05-06T02:45:51.260158+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:52.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: audit 2024-05-06T02:45:51.327451+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-06T02:45:52.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: audit 2024-05-06T02:45:51.327451+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-06T02:45:52.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: cluster 2024-05-06T02:45:51.334194+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-06T02:45:52.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: cluster 2024-05-06T02:45:51.334194+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-06T02:45:52.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: audit 2024-05-06T02:45:51.334734+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:52.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: audit 2024-05-06T02:45:51.334734+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:52.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: audit 2024-05-06T02:45:51.337914+0000 mon.a (mon.0) 535 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:52.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: audit 2024-05-06T02:45:51.337914+0000 mon.a (mon.0) 535 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:52.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: audit 2024-05-06T02:45:51.339724+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:52.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: audit 2024-05-06T02:45:51.339724+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:52.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: audit 2024-05-06T02:45:51.784533+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:52.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: audit 2024-05-06T02:45:51.784533+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:52.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: audit 2024-05-06T02:45:51.793880+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:52.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:52 smithi155 bash[23100]: audit 2024-05-06T02:45:51.793880+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:52.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: cluster 2024-05-06T02:45:51.260158+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:52.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: cluster 2024-05-06T02:45:51.260158+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:52.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: audit 2024-05-06T02:45:51.327451+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-06T02:45:52.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: audit 2024-05-06T02:45:51.327451+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-06T02:45:52.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: cluster 2024-05-06T02:45:51.334194+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-06T02:45:52.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: cluster 2024-05-06T02:45:51.334194+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-06T02:45:52.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: audit 2024-05-06T02:45:51.334734+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:52.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: audit 2024-05-06T02:45:51.334734+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:52.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: audit 2024-05-06T02:45:51.337914+0000 mon.a (mon.0) 535 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:52.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: audit 2024-05-06T02:45:51.337914+0000 mon.a (mon.0) 535 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:52.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: audit 2024-05-06T02:45:51.339724+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:52.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: audit 2024-05-06T02:45:51.339724+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-05-06T02:45:52.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: audit 2024-05-06T02:45:51.784533+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:52.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: audit 2024-05-06T02:45:51.784533+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:52.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: audit 2024-05-06T02:45:51.793880+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:52.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:52 smithi052 bash[21498]: audit 2024-05-06T02:45:51.793880+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:53.593 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:53 smithi172 bash[23789]: audit 2024-05-06T02:45:52.329901+0000 mon.a (mon.0) 538 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-05-06T02:45:53.593 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:53 smithi172 bash[23789]: audit 2024-05-06T02:45:52.329901+0000 mon.a (mon.0) 538 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-05-06T02:45:53.593 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:53 smithi172 bash[23789]: cluster 2024-05-06T02:45:52.335753+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-06T02:45:53.593 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:53 smithi172 bash[23789]: cluster 2024-05-06T02:45:52.335753+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-06T02:45:53.593 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:53 smithi172 bash[23789]: audit 2024-05-06T02:45:52.336931+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:53.594 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:53 smithi172 bash[23789]: audit 2024-05-06T02:45:52.336931+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:53.594 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:53 smithi172 bash[23789]: audit 2024-05-06T02:45:52.477875+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:53.594 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:53 smithi172 bash[23789]: audit 2024-05-06T02:45:52.477875+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:53.594 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:53 smithi172 bash[23789]: audit 2024-05-06T02:45:52.479953+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:53.594 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:53 smithi172 bash[23789]: audit 2024-05-06T02:45:52.479953+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:53.594 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:53 smithi172 bash[23789]: audit 2024-05-06T02:45:52.490664+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:53.594 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:53 smithi172 bash[23789]: audit 2024-05-06T02:45:52.490664+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:53.594 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:53 smithi172 bash[23789]: audit 2024-05-06T02:45:53.337344+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:53.594 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:53 smithi172 bash[23789]: audit 2024-05-06T02:45:53.337344+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:53.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:53 smithi155 bash[23100]: audit 2024-05-06T02:45:52.329901+0000 mon.a (mon.0) 538 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-05-06T02:45:53.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:53 smithi155 bash[23100]: audit 2024-05-06T02:45:52.329901+0000 mon.a (mon.0) 538 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-05-06T02:45:53.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:53 smithi155 bash[23100]: cluster 2024-05-06T02:45:52.335753+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-06T02:45:53.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:53 smithi155 bash[23100]: cluster 2024-05-06T02:45:52.335753+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-06T02:45:53.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:53 smithi155 bash[23100]: audit 2024-05-06T02:45:52.336931+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:53.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:53 smithi155 bash[23100]: audit 2024-05-06T02:45:52.336931+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:53.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:53 smithi155 bash[23100]: audit 2024-05-06T02:45:52.477875+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:53.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:53 smithi155 bash[23100]: audit 2024-05-06T02:45:52.477875+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:53.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:53 smithi155 bash[23100]: audit 2024-05-06T02:45:52.479953+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:53.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:53 smithi155 bash[23100]: audit 2024-05-06T02:45:52.479953+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:53.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:53 smithi155 bash[23100]: audit 2024-05-06T02:45:52.490664+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:53.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:53 smithi155 bash[23100]: audit 2024-05-06T02:45:52.490664+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:53.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:53 smithi155 bash[23100]: audit 2024-05-06T02:45:53.337344+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:53.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:53 smithi155 bash[23100]: audit 2024-05-06T02:45:53.337344+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:53.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:53 smithi052 bash[21498]: audit 2024-05-06T02:45:52.329901+0000 mon.a (mon.0) 538 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-05-06T02:45:53.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:53 smithi052 bash[21498]: audit 2024-05-06T02:45:52.329901+0000 mon.a (mon.0) 538 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-05-06T02:45:53.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:53 smithi052 bash[21498]: cluster 2024-05-06T02:45:52.335753+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-06T02:45:53.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:53 smithi052 bash[21498]: cluster 2024-05-06T02:45:52.335753+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-06T02:45:53.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:53 smithi052 bash[21498]: audit 2024-05-06T02:45:52.336931+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:53.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:53 smithi052 bash[21498]: audit 2024-05-06T02:45:52.336931+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:53.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:53 smithi052 bash[21498]: audit 2024-05-06T02:45:52.477875+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:53.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:53 smithi052 bash[21498]: audit 2024-05-06T02:45:52.477875+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:45:53.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:53 smithi052 bash[21498]: audit 2024-05-06T02:45:52.479953+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:53.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:53 smithi052 bash[21498]: audit 2024-05-06T02:45:52.479953+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:45:53.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:53 smithi052 bash[21498]: audit 2024-05-06T02:45:52.490664+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:53.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:53 smithi052 bash[21498]: audit 2024-05-06T02:45:52.490664+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:53.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:53 smithi052 bash[21498]: audit 2024-05-06T02:45:53.337344+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:53.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:53 smithi052 bash[21498]: audit 2024-05-06T02:45:53.337344+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:54.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:54 smithi172 bash[23789]: cluster 2024-05-06T02:45:52.116081+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:45:54.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:54 smithi172 bash[23789]: cluster 2024-05-06T02:45:52.116081+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:45:54.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:54 smithi172 bash[23789]: cluster 2024-05-06T02:45:52.116209+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:45:54.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:54 smithi172 bash[23789]: cluster 2024-05-06T02:45:52.116209+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:45:54.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:54 smithi172 bash[23789]: cluster 2024-05-06T02:45:53.260682+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:54.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:54 smithi172 bash[23789]: cluster 2024-05-06T02:45:53.260682+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:54.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:54 smithi172 bash[23789]: cluster 2024-05-06T02:45:53.356216+0000 mon.a (mon.0) 545 : cluster [INF] osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136] boot 2024-05-06T02:45:54.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:54 smithi172 bash[23789]: cluster 2024-05-06T02:45:53.356216+0000 mon.a (mon.0) 545 : cluster [INF] osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136] boot 2024-05-06T02:45:54.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:54 smithi172 bash[23789]: cluster 2024-05-06T02:45:53.356334+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-05-06T02:45:54.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:54 smithi172 bash[23789]: cluster 2024-05-06T02:45:53.356334+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-05-06T02:45:54.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:54 smithi172 bash[23789]: audit 2024-05-06T02:45:53.356710+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:54.442 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:54 smithi172 bash[23789]: audit 2024-05-06T02:45:53.356710+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:54.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:54 smithi155 bash[23100]: cluster 2024-05-06T02:45:52.116081+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:45:54.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:54 smithi155 bash[23100]: cluster 2024-05-06T02:45:52.116081+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:45:54.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:54 smithi155 bash[23100]: cluster 2024-05-06T02:45:52.116209+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:45:54.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:54 smithi155 bash[23100]: cluster 2024-05-06T02:45:52.116209+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:45:54.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:54 smithi155 bash[23100]: cluster 2024-05-06T02:45:53.260682+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:54.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:54 smithi155 bash[23100]: cluster 2024-05-06T02:45:53.260682+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:54.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:54 smithi155 bash[23100]: cluster 2024-05-06T02:45:53.356216+0000 mon.a (mon.0) 545 : cluster [INF] osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136] boot 2024-05-06T02:45:54.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:54 smithi155 bash[23100]: cluster 2024-05-06T02:45:53.356216+0000 mon.a (mon.0) 545 : cluster [INF] osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136] boot 2024-05-06T02:45:54.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:54 smithi155 bash[23100]: cluster 2024-05-06T02:45:53.356334+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-05-06T02:45:54.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:54 smithi155 bash[23100]: cluster 2024-05-06T02:45:53.356334+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-05-06T02:45:54.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:54 smithi155 bash[23100]: audit 2024-05-06T02:45:53.356710+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:54.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:54 smithi155 bash[23100]: audit 2024-05-06T02:45:53.356710+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:54.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:54 smithi052 bash[21498]: cluster 2024-05-06T02:45:52.116081+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:45:54.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:54 smithi052 bash[21498]: cluster 2024-05-06T02:45:52.116081+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-06T02:45:54.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:54 smithi052 bash[21498]: cluster 2024-05-06T02:45:52.116209+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:45:54.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:54 smithi052 bash[21498]: cluster 2024-05-06T02:45:52.116209+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-06T02:45:54.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:54 smithi052 bash[21498]: cluster 2024-05-06T02:45:53.260682+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:54.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:54 smithi052 bash[21498]: cluster 2024-05-06T02:45:53.260682+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:45:54.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:54 smithi052 bash[21498]: cluster 2024-05-06T02:45:53.356216+0000 mon.a (mon.0) 545 : cluster [INF] osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136] boot 2024-05-06T02:45:54.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:54 smithi052 bash[21498]: cluster 2024-05-06T02:45:53.356216+0000 mon.a (mon.0) 545 : cluster [INF] osd.5 [v2:172.21.15.172:6808/154562136,v1:172.21.15.172:6809/154562136] boot 2024-05-06T02:45:54.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:54 smithi052 bash[21498]: cluster 2024-05-06T02:45:53.356334+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-05-06T02:45:54.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:54 smithi052 bash[21498]: cluster 2024-05-06T02:45:53.356334+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-05-06T02:45:54.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:54 smithi052 bash[21498]: audit 2024-05-06T02:45:53.356710+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:54.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:54 smithi052 bash[21498]: audit 2024-05-06T02:45:53.356710+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T02:45:54.930 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 5 on host 'smithi172' 2024-05-06T02:45:55.550 DEBUG:teuthology.orchestra.run.smithi172:osd.5> sudo journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.5.service 2024-05-06T02:45:55.553 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-05-06T02:45:55.553 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T02:45:55.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:55 smithi155 bash[23100]: cluster 2024-05-06T02:45:54.357978+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-06T02:45:55.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:55 smithi155 bash[23100]: cluster 2024-05-06T02:45:54.357978+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-06T02:45:55.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:55 smithi155 bash[23100]: audit 2024-05-06T02:45:54.903487+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:55.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:55 smithi155 bash[23100]: audit 2024-05-06T02:45:54.903487+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:55.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:55 smithi155 bash[23100]: audit 2024-05-06T02:45:54.912720+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:55.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:55 smithi155 bash[23100]: audit 2024-05-06T02:45:54.912720+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:55.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:55 smithi155 bash[23100]: audit 2024-05-06T02:45:54.913929+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:55.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:55 smithi155 bash[23100]: audit 2024-05-06T02:45:54.913929+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:55.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:55 smithi052 bash[21498]: cluster 2024-05-06T02:45:54.357978+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-06T02:45:55.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:55 smithi052 bash[21498]: cluster 2024-05-06T02:45:54.357978+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-06T02:45:55.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:55 smithi052 bash[21498]: audit 2024-05-06T02:45:54.903487+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:55.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:55 smithi052 bash[21498]: audit 2024-05-06T02:45:54.903487+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:55.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:55 smithi052 bash[21498]: audit 2024-05-06T02:45:54.912720+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:55.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:55 smithi052 bash[21498]: audit 2024-05-06T02:45:54.912720+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:55.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:55 smithi052 bash[21498]: audit 2024-05-06T02:45:54.913929+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:55.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:55 smithi052 bash[21498]: audit 2024-05-06T02:45:54.913929+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:55.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:55 smithi172 bash[23789]: cluster 2024-05-06T02:45:54.357978+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-06T02:45:55.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:55 smithi172 bash[23789]: cluster 2024-05-06T02:45:54.357978+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-06T02:45:55.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:55 smithi172 bash[23789]: audit 2024-05-06T02:45:54.903487+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:55.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:55 smithi172 bash[23789]: audit 2024-05-06T02:45:54.903487+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:55.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:55 smithi172 bash[23789]: audit 2024-05-06T02:45:54.912720+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:55.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:55 smithi172 bash[23789]: audit 2024-05-06T02:45:54.912720+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:45:55.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:55 smithi172 bash[23789]: audit 2024-05-06T02:45:54.913929+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:55.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:55 smithi172 bash[23789]: audit 2024-05-06T02:45:54.913929+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:45:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:56 smithi155 bash[23100]: cluster 2024-05-06T02:45:55.261226+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v238: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:45:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:56 smithi155 bash[23100]: cluster 2024-05-06T02:45:55.261226+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v238: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:45:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:56 smithi155 bash[23100]: cluster 2024-05-06T02:45:55.378140+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-06T02:45:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:56 smithi155 bash[23100]: cluster 2024-05-06T02:45:55.378140+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-06T02:45:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:56 smithi052 bash[21498]: cluster 2024-05-06T02:45:55.261226+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v238: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:45:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:56 smithi052 bash[21498]: cluster 2024-05-06T02:45:55.261226+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v238: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:45:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:56 smithi052 bash[21498]: cluster 2024-05-06T02:45:55.378140+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-06T02:45:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:56 smithi052 bash[21498]: cluster 2024-05-06T02:45:55.378140+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-06T02:45:56.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:56 smithi172 bash[23789]: cluster 2024-05-06T02:45:55.261226+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v238: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:45:56.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:56 smithi172 bash[23789]: cluster 2024-05-06T02:45:55.261226+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v238: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:45:56.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:56 smithi172 bash[23789]: cluster 2024-05-06T02:45:55.378140+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-06T02:45:56.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:56 smithi172 bash[23789]: cluster 2024-05-06T02:45:55.378140+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-06T02:45:58.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:58 smithi155 bash[23100]: cluster 2024-05-06T02:45:57.261743+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v240: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:45:58.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:45:58 smithi155 bash[23100]: cluster 2024-05-06T02:45:57.261743+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v240: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:45:58.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:58 smithi052 bash[21498]: cluster 2024-05-06T02:45:57.261743+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v240: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:45:58.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:45:58 smithi052 bash[21498]: cluster 2024-05-06T02:45:57.261743+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v240: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:45:58.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:58 smithi172 bash[23789]: cluster 2024-05-06T02:45:57.261743+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v240: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:45:58.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:45:58 smithi172 bash[23789]: cluster 2024-05-06T02:45:57.261743+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v240: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:00.291 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:46:00.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:00 smithi155 bash[23100]: cluster 2024-05-06T02:45:59.262299+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v241: 1 pgs: 1 peering; 577 KiB data, 165 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:00.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:00 smithi155 bash[23100]: cluster 2024-05-06T02:45:59.262299+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v241: 1 pgs: 1 peering; 577 KiB data, 165 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:00.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:00 smithi052 bash[21498]: cluster 2024-05-06T02:45:59.262299+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v241: 1 pgs: 1 peering; 577 KiB data, 165 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:00.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:00 smithi052 bash[21498]: cluster 2024-05-06T02:45:59.262299+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v241: 1 pgs: 1 peering; 577 KiB data, 165 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:00.688 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:00 smithi172 bash[23789]: cluster 2024-05-06T02:45:59.262299+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v241: 1 pgs: 1 peering; 577 KiB data, 165 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:00.688 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:00 smithi172 bash[23789]: cluster 2024-05-06T02:45:59.262299+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v241: 1 pgs: 1 peering; 577 KiB data, 165 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:02.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:02 smithi155 bash[23100]: cluster 2024-05-06T02:46:01.262732+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-06T02:46:02.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:02 smithi155 bash[23100]: cluster 2024-05-06T02:46:01.262732+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-06T02:46:02.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:02 smithi052 bash[21498]: cluster 2024-05-06T02:46:01.262732+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-06T02:46:02.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:02 smithi052 bash[21498]: cluster 2024-05-06T02:46:01.262732+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-06T02:46:02.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:02 smithi172 bash[23789]: cluster 2024-05-06T02:46:01.262732+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-06T02:46:02.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:02 smithi172 bash[23789]: cluster 2024-05-06T02:46:01.262732+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-06T02:46:02.787 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:46:03.354 INFO:teuthology.orchestra.run.smithi052.stdout:{"epoch":39,"num_osds":6,"num_up_osds":6,"osd_up_since":1714963553,"num_in_osds":6,"osd_in_since":1714963529,"num_remapped_pgs":0} 2024-05-06T02:46:03.354 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T02:46:03.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:03 smithi172 bash[23789]: audit 2024-05-06T02:46:02.808722+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.52:0/2973009121' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T02:46:03.441 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:03 smithi172 bash[23789]: audit 2024-05-06T02:46:02.808722+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.52:0/2973009121' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T02:46:03.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:03 smithi155 bash[23100]: audit 2024-05-06T02:46:02.808722+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.52:0/2973009121' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T02:46:03.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:03 smithi155 bash[23100]: audit 2024-05-06T02:46:02.808722+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.52:0/2973009121' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T02:46:03.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:03 smithi052 bash[21498]: audit 2024-05-06T02:46:02.808722+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.52:0/2973009121' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T02:46:03.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:03 smithi052 bash[21498]: audit 2024-05-06T02:46:02.808722+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.52:0/2973009121' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T02:46:04.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: cluster 2024-05-06T02:46:03.263317+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-06T02:46:04.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: cluster 2024-05-06T02:46:03.263317+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-06T02:46:04.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.915183+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.915183+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.924341+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.924341+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.926587+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:46:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.926587+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:46:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.928615+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:46:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.928615+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:46:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.936696+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.936696+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.940774+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:46:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.940774+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:46:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.942503+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:46:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.942503+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:46:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.953006+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:04 smithi155 bash[23100]: audit 2024-05-06T02:46:03.953006+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: cluster 2024-05-06T02:46:03.263317+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-06T02:46:04.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: cluster 2024-05-06T02:46:03.263317+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.915183+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.915183+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.924341+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.924341+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.926587+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.926587+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.928615+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.928615+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.936696+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.936696+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.940774+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.940774+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.942503+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.942503+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.953006+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:04 smithi052 bash[21498]: audit 2024-05-06T02:46:03.953006+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: cluster 2024-05-06T02:46:03.263317+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-06T02:46:04.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: cluster 2024-05-06T02:46:03.263317+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-06T02:46:04.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.915183+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.915183+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.924341+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.924341+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.926587+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:46:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.926587+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:46:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.928615+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:46:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.928615+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-06T02:46:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.936696+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.936696+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.940774+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:46:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.940774+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:46:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.942503+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:46:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.942503+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:46:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.953006+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:04.692 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:04 smithi172 bash[23789]: audit 2024-05-06T02:46:03.953006+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:46:05.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:05 smithi172 bash[23789]: cephadm 2024-05-06T02:46:03.905964+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:46:05.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:05 smithi172 bash[23789]: cephadm 2024-05-06T02:46:03.905964+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:46:05.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:05 smithi172 bash[23789]: cephadm 2024-05-06T02:46:03.930136+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 10680M 2024-05-06T02:46:05.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:05 smithi172 bash[23789]: cephadm 2024-05-06T02:46:03.930136+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 10680M 2024-05-06T02:46:05.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:05 smithi155 bash[23100]: cephadm 2024-05-06T02:46:03.905964+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:46:05.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:05 smithi155 bash[23100]: cephadm 2024-05-06T02:46:03.905964+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:46:05.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:05 smithi155 bash[23100]: cephadm 2024-05-06T02:46:03.930136+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 10680M 2024-05-06T02:46:05.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:05 smithi155 bash[23100]: cephadm 2024-05-06T02:46:03.930136+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 10680M 2024-05-06T02:46:05.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:05 smithi052 bash[21498]: cephadm 2024-05-06T02:46:03.905964+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:46:05.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:05 smithi052 bash[21498]: cephadm 2024-05-06T02:46:03.905964+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:46:05.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:05 smithi052 bash[21498]: cephadm 2024-05-06T02:46:03.930136+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 10680M 2024-05-06T02:46:05.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:05 smithi052 bash[21498]: cephadm 2024-05-06T02:46:03.930136+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 10680M 2024-05-06T02:46:06.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:06 smithi172 bash[23789]: cluster 2024-05-06T02:46:05.263997+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:46:06.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:06 smithi172 bash[23789]: cluster 2024-05-06T02:46:05.263997+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:46:06.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:06 smithi155 bash[23100]: cluster 2024-05-06T02:46:05.263997+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:46:06.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:06 smithi155 bash[23100]: cluster 2024-05-06T02:46:05.263997+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:46:06.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:06 smithi052 bash[21498]: cluster 2024-05-06T02:46:05.263997+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:46:06.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:06 smithi052 bash[21498]: cluster 2024-05-06T02:46:05.263997+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T02:46:08.089 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:46:08.693 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:08 smithi172 bash[23789]: cluster 2024-05-06T02:46:07.264685+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:08.694 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:08 smithi172 bash[23789]: cluster 2024-05-06T02:46:07.264685+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:08.773 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:08 smithi052 bash[21498]: cluster 2024-05-06T02:46:07.264685+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:08.773 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:08 smithi052 bash[21498]: cluster 2024-05-06T02:46:07.264685+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:08.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:08 smithi155 bash[23100]: cluster 2024-05-06T02:46:07.264685+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:08.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:08 smithi155 bash[23100]: cluster 2024-05-06T02:46:07.264685+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:10.481 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:46:10.482 INFO:teuthology.orchestra.run.smithi052.stdout:{"epoch":39,"fsid":"6b724fee-0b51-11ef-bc97-c7b262605968","created":"2024-05-06T02:37:49.487693+0000","modified":"2024-05-06T02:45:55.363412+0000","last_up_change":"2024-05-06T02:45:53.339670+0000","last_in_change":"2024-05-06T02:45:29.016229+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-06T02:43:25.427395+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":"74694b33-ba98-4dd4-8b96-6295d4938069","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6802","nonce":4191001199},{"type":"v1","addr":"172.21.15.52:6803","nonce":4191001199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6804","nonce":4191001199},{"type":"v1","addr":"172.21.15.52:6805","nonce":4191001199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6808","nonce":4191001199},{"type":"v1","addr":"172.21.15.52:6809","nonce":4191001199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6806","nonce":4191001199},{"type":"v1","addr":"172.21.15.52:6807","nonce":4191001199}]},"public_addr":"172.21.15.52:6803/4191001199","cluster_addr":"172.21.15.52:6805/4191001199","heartbeat_back_addr":"172.21.15.52:6809/4191001199","heartbeat_front_addr":"172.21.15.52:6807/4191001199","state":["exists","up"]},{"osd":1,"uuid":"b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93","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.52:6810","nonce":3801027193},{"type":"v1","addr":"172.21.15.52:6811","nonce":3801027193}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6812","nonce":3801027193},{"type":"v1","addr":"172.21.15.52:6813","nonce":3801027193}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6816","nonce":3801027193},{"type":"v1","addr":"172.21.15.52:6817","nonce":3801027193}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6814","nonce":3801027193},{"type":"v1","addr":"172.21.15.52:6815","nonce":3801027193}]},"public_addr":"172.21.15.52:6811/3801027193","cluster_addr":"172.21.15.52:6813/3801027193","heartbeat_back_addr":"172.21.15.52:6817/3801027193","heartbeat_front_addr":"172.21.15.52:6815/3801027193","state":["exists","up"]},{"osd":2,"uuid":"d5923cd7-432e-497a-a563-52f7f54c83cd","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.155:6800","nonce":5133816},{"type":"v1","addr":"172.21.15.155:6801","nonce":5133816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":5133816},{"type":"v1","addr":"172.21.15.155:6803","nonce":5133816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":5133816},{"type":"v1","addr":"172.21.15.155:6807","nonce":5133816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":5133816},{"type":"v1","addr":"172.21.15.155:6805","nonce":5133816}]},"public_addr":"172.21.15.155:6801/5133816","cluster_addr":"172.21.15.155:6803/5133816","heartbeat_back_addr":"172.21.15.155:6807/5133816","heartbeat_front_addr":"172.21.15.155:6805/5133816","state":["exists","up"]},{"osd":3,"uuid":"7670a729-577d-4d3c-8215-617a9b950794","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":2105033817},{"type":"v1","addr":"172.21.15.155:6809","nonce":2105033817}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":2105033817},{"type":"v1","addr":"172.21.15.155:6811","nonce":2105033817}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":2105033817},{"type":"v1","addr":"172.21.15.155:6815","nonce":2105033817}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":2105033817},{"type":"v1","addr":"172.21.15.155:6813","nonce":2105033817}]},"public_addr":"172.21.15.155:6809/2105033817","cluster_addr":"172.21.15.155:6811/2105033817","heartbeat_back_addr":"172.21.15.155:6815/2105033817","heartbeat_front_addr":"172.21.15.155:6813/2105033817","state":["exists","up"]},{"osd":4,"uuid":"65dfb985-9086-4078-908a-a0295e3b5ce2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":979537580},{"type":"v1","addr":"172.21.15.172:6801","nonce":979537580}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":979537580},{"type":"v1","addr":"172.21.15.172:6803","nonce":979537580}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":979537580},{"type":"v1","addr":"172.21.15.172:6807","nonce":979537580}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":979537580},{"type":"v1","addr":"172.21.15.172:6805","nonce":979537580}]},"public_addr":"172.21.15.172:6801/979537580","cluster_addr":"172.21.15.172:6803/979537580","heartbeat_back_addr":"172.21.15.172:6807/979537580","heartbeat_front_addr":"172.21.15.172:6805/979537580","state":["exists","up"]},{"osd":5,"uuid":"c82a6249-aec2-4a3e-9a9a-f4ff71001a87","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":154562136},{"type":"v1","addr":"172.21.15.172:6809","nonce":154562136}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":154562136},{"type":"v1","addr":"172.21.15.172:6811","nonce":154562136}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":154562136},{"type":"v1","addr":"172.21.15.172:6815","nonce":154562136}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":154562136},{"type":"v1","addr":"172.21.15.172:6813","nonce":154562136}]},"public_addr":"172.21.15.172:6809/154562136","cluster_addr":"172.21.15.172:6811/154562136","heartbeat_back_addr":"172.21.15.172:6815/154562136","heartbeat_front_addr":"172.21.15.172:6813/154562136","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-06T02:41:42.116985+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-06T02:42:32.357251+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-06T02:43:22.295881+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-06T02:44:13.053550+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-06T02:45:01.174362+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-06T02:45:52.116214+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.52:0/3713754618":"2024-05-07T02:38:55.149024+0000","172.21.15.52:6801/322673655":"2024-05-07T02:38:55.149024+0000","172.21.15.52:0/3699234795":"2024-05-07T02:38:55.149024+0000","172.21.15.52:0/2161482912":"2024-05-07T02:38:20.877589+0000","172.21.15.52:0/583582167":"2024-05-07T02:38:20.877589+0000","172.21.15.52:6801/1795220206":"2024-05-07T02:38:20.877589+0000","172.21.15.52:0/745408341":"2024-05-07T02:38:20.877589+0000","172.21.15.52:6800/1795220206":"2024-05-07T02:38:20.877589+0000","172.21.15.52:6800/322673655":"2024-05-07T02:38:55.149024+0000","172.21.15.52:0/1213010920":"2024-05-07T02:38:55.149024+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-06T02:46:10.668 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:10 smithi052 bash[21498]: cluster 2024-05-06T02:46:09.265321+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:10.668 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:10 smithi052 bash[21498]: cluster 2024-05-06T02:46:09.265321+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:10.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:10 smithi172 bash[23789]: cluster 2024-05-06T02:46:09.265321+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:10.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:10 smithi172 bash[23789]: cluster 2024-05-06T02:46:09.265321+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:10.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:10 smithi155 bash[23100]: cluster 2024-05-06T02:46:09.265321+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:10.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:10 smithi155 bash[23100]: cluster 2024-05-06T02:46:09.265321+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:11.074 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-06T02:43:25.427395+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-06T02:46:11.075 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-06T02:46:11.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:11 smithi172 bash[23789]: audit 2024-05-06T02:46:10.502706+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.52:0/1194054367' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:11.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:11 smithi172 bash[23789]: audit 2024-05-06T02:46:10.502706+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.52:0/1194054367' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:11.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:11 smithi155 bash[23100]: audit 2024-05-06T02:46:10.502706+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.52:0/1194054367' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:11.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:11 smithi155 bash[23100]: audit 2024-05-06T02:46:10.502706+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.52:0/1194054367' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:11.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:11 smithi052 bash[21498]: audit 2024-05-06T02:46:10.502706+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.52:0/1194054367' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:11.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:11 smithi052 bash[21498]: audit 2024-05-06T02:46:10.502706+0000 mon.a (mon.0) 562 : audit [DBG] from='client.? 172.21.15.52:0/1194054367' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:12.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:12 smithi172 bash[23789]: cluster 2024-05-06T02:46:11.265766+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:12.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:12 smithi172 bash[23789]: cluster 2024-05-06T02:46:11.265766+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:12.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:12 smithi155 bash[23100]: cluster 2024-05-06T02:46:11.265766+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:12.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:12 smithi155 bash[23100]: cluster 2024-05-06T02:46:11.265766+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:12.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:12 smithi052 bash[21498]: cluster 2024-05-06T02:46:11.265766+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:12.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:12 smithi052 bash[21498]: cluster 2024-05-06T02:46:11.265766+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:46:14.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:14 smithi172 bash[23789]: cluster 2024-05-06T02:46:13.266395+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:14.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:14 smithi172 bash[23789]: cluster 2024-05-06T02:46:13.266395+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:14.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:14 smithi155 bash[23100]: cluster 2024-05-06T02:46:13.266395+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:14.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:14 smithi155 bash[23100]: cluster 2024-05-06T02:46:13.266395+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:14.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:14 smithi052 bash[21498]: cluster 2024-05-06T02:46:13.266395+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:14.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:14 smithi052 bash[21498]: cluster 2024-05-06T02:46:13.266395+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:15.812 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:46:16.686 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:16 smithi052 bash[21498]: cluster 2024-05-06T02:46:15.267091+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:16.686 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:16 smithi052 bash[21498]: cluster 2024-05-06T02:46:15.267091+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:16.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:16 smithi172 bash[23789]: cluster 2024-05-06T02:46:15.267091+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:16.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:16 smithi172 bash[23789]: cluster 2024-05-06T02:46:15.267091+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:16.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:16 smithi155 bash[23100]: cluster 2024-05-06T02:46:15.267091+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:16.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:16 smithi155 bash[23100]: cluster 2024-05-06T02:46:15.267091+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:18.215 INFO:teuthology.orchestra.run.smithi052.stdout:pg_num: 1 2024-05-06T02:46:18.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:18 smithi052 bash[21498]: cluster 2024-05-06T02:46:17.267630+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:18.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:18 smithi052 bash[21498]: cluster 2024-05-06T02:46:17.267630+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:18.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:18 smithi052 bash[21498]: audit 2024-05-06T02:46:18.237213+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.52:0/2075589375' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T02:46:18.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:18 smithi052 bash[21498]: audit 2024-05-06T02:46:18.237213+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.52:0/2075589375' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T02:46:18.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:18 smithi172 bash[23789]: cluster 2024-05-06T02:46:17.267630+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:18.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:18 smithi172 bash[23789]: cluster 2024-05-06T02:46:17.267630+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:18.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:18 smithi172 bash[23789]: audit 2024-05-06T02:46:18.237213+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.52:0/2075589375' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T02:46:18.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:18 smithi172 bash[23789]: audit 2024-05-06T02:46:18.237213+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.52:0/2075589375' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T02:46:18.766 INFO:tasks.cephadm:Setting up client nodes... 2024-05-06T02:46:18.766 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-06T02:46:18.766 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-06T02:46:18.766 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-06T02:46:18.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:18 smithi155 bash[23100]: cluster 2024-05-06T02:46:17.267630+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:18.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:18 smithi155 bash[23100]: cluster 2024-05-06T02:46:17.267630+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:18.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:18 smithi155 bash[23100]: audit 2024-05-06T02:46:18.237213+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.52:0/2075589375' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T02:46:18.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:18 smithi155 bash[23100]: audit 2024-05-06T02:46:18.237213+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.52:0/2075589375' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T02:46:20.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:20 smithi172 bash[23789]: cluster 2024-05-06T02:46:19.268086+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:20.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:20 smithi172 bash[23789]: cluster 2024-05-06T02:46:19.268086+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:20.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:20 smithi155 bash[23100]: cluster 2024-05-06T02:46:19.268086+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:20.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:20 smithi155 bash[23100]: cluster 2024-05-06T02:46:19.268086+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:20.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:20 smithi052 bash[21498]: cluster 2024-05-06T02:46:19.268086+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:20.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:20 smithi052 bash[21498]: cluster 2024-05-06T02:46:19.268086+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:22.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:22 smithi172 bash[23789]: cluster 2024-05-06T02:46:21.268602+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:22.691 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:22 smithi172 bash[23789]: cluster 2024-05-06T02:46:21.268602+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:22.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:22 smithi155 bash[23100]: cluster 2024-05-06T02:46:21.268602+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:22.883 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:22 smithi155 bash[23100]: cluster 2024-05-06T02:46:21.268602+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:22.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:22 smithi052 bash[21498]: cluster 2024-05-06T02:46:21.268602+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:22.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:22 smithi052 bash[21498]: cluster 2024-05-06T02:46:21.268602+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:23.510 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:46:24.532 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:24 smithi052 bash[21498]: cluster 2024-05-06T02:46:23.269173+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:24.533 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:24 smithi052 bash[21498]: cluster 2024-05-06T02:46:23.269173+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:24.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:24 smithi155 bash[23100]: cluster 2024-05-06T02:46:23.269173+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:24.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:24 smithi155 bash[23100]: cluster 2024-05-06T02:46:23.269173+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:24.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:24 smithi172 bash[23789]: cluster 2024-05-06T02:46:23.269173+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:24.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:24 smithi172 bash[23789]: cluster 2024-05-06T02:46:23.269173+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:25.973 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:46:26.543 INFO:teuthology.orchestra.run.smithi052.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6800","nonce":2561558796},{"type":"v1","addr":"172.21.15.52:6801","nonce":2561558796}]},"active_addr":"172.21.15.52:6801/2561558796","active_change":"2024-05-06T02:38:55.149410+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"1","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"1","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.52: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.52:0","nonce":1600245085}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.52:0","nonce":1535243968}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.52:0","nonce":3458458867}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.52:0","nonce":170016854}]}]} 2024-05-06T02:46:26.547 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-06T02:46:26.547 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-06T02:46:26.548 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T02:46:26.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:26 smithi155 bash[23100]: cluster 2024-05-06T02:46:25.269817+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:26.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:26 smithi155 bash[23100]: cluster 2024-05-06T02:46:25.269817+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:26.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:26 smithi155 bash[23100]: audit 2024-05-06T02:46:25.984074+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.52:0/2781477465' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T02:46:26.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:26 smithi155 bash[23100]: audit 2024-05-06T02:46:25.984074+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.52:0/2781477465' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T02:46:26.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:26 smithi052 bash[21498]: cluster 2024-05-06T02:46:25.269817+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:26.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:26 smithi052 bash[21498]: cluster 2024-05-06T02:46:25.269817+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:26.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:26 smithi052 bash[21498]: audit 2024-05-06T02:46:25.984074+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.52:0/2781477465' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T02:46:26.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:26 smithi052 bash[21498]: audit 2024-05-06T02:46:25.984074+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.52:0/2781477465' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T02:46:26.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:26 smithi172 bash[23789]: cluster 2024-05-06T02:46:25.269817+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:26.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:26 smithi172 bash[23789]: cluster 2024-05-06T02:46:25.269817+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:26.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:26 smithi172 bash[23789]: audit 2024-05-06T02:46:25.984074+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.52:0/2781477465' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T02:46:26.941 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:26 smithi172 bash[23789]: audit 2024-05-06T02:46:25.984074+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.52:0/2781477465' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T02:46:28.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:28 smithi155 bash[23100]: cluster 2024-05-06T02:46:27.270382+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:28.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:28 smithi155 bash[23100]: cluster 2024-05-06T02:46:27.270382+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:28.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:28 smithi052 bash[21498]: cluster 2024-05-06T02:46:27.270382+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:28.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:28 smithi052 bash[21498]: cluster 2024-05-06T02:46:27.270382+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:28.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:28 smithi172 bash[23789]: cluster 2024-05-06T02:46:27.270382+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:28.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:28 smithi172 bash[23789]: cluster 2024-05-06T02:46:27.270382+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:29.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:29 smithi155 bash[23100]: cluster 2024-05-06T02:46:29.271051+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:29.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:29 smithi155 bash[23100]: cluster 2024-05-06T02:46:29.271051+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:29.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:29 smithi052 bash[21498]: cluster 2024-05-06T02:46:29.271051+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:29.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:29 smithi052 bash[21498]: cluster 2024-05-06T02:46:29.271051+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:29.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:29 smithi172 bash[23789]: cluster 2024-05-06T02:46:29.271051+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:29.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:29 smithi172 bash[23789]: cluster 2024-05-06T02:46:29.271051+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:31.285 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:46:32.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:32 smithi155 bash[23100]: cluster 2024-05-06T02:46:31.271759+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:32.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:32 smithi155 bash[23100]: cluster 2024-05-06T02:46:31.271759+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:32.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:32 smithi052 bash[21498]: cluster 2024-05-06T02:46:31.271759+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:32.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:32 smithi052 bash[21498]: cluster 2024-05-06T02:46:31.271759+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:32.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:32 smithi172 bash[23789]: cluster 2024-05-06T02:46:31.271759+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:32.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:32 smithi172 bash[23789]: cluster 2024-05-06T02:46:31.271759+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:33.722 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:46:33.723 INFO:teuthology.orchestra.run.smithi052.stdout:{"epoch":39,"fsid":"6b724fee-0b51-11ef-bc97-c7b262605968","created":"2024-05-06T02:37:49.487693+0000","modified":"2024-05-06T02:45:55.363412+0000","last_up_change":"2024-05-06T02:45:53.339670+0000","last_in_change":"2024-05-06T02:45:29.016229+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-06T02:43:25.427395+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":"74694b33-ba98-4dd4-8b96-6295d4938069","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6802","nonce":4191001199},{"type":"v1","addr":"172.21.15.52:6803","nonce":4191001199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6804","nonce":4191001199},{"type":"v1","addr":"172.21.15.52:6805","nonce":4191001199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6808","nonce":4191001199},{"type":"v1","addr":"172.21.15.52:6809","nonce":4191001199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6806","nonce":4191001199},{"type":"v1","addr":"172.21.15.52:6807","nonce":4191001199}]},"public_addr":"172.21.15.52:6803/4191001199","cluster_addr":"172.21.15.52:6805/4191001199","heartbeat_back_addr":"172.21.15.52:6809/4191001199","heartbeat_front_addr":"172.21.15.52:6807/4191001199","state":["exists","up"]},{"osd":1,"uuid":"b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93","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.52:6810","nonce":3801027193},{"type":"v1","addr":"172.21.15.52:6811","nonce":3801027193}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6812","nonce":3801027193},{"type":"v1","addr":"172.21.15.52:6813","nonce":3801027193}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6816","nonce":3801027193},{"type":"v1","addr":"172.21.15.52:6817","nonce":3801027193}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6814","nonce":3801027193},{"type":"v1","addr":"172.21.15.52:6815","nonce":3801027193}]},"public_addr":"172.21.15.52:6811/3801027193","cluster_addr":"172.21.15.52:6813/3801027193","heartbeat_back_addr":"172.21.15.52:6817/3801027193","heartbeat_front_addr":"172.21.15.52:6815/3801027193","state":["exists","up"]},{"osd":2,"uuid":"d5923cd7-432e-497a-a563-52f7f54c83cd","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.155:6800","nonce":5133816},{"type":"v1","addr":"172.21.15.155:6801","nonce":5133816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":5133816},{"type":"v1","addr":"172.21.15.155:6803","nonce":5133816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":5133816},{"type":"v1","addr":"172.21.15.155:6807","nonce":5133816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":5133816},{"type":"v1","addr":"172.21.15.155:6805","nonce":5133816}]},"public_addr":"172.21.15.155:6801/5133816","cluster_addr":"172.21.15.155:6803/5133816","heartbeat_back_addr":"172.21.15.155:6807/5133816","heartbeat_front_addr":"172.21.15.155:6805/5133816","state":["exists","up"]},{"osd":3,"uuid":"7670a729-577d-4d3c-8215-617a9b950794","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":2105033817},{"type":"v1","addr":"172.21.15.155:6809","nonce":2105033817}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":2105033817},{"type":"v1","addr":"172.21.15.155:6811","nonce":2105033817}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":2105033817},{"type":"v1","addr":"172.21.15.155:6815","nonce":2105033817}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":2105033817},{"type":"v1","addr":"172.21.15.155:6813","nonce":2105033817}]},"public_addr":"172.21.15.155:6809/2105033817","cluster_addr":"172.21.15.155:6811/2105033817","heartbeat_back_addr":"172.21.15.155:6815/2105033817","heartbeat_front_addr":"172.21.15.155:6813/2105033817","state":["exists","up"]},{"osd":4,"uuid":"65dfb985-9086-4078-908a-a0295e3b5ce2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":979537580},{"type":"v1","addr":"172.21.15.172:6801","nonce":979537580}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":979537580},{"type":"v1","addr":"172.21.15.172:6803","nonce":979537580}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":979537580},{"type":"v1","addr":"172.21.15.172:6807","nonce":979537580}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":979537580},{"type":"v1","addr":"172.21.15.172:6805","nonce":979537580}]},"public_addr":"172.21.15.172:6801/979537580","cluster_addr":"172.21.15.172:6803/979537580","heartbeat_back_addr":"172.21.15.172:6807/979537580","heartbeat_front_addr":"172.21.15.172:6805/979537580","state":["exists","up"]},{"osd":5,"uuid":"c82a6249-aec2-4a3e-9a9a-f4ff71001a87","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":154562136},{"type":"v1","addr":"172.21.15.172:6809","nonce":154562136}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":154562136},{"type":"v1","addr":"172.21.15.172:6811","nonce":154562136}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":154562136},{"type":"v1","addr":"172.21.15.172:6815","nonce":154562136}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":154562136},{"type":"v1","addr":"172.21.15.172:6813","nonce":154562136}]},"public_addr":"172.21.15.172:6809/154562136","cluster_addr":"172.21.15.172:6811/154562136","heartbeat_back_addr":"172.21.15.172:6815/154562136","heartbeat_front_addr":"172.21.15.172:6813/154562136","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-06T02:41:42.116985+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-06T02:42:32.357251+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-06T02:43:22.295881+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-06T02:44:13.053550+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-06T02:45:01.174362+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-06T02:45:52.116214+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.52:0/3713754618":"2024-05-07T02:38:55.149024+0000","172.21.15.52:6801/322673655":"2024-05-07T02:38:55.149024+0000","172.21.15.52:0/3699234795":"2024-05-07T02:38:55.149024+0000","172.21.15.52:0/2161482912":"2024-05-07T02:38:20.877589+0000","172.21.15.52:0/583582167":"2024-05-07T02:38:20.877589+0000","172.21.15.52:6801/1795220206":"2024-05-07T02:38:20.877589+0000","172.21.15.52:0/745408341":"2024-05-07T02:38:20.877589+0000","172.21.15.52:6800/1795220206":"2024-05-07T02:38:20.877589+0000","172.21.15.52:6800/322673655":"2024-05-07T02:38:55.149024+0000","172.21.15.52:0/1213010920":"2024-05-07T02:38:55.149024+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-06T02:46:34.272 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-06T02:46:34.272 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T02:46:34.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:34 smithi155 bash[23100]: cluster 2024-05-06T02:46:33.272371+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:34.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:34 smithi155 bash[23100]: cluster 2024-05-06T02:46:33.272371+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:34.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:34 smithi155 bash[23100]: audit 2024-05-06T02:46:33.743383+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.52:0/2159188922' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:34.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:34 smithi155 bash[23100]: audit 2024-05-06T02:46:33.743383+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.52:0/2159188922' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:34.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:34 smithi052 bash[21498]: cluster 2024-05-06T02:46:33.272371+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:34.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:34 smithi052 bash[21498]: cluster 2024-05-06T02:46:33.272371+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:34.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:34 smithi052 bash[21498]: audit 2024-05-06T02:46:33.743383+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.52:0/2159188922' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:34.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:34 smithi052 bash[21498]: audit 2024-05-06T02:46:33.743383+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.52:0/2159188922' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:34.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:34 smithi172 bash[23789]: cluster 2024-05-06T02:46:33.272371+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:34.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:34 smithi172 bash[23789]: cluster 2024-05-06T02:46:33.272371+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:34.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:34 smithi172 bash[23789]: audit 2024-05-06T02:46:33.743383+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.52:0/2159188922' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:34.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:34 smithi172 bash[23789]: audit 2024-05-06T02:46:33.743383+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.52:0/2159188922' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:36.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:36 smithi155 bash[23100]: cluster 2024-05-06T02:46:35.272943+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:36.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:36 smithi155 bash[23100]: cluster 2024-05-06T02:46:35.272943+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:36.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:36 smithi052 bash[21498]: cluster 2024-05-06T02:46:35.272943+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:36.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:36 smithi052 bash[21498]: cluster 2024-05-06T02:46:35.272943+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:36.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:36 smithi172 bash[23789]: cluster 2024-05-06T02:46:35.272943+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:36.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:36 smithi172 bash[23789]: cluster 2024-05-06T02:46:35.272943+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:38.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:38 smithi155 bash[23100]: cluster 2024-05-06T02:46:37.273504+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:38.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:38 smithi155 bash[23100]: cluster 2024-05-06T02:46:37.273504+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:38.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:38 smithi052 bash[21498]: cluster 2024-05-06T02:46:37.273504+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:38.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:38 smithi052 bash[21498]: cluster 2024-05-06T02:46:37.273504+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:38.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:38 smithi172 bash[23789]: cluster 2024-05-06T02:46:37.273504+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:38.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:38 smithi172 bash[23789]: cluster 2024-05-06T02:46:37.273504+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:39.010 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:46:40.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:40 smithi155 bash[23100]: cluster 2024-05-06T02:46:39.274079+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:40.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:40 smithi155 bash[23100]: cluster 2024-05-06T02:46:39.274079+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:40.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:40 smithi052 bash[21498]: cluster 2024-05-06T02:46:39.274079+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:40.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:40 smithi052 bash[21498]: cluster 2024-05-06T02:46:39.274079+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:40.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:40 smithi172 bash[23789]: cluster 2024-05-06T02:46:39.274079+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:40.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:40 smithi172 bash[23789]: cluster 2024-05-06T02:46:39.274079+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:41.316 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:46:41.316 INFO:teuthology.orchestra.run.smithi052.stdout:{"epoch":39,"fsid":"6b724fee-0b51-11ef-bc97-c7b262605968","created":"2024-05-06T02:37:49.487693+0000","modified":"2024-05-06T02:45:55.363412+0000","last_up_change":"2024-05-06T02:45:53.339670+0000","last_in_change":"2024-05-06T02:45:29.016229+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-06T02:43:25.427395+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":"74694b33-ba98-4dd4-8b96-6295d4938069","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6802","nonce":4191001199},{"type":"v1","addr":"172.21.15.52:6803","nonce":4191001199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6804","nonce":4191001199},{"type":"v1","addr":"172.21.15.52:6805","nonce":4191001199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6808","nonce":4191001199},{"type":"v1","addr":"172.21.15.52:6809","nonce":4191001199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6806","nonce":4191001199},{"type":"v1","addr":"172.21.15.52:6807","nonce":4191001199}]},"public_addr":"172.21.15.52:6803/4191001199","cluster_addr":"172.21.15.52:6805/4191001199","heartbeat_back_addr":"172.21.15.52:6809/4191001199","heartbeat_front_addr":"172.21.15.52:6807/4191001199","state":["exists","up"]},{"osd":1,"uuid":"b4bc6cbe-04b5-4fa6-89fc-4d2ec1bf1e93","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.52:6810","nonce":3801027193},{"type":"v1","addr":"172.21.15.52:6811","nonce":3801027193}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6812","nonce":3801027193},{"type":"v1","addr":"172.21.15.52:6813","nonce":3801027193}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6816","nonce":3801027193},{"type":"v1","addr":"172.21.15.52:6817","nonce":3801027193}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.52:6814","nonce":3801027193},{"type":"v1","addr":"172.21.15.52:6815","nonce":3801027193}]},"public_addr":"172.21.15.52:6811/3801027193","cluster_addr":"172.21.15.52:6813/3801027193","heartbeat_back_addr":"172.21.15.52:6817/3801027193","heartbeat_front_addr":"172.21.15.52:6815/3801027193","state":["exists","up"]},{"osd":2,"uuid":"d5923cd7-432e-497a-a563-52f7f54c83cd","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.155:6800","nonce":5133816},{"type":"v1","addr":"172.21.15.155:6801","nonce":5133816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":5133816},{"type":"v1","addr":"172.21.15.155:6803","nonce":5133816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":5133816},{"type":"v1","addr":"172.21.15.155:6807","nonce":5133816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":5133816},{"type":"v1","addr":"172.21.15.155:6805","nonce":5133816}]},"public_addr":"172.21.15.155:6801/5133816","cluster_addr":"172.21.15.155:6803/5133816","heartbeat_back_addr":"172.21.15.155:6807/5133816","heartbeat_front_addr":"172.21.15.155:6805/5133816","state":["exists","up"]},{"osd":3,"uuid":"7670a729-577d-4d3c-8215-617a9b950794","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":2105033817},{"type":"v1","addr":"172.21.15.155:6809","nonce":2105033817}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":2105033817},{"type":"v1","addr":"172.21.15.155:6811","nonce":2105033817}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":2105033817},{"type":"v1","addr":"172.21.15.155:6815","nonce":2105033817}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":2105033817},{"type":"v1","addr":"172.21.15.155:6813","nonce":2105033817}]},"public_addr":"172.21.15.155:6809/2105033817","cluster_addr":"172.21.15.155:6811/2105033817","heartbeat_back_addr":"172.21.15.155:6815/2105033817","heartbeat_front_addr":"172.21.15.155:6813/2105033817","state":["exists","up"]},{"osd":4,"uuid":"65dfb985-9086-4078-908a-a0295e3b5ce2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":979537580},{"type":"v1","addr":"172.21.15.172:6801","nonce":979537580}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":979537580},{"type":"v1","addr":"172.21.15.172:6803","nonce":979537580}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":979537580},{"type":"v1","addr":"172.21.15.172:6807","nonce":979537580}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":979537580},{"type":"v1","addr":"172.21.15.172:6805","nonce":979537580}]},"public_addr":"172.21.15.172:6801/979537580","cluster_addr":"172.21.15.172:6803/979537580","heartbeat_back_addr":"172.21.15.172:6807/979537580","heartbeat_front_addr":"172.21.15.172:6805/979537580","state":["exists","up"]},{"osd":5,"uuid":"c82a6249-aec2-4a3e-9a9a-f4ff71001a87","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":154562136},{"type":"v1","addr":"172.21.15.172:6809","nonce":154562136}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":154562136},{"type":"v1","addr":"172.21.15.172:6811","nonce":154562136}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":154562136},{"type":"v1","addr":"172.21.15.172:6815","nonce":154562136}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":154562136},{"type":"v1","addr":"172.21.15.172:6813","nonce":154562136}]},"public_addr":"172.21.15.172:6809/154562136","cluster_addr":"172.21.15.172:6811/154562136","heartbeat_back_addr":"172.21.15.172:6815/154562136","heartbeat_front_addr":"172.21.15.172:6813/154562136","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-06T02:41:42.116985+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-06T02:42:32.357251+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-06T02:43:22.295881+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-06T02:44:13.053550+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-06T02:45:01.174362+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-06T02:45:52.116214+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.52:0/3713754618":"2024-05-07T02:38:55.149024+0000","172.21.15.52:6801/322673655":"2024-05-07T02:38:55.149024+0000","172.21.15.52:0/3699234795":"2024-05-07T02:38:55.149024+0000","172.21.15.52:0/2161482912":"2024-05-07T02:38:20.877589+0000","172.21.15.52:0/583582167":"2024-05-07T02:38:20.877589+0000","172.21.15.52:6801/1795220206":"2024-05-07T02:38:20.877589+0000","172.21.15.52:0/745408341":"2024-05-07T02:38:20.877589+0000","172.21.15.52:6800/1795220206":"2024-05-07T02:38:20.877589+0000","172.21.15.52:6800/322673655":"2024-05-07T02:38:55.149024+0000","172.21.15.52:0/1213010920":"2024-05-07T02:38:55.149024+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-06T02:46:41.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:41 smithi155 bash[23100]: audit 2024-05-06T02:46:41.337857+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.52:0/4267060454' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:41.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:41 smithi155 bash[23100]: audit 2024-05-06T02:46:41.337857+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.52:0/4267060454' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:41.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:41 smithi052 bash[21498]: audit 2024-05-06T02:46:41.337857+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.52:0/4267060454' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:41.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:41 smithi052 bash[21498]: audit 2024-05-06T02:46:41.337857+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.52:0/4267060454' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:41.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:41 smithi172 bash[23789]: audit 2024-05-06T02:46:41.337857+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.52:0/4267060454' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:41.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:41 smithi172 bash[23789]: audit 2024-05-06T02:46:41.337857+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.52:0/4267060454' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T02:46:41.921 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-06T02:46:41.922 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-06T02:46:41.922 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-06T02:46:41.923 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-05-06T02:46:41.923 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-05-06T02:46:41.924 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-05-06T02:46:42.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:42 smithi155 bash[23100]: cluster 2024-05-06T02:46:41.274622+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:42.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:42 smithi155 bash[23100]: cluster 2024-05-06T02:46:41.274622+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:42.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:42 smithi052 bash[21498]: cluster 2024-05-06T02:46:41.274622+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:42.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:42 smithi052 bash[21498]: cluster 2024-05-06T02:46:41.274622+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:42.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:42 smithi172 bash[23789]: cluster 2024-05-06T02:46:41.274622+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:42.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:42 smithi172 bash[23789]: cluster 2024-05-06T02:46:41.274622+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:44.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:44 smithi155 bash[23100]: cluster 2024-05-06T02:46:43.275230+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:44.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:44 smithi155 bash[23100]: cluster 2024-05-06T02:46:43.275230+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:44.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:44 smithi052 bash[21498]: cluster 2024-05-06T02:46:43.275230+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:44.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:44 smithi052 bash[21498]: cluster 2024-05-06T02:46:43.275230+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:44.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:44 smithi172 bash[23789]: cluster 2024-05-06T02:46:43.275230+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:44.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:44 smithi172 bash[23789]: cluster 2024-05-06T02:46:43.275230+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:46.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:46 smithi155 bash[23100]: cluster 2024-05-06T02:46:45.275764+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:46.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:46 smithi155 bash[23100]: cluster 2024-05-06T02:46:45.275764+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:46 smithi052 bash[21498]: cluster 2024-05-06T02:46:45.275764+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:46 smithi052 bash[21498]: cluster 2024-05-06T02:46:45.275764+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:46.677 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:46:46.678 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:46:46.678 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:46:46.679 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:46:46.679 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:46:46.680 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:46:46.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:46 smithi172 bash[23789]: cluster 2024-05-06T02:46:45.275764+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:46.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:46 smithi172 bash[23789]: cluster 2024-05-06T02:46:45.275764+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:48.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:48 smithi155 bash[23100]: cluster 2024-05-06T02:46:47.276333+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:48.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:48 smithi155 bash[23100]: cluster 2024-05-06T02:46:47.276333+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:48.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:48 smithi052 bash[21498]: cluster 2024-05-06T02:46:47.276333+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:48.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:48 smithi052 bash[21498]: cluster 2024-05-06T02:46:47.276333+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:48.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:48 smithi172 bash[23789]: cluster 2024-05-06T02:46:47.276333+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:48.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:48 smithi172 bash[23789]: cluster 2024-05-06T02:46:47.276333+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:50.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:50 smithi155 bash[23100]: cluster 2024-05-06T02:46:49.276822+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:50.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:50 smithi155 bash[23100]: cluster 2024-05-06T02:46:49.276822+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:50.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:50 smithi052 bash[21498]: cluster 2024-05-06T02:46:49.276822+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:50.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:50 smithi052 bash[21498]: cluster 2024-05-06T02:46:49.276822+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:50.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:50 smithi172 bash[23789]: cluster 2024-05-06T02:46:49.276822+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:50.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:50 smithi172 bash[23789]: cluster 2024-05-06T02:46:49.276822+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:52.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:52 smithi155 bash[23100]: cluster 2024-05-06T02:46:51.277371+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:52.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:52 smithi155 bash[23100]: cluster 2024-05-06T02:46:51.277371+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:52.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:52 smithi052 bash[21498]: cluster 2024-05-06T02:46:51.277371+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:52.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:52 smithi052 bash[21498]: cluster 2024-05-06T02:46:51.277371+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:52.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:52 smithi172 bash[23789]: cluster 2024-05-06T02:46:51.277371+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:52.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:52 smithi172 bash[23789]: cluster 2024-05-06T02:46:51.277371+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:54.474 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:54 smithi052 bash[21498]: cluster 2024-05-06T02:46:53.277719+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:54.475 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:54 smithi052 bash[21498]: cluster 2024-05-06T02:46:53.277719+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:54.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:54 smithi155 bash[23100]: cluster 2024-05-06T02:46:53.277719+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:54.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:54 smithi155 bash[23100]: cluster 2024-05-06T02:46:53.277719+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:54.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:54 smithi172 bash[23789]: cluster 2024-05-06T02:46:53.277719+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:54.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:54 smithi172 bash[23789]: cluster 2024-05-06T02:46:53.277719+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:55.377 INFO:teuthology.orchestra.run.smithi052.stdout:133143986201 2024-05-06T02:46:55.377 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-05-06T02:46:56.475 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:56 smithi052 bash[21498]: cluster 2024-05-06T02:46:55.278033+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:56.476 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:56 smithi052 bash[21498]: cluster 2024-05-06T02:46:55.278033+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:56.476 INFO:teuthology.orchestra.run.smithi052.stdout:34359738434 2024-05-06T02:46:56.477 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-06T02:46:56.552 INFO:teuthology.orchestra.run.smithi052.stdout:158913789968 2024-05-06T02:46:56.552 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-05-06T02:46:56.615 INFO:teuthology.orchestra.run.smithi052.stdout:55834574903 2024-05-06T02:46:56.616 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-06T02:46:56.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:56 smithi155 bash[23100]: cluster 2024-05-06T02:46:55.278033+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:56.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:56 smithi155 bash[23100]: cluster 2024-05-06T02:46:55.278033+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:56.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:56 smithi172 bash[23789]: cluster 2024-05-06T02:46:55.278033+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:56.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:56 smithi172 bash[23789]: cluster 2024-05-06T02:46:55.278033+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:57.230 INFO:teuthology.orchestra.run.smithi052.stdout:77309411374 2024-05-06T02:46:57.230 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-06T02:46:57.242 INFO:teuthology.orchestra.run.smithi052.stdout:107374182435 2024-05-06T02:46:57.243 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-05-06T02:46:58.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:58 smithi155 bash[23100]: cluster 2024-05-06T02:46:57.278418+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:58.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:46:58 smithi155 bash[23100]: cluster 2024-05-06T02:46:57.278418+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:58.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:58 smithi052 bash[21498]: cluster 2024-05-06T02:46:57.278418+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:58.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:46:58 smithi052 bash[21498]: cluster 2024-05-06T02:46:57.278418+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:58.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:58 smithi172 bash[23789]: cluster 2024-05-06T02:46:57.278418+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:46:58.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:46:58 smithi172 bash[23789]: cluster 2024-05-06T02:46:57.278418+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:00.090 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:47:00.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:00 smithi155 bash[23100]: cluster 2024-05-06T02:46:59.279044+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:00.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:00 smithi155 bash[23100]: cluster 2024-05-06T02:46:59.279044+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:00.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:00 smithi052 bash[21498]: cluster 2024-05-06T02:46:59.279044+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:00.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:00 smithi052 bash[21498]: cluster 2024-05-06T02:46:59.279044+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:00.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:00 smithi172 bash[23789]: cluster 2024-05-06T02:46:59.279044+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:00.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:00 smithi172 bash[23789]: cluster 2024-05-06T02:46:59.279044+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:01.099 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:47:01.100 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:47:01.100 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:47:01.101 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:47:01.101 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:47:02.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:02 smithi155 bash[23100]: cluster 2024-05-06T02:47:01.279723+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:02.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:02 smithi155 bash[23100]: cluster 2024-05-06T02:47:01.279723+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:02.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:02 smithi052 bash[21498]: cluster 2024-05-06T02:47:01.279723+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:02.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:02 smithi052 bash[21498]: cluster 2024-05-06T02:47:01.279723+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:02.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:02 smithi172 bash[23789]: cluster 2024-05-06T02:47:01.279723+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:02.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:02 smithi172 bash[23789]: cluster 2024-05-06T02:47:01.279723+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:04.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:04 smithi155 bash[23100]: cluster 2024-05-06T02:47:03.280421+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:04.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:04 smithi155 bash[23100]: cluster 2024-05-06T02:47:03.280421+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:04.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:04 smithi155 bash[23100]: audit 2024-05-06T02:47:04.060495+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:47:04.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:04 smithi155 bash[23100]: audit 2024-05-06T02:47:04.060495+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:47:04.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:04 smithi052 bash[21498]: cluster 2024-05-06T02:47:03.280421+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:04.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:04 smithi052 bash[21498]: cluster 2024-05-06T02:47:03.280421+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:04.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:04 smithi052 bash[21498]: audit 2024-05-06T02:47:04.060495+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:47:04.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:04 smithi052 bash[21498]: audit 2024-05-06T02:47:04.060495+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:47:04.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:04 smithi172 bash[23789]: cluster 2024-05-06T02:47:03.280421+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:04.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:04 smithi172 bash[23789]: cluster 2024-05-06T02:47:03.280421+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:04.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:04 smithi172 bash[23789]: audit 2024-05-06T02:47:04.060495+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:47:04.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:04 smithi172 bash[23789]: audit 2024-05-06T02:47:04.060495+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:47:05.481 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:05 smithi052 bash[21498]: audit 2024-05-06T02:47:04.847970+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:47:05.481 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:05 smithi052 bash[21498]: audit 2024-05-06T02:47:04.847970+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:47:05.482 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:05 smithi052 bash[21498]: audit 2024-05-06T02:47:04.849303+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:47:05.482 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:05 smithi052 bash[21498]: audit 2024-05-06T02:47:04.849303+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:47:05.482 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:05 smithi052 bash[21498]: audit 2024-05-06T02:47:04.857662+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:05.482 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:05 smithi052 bash[21498]: audit 2024-05-06T02:47:04.857662+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:05.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:05 smithi155 bash[23100]: audit 2024-05-06T02:47:04.847970+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:47:05.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:05 smithi155 bash[23100]: audit 2024-05-06T02:47:04.847970+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:47:05.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:05 smithi155 bash[23100]: audit 2024-05-06T02:47:04.849303+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:47:05.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:05 smithi155 bash[23100]: audit 2024-05-06T02:47:04.849303+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:47:05.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:05 smithi155 bash[23100]: audit 2024-05-06T02:47:04.857662+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:05.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:05 smithi155 bash[23100]: audit 2024-05-06T02:47:04.857662+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:05.666 INFO:teuthology.orchestra.run.smithi052.stdout:133143986203 2024-05-06T02:47:05.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:05 smithi172 bash[23789]: audit 2024-05-06T02:47:04.847970+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:47:05.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:05 smithi172 bash[23789]: audit 2024-05-06T02:47:04.847970+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:47:05.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:05 smithi172 bash[23789]: audit 2024-05-06T02:47:04.849303+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:47:05.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:05 smithi172 bash[23789]: audit 2024-05-06T02:47:04.849303+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:47:05.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:05 smithi172 bash[23789]: audit 2024-05-06T02:47:04.857662+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:05.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:05 smithi172 bash[23789]: audit 2024-05-06T02:47:04.857662+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:05.983 INFO:teuthology.orchestra.run.smithi052.stdout:77309411376 2024-05-06T02:47:06.571 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:06 smithi052 bash[21498]: cluster 2024-05-06T02:47:05.280763+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:06.571 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:06 smithi052 bash[21498]: cluster 2024-05-06T02:47:05.280763+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:06.571 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:06 smithi052 bash[21498]: audit 2024-05-06T02:47:05.688652+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.52:0/2695743214' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-06T02:47:06.571 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:06 smithi052 bash[21498]: audit 2024-05-06T02:47:05.688652+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.52:0/2695743214' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-06T02:47:06.572 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:06 smithi052 bash[21498]: audit 2024-05-06T02:47:06.005925+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.52:0/662154397' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T02:47:06.572 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:06 smithi052 bash[21498]: audit 2024-05-06T02:47:06.005925+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.52:0/662154397' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T02:47:06.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:06 smithi155 bash[23100]: cluster 2024-05-06T02:47:05.280763+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:06.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:06 smithi155 bash[23100]: cluster 2024-05-06T02:47:05.280763+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:06.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:06 smithi155 bash[23100]: audit 2024-05-06T02:47:05.688652+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.52:0/2695743214' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-06T02:47:06.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:06 smithi155 bash[23100]: audit 2024-05-06T02:47:05.688652+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.52:0/2695743214' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-06T02:47:06.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:06 smithi155 bash[23100]: audit 2024-05-06T02:47:06.005925+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.52:0/662154397' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T02:47:06.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:06 smithi155 bash[23100]: audit 2024-05-06T02:47:06.005925+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.52:0/662154397' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T02:47:06.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:06 smithi172 bash[23789]: cluster 2024-05-06T02:47:05.280763+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:06.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:06 smithi172 bash[23789]: cluster 2024-05-06T02:47:05.280763+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:06.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:06 smithi172 bash[23789]: audit 2024-05-06T02:47:05.688652+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.52:0/2695743214' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-06T02:47:06.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:06 smithi172 bash[23789]: audit 2024-05-06T02:47:05.688652+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.52:0/2695743214' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-06T02:47:06.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:06 smithi172 bash[23789]: audit 2024-05-06T02:47:06.005925+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.52:0/662154397' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T02:47:06.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:06 smithi172 bash[23789]: audit 2024-05-06T02:47:06.005925+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.52:0/662154397' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T02:47:07.907 INFO:teuthology.orchestra.run.smithi052.stdout:55834574906 2024-05-06T02:47:08.395 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986201 got 133143986203 for osd.4 2024-05-06T02:47:08.396 DEBUG:teuthology.parallel:result is None 2024-05-06T02:47:08.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:08 smithi052 bash[21498]: cluster 2024-05-06T02:47:07.281216+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:08.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:08 smithi052 bash[21498]: cluster 2024-05-06T02:47:07.281216+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:08.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:08 smithi052 bash[21498]: audit 2024-05-06T02:47:07.930087+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.52:0/1314180386' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T02:47:08.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:08 smithi052 bash[21498]: audit 2024-05-06T02:47:07.930087+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.52:0/1314180386' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T02:47:08.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:08 smithi172 bash[23789]: cluster 2024-05-06T02:47:07.281216+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:08.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:08 smithi172 bash[23789]: cluster 2024-05-06T02:47:07.281216+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:08.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:08 smithi172 bash[23789]: audit 2024-05-06T02:47:07.930087+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.52:0/1314180386' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T02:47:08.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:08 smithi172 bash[23789]: audit 2024-05-06T02:47:07.930087+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.52:0/1314180386' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T02:47:08.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:08 smithi155 bash[23100]: cluster 2024-05-06T02:47:07.281216+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:08.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:08 smithi155 bash[23100]: cluster 2024-05-06T02:47:07.281216+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:08.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:08 smithi155 bash[23100]: audit 2024-05-06T02:47:07.930087+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.52:0/1314180386' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T02:47:08.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:08 smithi155 bash[23100]: audit 2024-05-06T02:47:07.930087+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.52:0/1314180386' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T02:47:08.882 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411374 got 77309411376 for osd.2 2024-05-06T02:47:08.882 DEBUG:teuthology.parallel:result is None 2024-05-06T02:47:09.496 INFO:teuthology.orchestra.run.smithi052.stdout:107374182437 2024-05-06T02:47:09.926 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574903 got 55834574906 for osd.1 2024-05-06T02:47:09.926 DEBUG:teuthology.parallel:result is None 2024-05-06T02:47:10.236 INFO:teuthology.orchestra.run.smithi052.stdout:158913789970 2024-05-06T02:47:10.484 INFO:teuthology.orchestra.run.smithi052.stdout:34359738436 2024-05-06T02:47:10.617 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182435 got 107374182437 for osd.3 2024-05-06T02:47:10.617 DEBUG:teuthology.parallel:result is None 2024-05-06T02:47:10.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:10 smithi052 bash[21498]: cluster 2024-05-06T02:47:09.281587+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:10.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:10 smithi052 bash[21498]: cluster 2024-05-06T02:47:09.281587+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:10.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:10 smithi052 bash[21498]: audit 2024-05-06T02:47:09.518322+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.52:0/688347995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-06T02:47:10.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:10 smithi052 bash[21498]: audit 2024-05-06T02:47:09.518322+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.52:0/688347995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-06T02:47:10.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:10 smithi052 bash[21498]: audit 2024-05-06T02:47:10.258789+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.52:0/3926650024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-06T02:47:10.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:10 smithi052 bash[21498]: audit 2024-05-06T02:47:10.258789+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.52:0/3926650024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-06T02:47:10.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:10 smithi172 bash[23789]: cluster 2024-05-06T02:47:09.281587+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:10.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:10 smithi172 bash[23789]: cluster 2024-05-06T02:47:09.281587+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:10.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:10 smithi172 bash[23789]: audit 2024-05-06T02:47:09.518322+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.52:0/688347995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-06T02:47:10.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:10 smithi172 bash[23789]: audit 2024-05-06T02:47:09.518322+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.52:0/688347995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-06T02:47:10.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:10 smithi172 bash[23789]: audit 2024-05-06T02:47:10.258789+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.52:0/3926650024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-06T02:47:10.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:10 smithi172 bash[23789]: audit 2024-05-06T02:47:10.258789+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.52:0/3926650024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-06T02:47:10.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:10 smithi155 bash[23100]: cluster 2024-05-06T02:47:09.281587+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:10.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:10 smithi155 bash[23100]: cluster 2024-05-06T02:47:09.281587+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:10.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:10 smithi155 bash[23100]: audit 2024-05-06T02:47:09.518322+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.52:0/688347995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-06T02:47:10.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:10 smithi155 bash[23100]: audit 2024-05-06T02:47:09.518322+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.52:0/688347995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-06T02:47:10.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:10 smithi155 bash[23100]: audit 2024-05-06T02:47:10.258789+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.52:0/3926650024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-06T02:47:10.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:10 smithi155 bash[23100]: audit 2024-05-06T02:47:10.258789+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.52:0/3926650024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-06T02:47:11.247 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789968 got 158913789970 for osd.5 2024-05-06T02:47:11.247 DEBUG:teuthology.parallel:result is None 2024-05-06T02:47:11.315 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738434 got 34359738436 for osd.0 2024-05-06T02:47:11.315 DEBUG:teuthology.parallel:result is None 2024-05-06T02:47:11.315 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-06T02:47:11.316 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-06T02:47:11.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:11 smithi052 bash[21498]: audit 2024-05-06T02:47:10.506957+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.52:0/2212809992' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T02:47:11.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:11 smithi052 bash[21498]: audit 2024-05-06T02:47:10.506957+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.52:0/2212809992' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T02:47:11.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:11 smithi172 bash[23789]: audit 2024-05-06T02:47:10.506957+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.52:0/2212809992' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T02:47:11.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:11 smithi172 bash[23789]: audit 2024-05-06T02:47:10.506957+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.52:0/2212809992' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T02:47:11.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:11 smithi155 bash[23100]: audit 2024-05-06T02:47:10.506957+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.52:0/2212809992' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T02:47:11.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:11 smithi155 bash[23100]: audit 2024-05-06T02:47:10.506957+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.52:0/2212809992' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T02:47:12.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:12 smithi172 bash[23789]: cluster 2024-05-06T02:47:11.282120+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:12.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:12 smithi172 bash[23789]: cluster 2024-05-06T02:47:11.282120+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:12.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:12 smithi155 bash[23100]: cluster 2024-05-06T02:47:11.282120+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:12.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:12 smithi155 bash[23100]: cluster 2024-05-06T02:47:11.282120+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:12.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:12 smithi052 bash[21498]: cluster 2024-05-06T02:47:11.282120+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:12.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:12 smithi052 bash[21498]: cluster 2024-05-06T02:47:11.282120+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:14.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:14 smithi172 bash[23789]: cluster 2024-05-06T02:47:13.282657+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:14.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:14 smithi172 bash[23789]: cluster 2024-05-06T02:47:13.282657+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:14.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:14 smithi155 bash[23100]: cluster 2024-05-06T02:47:13.282657+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:14.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:14 smithi155 bash[23100]: cluster 2024-05-06T02:47:13.282657+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:14.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:14 smithi052 bash[21498]: cluster 2024-05-06T02:47:13.282657+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:14.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:14 smithi052 bash[21498]: cluster 2024-05-06T02:47:13.282657+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:16.054 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:47:16.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:16 smithi172 bash[23789]: cluster 2024-05-06T02:47:15.283260+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:16.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:16 smithi172 bash[23789]: cluster 2024-05-06T02:47:15.283260+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:16.706 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:16 smithi052 bash[21498]: cluster 2024-05-06T02:47:15.283260+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:16.706 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:16 smithi052 bash[21498]: cluster 2024-05-06T02:47:15.283260+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:16.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:16 smithi155 bash[23100]: cluster 2024-05-06T02:47:15.283260+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:16.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:16 smithi155 bash[23100]: cluster 2024-05-06T02:47:15.283260+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:18.384 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:47:18.387 INFO:teuthology.orchestra.run.smithi052.stderr:dumped all 2024-05-06T02:47:18.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:18 smithi172 bash[23789]: cluster 2024-05-06T02:47:17.283775+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:18.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:18 smithi172 bash[23789]: cluster 2024-05-06T02:47:17.283775+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:18.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:18 smithi155 bash[23100]: cluster 2024-05-06T02:47:17.283775+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:18.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:18 smithi155 bash[23100]: cluster 2024-05-06T02:47:17.283775+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:18.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:18 smithi052 bash[21498]: cluster 2024-05-06T02:47:17.283775+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:18.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:18 smithi052 bash[21498]: cluster 2024-05-06T02:47:17.283775+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:19.019 INFO:teuthology.orchestra.run.smithi052.stdout:{"pg_ready":true,"pg_map":{"version":280,"stamp":"2024-05-06T02:47:17.283504+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":170120,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":166198,"kb_avail":562300792,"statfs":{"total":575970213888,"available":575796011008,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":170187424},"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.002910"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":62,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-05-06T02:45:55.549351+0000","last_change":"2024-05-06T02:45:55.548592+0000","last_active":"2024-05-06T02:45:55.549351+0000","last_peered":"2024-05-06T02:45:55.549351+0000","last_clean":"2024-05-06T02:45:55.549351+0000","last_became_active":"2024-05-06T02:45:55.537615+0000","last_became_peered":"2024-05-06T02:45:55.537615+0000","last_unstale":"2024-05-06T02:45:55.549351+0000","last_undegraded":"2024-05-06T02:45:55.549351+0000","last_fullsized":"2024-05-06T02:45:55.549351+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-06T02:43:26.047472+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-06T02:43:26.047472+0000","last_clean_scrub_stamp":"2024-05-06T02:43:26.047472+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-07T10:32:32.082327+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":37,"seq":158913789972,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27948,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717204,"statfs":{"total":95995035648,"available":95966416896,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":31,"seq":133143986206,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27372,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"internally_reserved":0,"allocated":352256,"data_stored":134331,"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":27948,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717204,"statfs":{"total":95995035648,"available":95966416896,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":77309411378,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32108,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713044,"statfs":{"total":95995035648,"available":95962157056,"internally_reserved":0,"allocated":946176,"data_stored":724699,"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":0,"up_from":8,"seq":34359738438,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27372,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"internally_reserved":0,"allocated":352256,"data_stored":134331,"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":[]},{"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":27372,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"internally_reserved":0,"allocated":352256,"data_stored":134331,"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":[]}],"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-06T02:47:19.020 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-06T02:47:19.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:19 smithi172 bash[23789]: audit 2024-05-06T02:47:18.405604+0000 mgr.a (mgr.14152) 317 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:19.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:19 smithi172 bash[23789]: audit 2024-05-06T02:47:18.405604+0000 mgr.a (mgr.14152) 317 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:19.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:19 smithi155 bash[23100]: audit 2024-05-06T02:47:18.405604+0000 mgr.a (mgr.14152) 317 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:19.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:19 smithi155 bash[23100]: audit 2024-05-06T02:47:18.405604+0000 mgr.a (mgr.14152) 317 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:19.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:19 smithi052 bash[21498]: audit 2024-05-06T02:47:18.405604+0000 mgr.a (mgr.14152) 317 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:19.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:19 smithi052 bash[21498]: audit 2024-05-06T02:47:18.405604+0000 mgr.a (mgr.14152) 317 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:20.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:20 smithi172 bash[23789]: cluster 2024-05-06T02:47:19.284170+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:20.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:20 smithi172 bash[23789]: cluster 2024-05-06T02:47:19.284170+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:20.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:20 smithi155 bash[23100]: cluster 2024-05-06T02:47:19.284170+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:20.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:20 smithi155 bash[23100]: cluster 2024-05-06T02:47:19.284170+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:20.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:20 smithi052 bash[21498]: cluster 2024-05-06T02:47:19.284170+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:20.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:20 smithi052 bash[21498]: cluster 2024-05-06T02:47:19.284170+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:22.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:22 smithi172 bash[23789]: cluster 2024-05-06T02:47:21.284722+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:22.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:22 smithi172 bash[23789]: cluster 2024-05-06T02:47:21.284722+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:22.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:22 smithi155 bash[23100]: cluster 2024-05-06T02:47:21.284722+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:22.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:22 smithi155 bash[23100]: cluster 2024-05-06T02:47:21.284722+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:22.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:22 smithi052 bash[21498]: cluster 2024-05-06T02:47:21.284722+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:22.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:22 smithi052 bash[21498]: cluster 2024-05-06T02:47:21.284722+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:23.759 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:47:24.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:24 smithi172 bash[23789]: cluster 2024-05-06T02:47:23.285353+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:24.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:24 smithi172 bash[23789]: cluster 2024-05-06T02:47:23.285353+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:24.781 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:24 smithi052 bash[21498]: cluster 2024-05-06T02:47:23.285353+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:24.781 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:24 smithi052 bash[21498]: cluster 2024-05-06T02:47:23.285353+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:24.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:24 smithi155 bash[23100]: cluster 2024-05-06T02:47:23.285353+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:24.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:24 smithi155 bash[23100]: cluster 2024-05-06T02:47:23.285353+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:26.017 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:47:26.020 INFO:teuthology.orchestra.run.smithi052.stderr:dumped all 2024-05-06T02:47:26.550 INFO:teuthology.orchestra.run.smithi052.stdout:{"pg_ready":true,"pg_map":{"version":284,"stamp":"2024-05-06T02:47:25.285637+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":170120,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":166198,"kb_avail":562300792,"statfs":{"total":575970213888,"available":575796011008,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":170187424},"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.003243"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":62,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-05-06T02:45:55.549351+0000","last_change":"2024-05-06T02:45:55.548592+0000","last_active":"2024-05-06T02:45:55.549351+0000","last_peered":"2024-05-06T02:45:55.549351+0000","last_clean":"2024-05-06T02:45:55.549351+0000","last_became_active":"2024-05-06T02:45:55.537615+0000","last_became_peered":"2024-05-06T02:45:55.537615+0000","last_unstale":"2024-05-06T02:45:55.549351+0000","last_undegraded":"2024-05-06T02:45:55.549351+0000","last_fullsized":"2024-05-06T02:45:55.549351+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-06T02:43:26.047472+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-06T02:43:26.047472+0000","last_clean_scrub_stamp":"2024-05-06T02:43:26.047472+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-07T10:32:32.082327+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":37,"seq":158913789974,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27948,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717204,"statfs":{"total":95995035648,"available":95966416896,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":31,"seq":133143986208,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27372,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"internally_reserved":0,"allocated":352256,"data_stored":134331,"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":107374182441,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27948,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717204,"statfs":{"total":95995035648,"available":95966416896,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":32108,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713044,"statfs":{"total":95995035648,"available":95962157056,"internally_reserved":0,"allocated":946176,"data_stored":724699,"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":0,"up_from":8,"seq":34359738440,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27372,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"internally_reserved":0,"allocated":352256,"data_stored":134331,"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":[]},{"osd":1,"up_from":13,"seq":55834574910,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27372,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"internally_reserved":0,"allocated":352256,"data_stored":134331,"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":[]}],"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-06T02:47:26.550 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-06T02:47:26.551 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-06T02:47:26.551 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-06T02:47:26.551 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T02:47:26.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:26 smithi172 bash[23789]: cluster 2024-05-06T02:47:25.285940+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:26.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:26 smithi172 bash[23789]: cluster 2024-05-06T02:47:25.285940+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:26.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:26 smithi155 bash[23100]: cluster 2024-05-06T02:47:25.285940+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:26.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:26 smithi155 bash[23100]: cluster 2024-05-06T02:47:25.285940+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:26.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:26 smithi052 bash[21498]: cluster 2024-05-06T02:47:25.285940+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:26.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:26 smithi052 bash[21498]: cluster 2024-05-06T02:47:25.285940+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:27.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:27 smithi172 bash[23789]: audit 2024-05-06T02:47:26.037831+0000 mgr.a (mgr.14152) 322 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:27.690 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:27 smithi172 bash[23789]: audit 2024-05-06T02:47:26.037831+0000 mgr.a (mgr.14152) 322 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:27.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:27 smithi155 bash[23100]: audit 2024-05-06T02:47:26.037831+0000 mgr.a (mgr.14152) 322 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:27.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:27 smithi155 bash[23100]: audit 2024-05-06T02:47:26.037831+0000 mgr.a (mgr.14152) 322 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:27.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:27 smithi052 bash[21498]: audit 2024-05-06T02:47:26.037831+0000 mgr.a (mgr.14152) 322 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:27.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:27 smithi052 bash[21498]: audit 2024-05-06T02:47:26.037831+0000 mgr.a (mgr.14152) 322 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:28.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:28 smithi172 bash[23789]: cluster 2024-05-06T02:47:27.286531+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:28.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:28 smithi172 bash[23789]: cluster 2024-05-06T02:47:27.286531+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:28.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:28 smithi155 bash[23100]: cluster 2024-05-06T02:47:27.286531+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:28.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:28 smithi155 bash[23100]: cluster 2024-05-06T02:47:27.286531+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:28.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:28 smithi052 bash[21498]: cluster 2024-05-06T02:47:27.286531+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:28.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:28 smithi052 bash[21498]: cluster 2024-05-06T02:47:27.286531+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:30.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:30 smithi155 bash[23100]: cluster 2024-05-06T02:47:29.287149+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:30.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:30 smithi155 bash[23100]: cluster 2024-05-06T02:47:29.287149+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:30.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:30 smithi052 bash[21498]: cluster 2024-05-06T02:47:29.287149+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:30.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:30 smithi052 bash[21498]: cluster 2024-05-06T02:47:29.287149+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:30.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:30 smithi172 bash[23789]: cluster 2024-05-06T02:47:29.287149+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:30.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:30 smithi172 bash[23789]: cluster 2024-05-06T02:47:29.287149+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:31.289 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:47:32.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:32 smithi052 bash[21498]: cluster 2024-05-06T02:47:31.287724+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:32.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:32 smithi052 bash[21498]: cluster 2024-05-06T02:47:31.287724+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:32.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:32 smithi155 bash[23100]: cluster 2024-05-06T02:47:31.287724+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:32.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:32 smithi155 bash[23100]: cluster 2024-05-06T02:47:31.287724+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:32 smithi172 bash[23789]: cluster 2024-05-06T02:47:31.287724+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:32.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:32 smithi172 bash[23789]: cluster 2024-05-06T02:47:31.287724+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:33.615 INFO:teuthology.orchestra.run.smithi052.stdout: 2024-05-06T02:47:33.615 INFO:teuthology.orchestra.run.smithi052.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-06T02:47:34.181 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-06T02:47:34.182 INFO:tasks.cephadm:Setup complete, yielding 2024-05-06T02:47:34.182 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-06T02:47:34.191 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi052.front.sepia.ceph.com 2024-05-06T02:47:34.191 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 -- bash -c 'set -ex 2024-05-06T02:47:34.191 DEBUG:teuthology.orchestra.run.smithi052:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> for host in $HOSTNAMES; do 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> # find the hostname for "host.c" which will have no mgr 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> if [ "$HAS_MGRS" == "false" ]; then 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> HOST_C="${host}" 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> fi 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> done 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> # One last thing to worry about before draining the host 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> # is that the teuthology test tends to put the explicit 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> # hostnames in the placement for the mon service. 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> # We want to make sure we can drain without providing 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> # --force and there is a check for the host being removed 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> # being listed explicitly in the placements. Therefore, 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> # we should remove it from the mon placement. 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> ceph orch ls mon --export > mon.yaml 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-05-06T02:47:34.192 DEBUG:teuthology.orchestra.run.smithi052:> ceph orch apply -i mon_adjusted.yaml 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> # now drain that host 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> ceph orch host drain $HOST_C --zap-osd-devices 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> # wait for drain to complete 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> sleep 15 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> done 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> # we want to check the ability to remove the host from 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> # the CRUSH map, so we should first verify the host is in 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> # the CRUSH map. 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> ceph osd getcrushmap -o compiled-crushmap 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-05-06T02:47:34.193 DEBUG:teuthology.orchestra.run.smithi052:> exit 1 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> fi 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> # If the drain was successful, we should be able to remove the 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> # host without force with no issues. If there are still daemons 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> # we will get a response telling us to drain the host and a 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> # non-zero return code 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> ceph orch host rm $HOST_C --rm-crush-entry 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> sleep 30 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> ceph osd getcrushmap -o compiled-crushmap 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> exit 1 2024-05-06T02:47:34.194 DEBUG:teuthology.orchestra.run.smithi052:> fi 2024-05-06T02:47:34.195 DEBUG:teuthology.orchestra.run.smithi052:> ' 2024-05-06T02:47:34.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:34 smithi155 bash[23100]: cluster 2024-05-06T02:47:33.288099+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:34.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:34 smithi155 bash[23100]: cluster 2024-05-06T02:47:33.288099+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:34.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:34 smithi155 bash[23100]: audit 2024-05-06T02:47:33.637836+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.52:0/238617652' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T02:47:34.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:34 smithi155 bash[23100]: audit 2024-05-06T02:47:33.637836+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.52:0/238617652' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T02:47:34.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:34 smithi052 bash[21498]: cluster 2024-05-06T02:47:33.288099+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:34.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:34 smithi052 bash[21498]: cluster 2024-05-06T02:47:33.288099+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:34.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:34 smithi052 bash[21498]: audit 2024-05-06T02:47:33.637836+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.52:0/238617652' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T02:47:34.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:34 smithi052 bash[21498]: audit 2024-05-06T02:47:33.637836+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.52:0/238617652' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T02:47:34.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:34 smithi172 bash[23789]: cluster 2024-05-06T02:47:33.288099+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:34.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:34 smithi172 bash[23789]: cluster 2024-05-06T02:47:33.288099+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:34.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:34 smithi172 bash[23789]: audit 2024-05-06T02:47:33.637836+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.52:0/238617652' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T02:47:34.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:34 smithi172 bash[23789]: audit 2024-05-06T02:47:33.637836+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.52:0/238617652' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T02:47:36.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:36 smithi155 bash[23100]: cluster 2024-05-06T02:47:35.288623+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:36.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:36 smithi155 bash[23100]: cluster 2024-05-06T02:47:35.288623+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:36.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:36 smithi052 bash[21498]: cluster 2024-05-06T02:47:35.288623+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:36.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:36 smithi052 bash[21498]: cluster 2024-05-06T02:47:35.288623+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:36.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:36 smithi172 bash[23789]: cluster 2024-05-06T02:47:35.288623+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:36.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:36 smithi172 bash[23789]: cluster 2024-05-06T02:47:35.288623+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:38.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:38 smithi155 bash[23100]: cluster 2024-05-06T02:47:37.289197+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:38.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:38 smithi155 bash[23100]: cluster 2024-05-06T02:47:37.289197+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:38.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:38 smithi052 bash[21498]: cluster 2024-05-06T02:47:37.289197+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:38.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:38 smithi052 bash[21498]: cluster 2024-05-06T02:47:37.289197+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:38.933 INFO:teuthology.orchestra.run.smithi052.stderr:Inferring config /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T02:47:38.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:38 smithi172 bash[23789]: cluster 2024-05-06T02:47:37.289197+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:38.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:38 smithi172 bash[23789]: cluster 2024-05-06T02:47:37.289197+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:40.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:40 smithi052 bash[21498]: cluster 2024-05-06T02:47:39.289887+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:40.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:40 smithi052 bash[21498]: cluster 2024-05-06T02:47:39.289887+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:40.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:40 smithi155 bash[23100]: cluster 2024-05-06T02:47:39.289887+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:40.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:40 smithi155 bash[23100]: cluster 2024-05-06T02:47:39.289887+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:40.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:40 smithi172 bash[23789]: cluster 2024-05-06T02:47:39.289887+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:40.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:40 smithi172 bash[23789]: cluster 2024-05-06T02:47:39.289887+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:40.952 INFO:teuthology.orchestra.run.smithi052.stderr:++ ceph orch host ls --format json 2024-05-06T02:47:40.952 INFO:teuthology.orchestra.run.smithi052.stderr:++ jq -r '.[] | .hostname' 2024-05-06T02:47:41.319 INFO:teuthology.orchestra.run.smithi052.stderr:+ HOSTNAMES='smithi052 2024-05-06T02:47:41.319 INFO:teuthology.orchestra.run.smithi052.stderr:smithi155 2024-05-06T02:47:41.319 INFO:teuthology.orchestra.run.smithi052.stderr:smithi172' 2024-05-06T02:47:41.319 INFO:teuthology.orchestra.run.smithi052.stderr:+ for host in $HOSTNAMES 2024-05-06T02:47:41.320 INFO:teuthology.orchestra.run.smithi052.stderr:++ ceph orch ps --hostname smithi052 --format json 2024-05-06T02:47:41.320 INFO:teuthology.orchestra.run.smithi052.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-06T02:47:41.689 INFO:teuthology.orchestra.run.smithi052.stderr:+ HAS_MGRS=true 2024-05-06T02:47:41.689 INFO:teuthology.orchestra.run.smithi052.stderr:+ '[' true == false ']' 2024-05-06T02:47:41.689 INFO:teuthology.orchestra.run.smithi052.stderr:+ for host in $HOSTNAMES 2024-05-06T02:47:41.689 INFO:teuthology.orchestra.run.smithi052.stderr:++ ceph orch ps --hostname smithi155 --format json 2024-05-06T02:47:41.689 INFO:teuthology.orchestra.run.smithi052.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-06T02:47:42.065 INFO:teuthology.orchestra.run.smithi052.stderr:+ HAS_MGRS=true 2024-05-06T02:47:42.065 INFO:teuthology.orchestra.run.smithi052.stderr:+ '[' true == false ']' 2024-05-06T02:47:42.066 INFO:teuthology.orchestra.run.smithi052.stderr:+ for host in $HOSTNAMES 2024-05-06T02:47:42.066 INFO:teuthology.orchestra.run.smithi052.stderr:++ ceph orch ps --hostname smithi172 --format json 2024-05-06T02:47:42.066 INFO:teuthology.orchestra.run.smithi052.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-06T02:47:42.420 INFO:teuthology.orchestra.run.smithi052.stderr:+ HAS_MGRS=false 2024-05-06T02:47:42.420 INFO:teuthology.orchestra.run.smithi052.stderr:+ '[' false == false ']' 2024-05-06T02:47:42.421 INFO:teuthology.orchestra.run.smithi052.stderr:+ HOST_C=smithi172 2024-05-06T02:47:42.421 INFO:teuthology.orchestra.run.smithi052.stderr:+ ceph orch ls mon --export 2024-05-06T02:47:42.793 INFO:teuthology.orchestra.run.smithi052.stderr:+ sed /smithi172/d mon.yaml 2024-05-06T02:47:42.794 INFO:teuthology.orchestra.run.smithi052.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-05-06T02:47:42.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:42 smithi155 bash[23100]: cluster 2024-05-06T02:47:41.290466+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:42.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:42 smithi155 bash[23100]: cluster 2024-05-06T02:47:41.290466+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:42.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:42 smithi155 bash[23100]: audit 2024-05-06T02:47:41.327304+0000 mgr.a (mgr.14152) 331 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:42.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:42 smithi155 bash[23100]: audit 2024-05-06T02:47:41.327304+0000 mgr.a (mgr.14152) 331 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:42.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:42 smithi052 bash[21498]: cluster 2024-05-06T02:47:41.290466+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:42.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:42 smithi052 bash[21498]: cluster 2024-05-06T02:47:41.290466+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:42.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:42 smithi052 bash[21498]: audit 2024-05-06T02:47:41.327304+0000 mgr.a (mgr.14152) 331 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:42.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:42 smithi052 bash[21498]: audit 2024-05-06T02:47:41.327304+0000 mgr.a (mgr.14152) 331 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:42.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:42 smithi172 bash[23789]: cluster 2024-05-06T02:47:41.290466+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:42.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:42 smithi172 bash[23789]: cluster 2024-05-06T02:47:41.290466+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:42.939 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:42 smithi172 bash[23789]: audit 2024-05-06T02:47:41.327304+0000 mgr.a (mgr.14152) 331 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:42.940 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:42 smithi172 bash[23789]: audit 2024-05-06T02:47:41.327304+0000 mgr.a (mgr.14152) 331 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T02:47:43.157 INFO:teuthology.orchestra.run.smithi052.stdout:Scheduled mon update... 2024-05-06T02:47:43.170 INFO:teuthology.orchestra.run.smithi052.stderr:+ ceph orch host drain smithi172 --zap-osd-devices 2024-05-06T02:47:44.189 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:43 smithi172 systemd[1]: ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-06T02:47:45.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: audit 2024-05-06T02:47:42.799033+0000 mgr.a (mgr.14152) 335 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:45.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: audit 2024-05-06T02:47:42.799033+0000 mgr.a (mgr.14152) 335 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:45.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: audit 2024-05-06T02:47:43.170516+0000 mgr.a (mgr.14152) 336 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:45.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: audit 2024-05-06T02:47:43.170516+0000 mgr.a (mgr.14152) 336 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:45.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cephadm 2024-05-06T02:47:43.172980+0000 mgr.a (mgr.14152) 337 : cephadm [INF] Saving service mon spec with placement smithi052:172.21.15.52=a;smithi155:172.21.15.155=b;count:3 2024-05-06T02:47:45.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cephadm 2024-05-06T02:47:43.172980+0000 mgr.a (mgr.14152) 337 : cephadm [INF] Saving service mon spec with placement smithi052:172.21.15.52=a;smithi155:172.21.15.155=b;count:3 2024-05-06T02:47:45.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cephadm 2024-05-06T02:47:43.240302+0000 mgr.a (mgr.14152) 338 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-06T02:47:45.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cephadm 2024-05-06T02:47:43.240302+0000 mgr.a (mgr.14152) 338 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-06T02:47:45.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cephadm 2024-05-06T02:47:43.240398+0000 mgr.a (mgr.14152) 339 : cephadm [INF] Removing monitor c from monmap... 2024-05-06T02:47:45.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cephadm 2024-05-06T02:47:43.240398+0000 mgr.a (mgr.14152) 339 : cephadm [INF] Removing monitor c from monmap... 2024-05-06T02:47:45.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: audit 2024-05-06T02:47:43.242437+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-06T02:47:45.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: audit 2024-05-06T02:47:43.242437+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-06T02:47:45.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: audit 2024-05-06T02:47:43.245463+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:47:45.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: audit 2024-05-06T02:47:43.245463+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:47:45.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: audit 2024-05-06T02:47:43.246034+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:47:45.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: audit 2024-05-06T02:47:43.246034+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:47:45.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:43.252810+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-06T02:47:45.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:43.252810+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-06T02:47:45.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:43.290915+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:45.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:43.290915+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:45.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.245886+0000 mon.a (mon.0) 589 : cluster [INF] mon.a calling monitor election 2024-05-06T02:47:45.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.245886+0000 mon.a (mon.0) 589 : cluster [INF] mon.a calling monitor election 2024-05-06T02:47:45.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.264662+0000 mon.a (mon.0) 590 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T02:47:45.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.264662+0000 mon.a (mon.0) 590 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T02:47:45.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271530+0000 mon.a (mon.0) 591 : cluster [DBG] monmap epoch 4 2024-05-06T02:47:45.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271530+0000 mon.a (mon.0) 591 : cluster [DBG] monmap epoch 4 2024-05-06T02:47:45.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271564+0000 mon.a (mon.0) 592 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271564+0000 mon.a (mon.0) 592 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271589+0000 mon.a (mon.0) 593 : cluster [DBG] last_changed 2024-05-06T02:47:43.240900+0000 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271589+0000 mon.a (mon.0) 593 : cluster [DBG] last_changed 2024-05-06T02:47:43.240900+0000 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271610+0000 mon.a (mon.0) 594 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271610+0000 mon.a (mon.0) 594 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271633+0000 mon.a (mon.0) 595 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271633+0000 mon.a (mon.0) 595 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271653+0000 mon.a (mon.0) 596 : cluster [DBG] election_strategy: 1 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271653+0000 mon.a (mon.0) 596 : cluster [DBG] election_strategy: 1 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271675+0000 mon.a (mon.0) 597 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271675+0000 mon.a (mon.0) 597 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271704+0000 mon.a (mon.0) 598 : cluster [DBG] 1: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.271704+0000 mon.a (mon.0) 598 : cluster [DBG] 1: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.272741+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap 2024-05-06T02:47:45.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.272741+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap 2024-05-06T02:47:45.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.272807+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-06T02:47:45.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.272807+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-06T02:47:45.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.273530+0000 mon.a (mon.0) 601 : cluster [DBG] mgrmap e15: a(active, since 8m), standbys: b 2024-05-06T02:47:45.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.273530+0000 mon.a (mon.0) 601 : cluster [DBG] mgrmap e15: a(active, since 8m), standbys: b 2024-05-06T02:47:45.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.273796+0000 mon.a (mon.0) 602 : cluster [INF] overall HEALTH_OK 2024-05-06T02:47:45.633 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:45 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.273796+0000 mon.a (mon.0) 602 : cluster [INF] overall HEALTH_OK 2024-05-06T02:47:45.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: audit 2024-05-06T02:47:42.799033+0000 mgr.a (mgr.14152) 335 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:45.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: audit 2024-05-06T02:47:42.799033+0000 mgr.a (mgr.14152) 335 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:45.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: audit 2024-05-06T02:47:43.170516+0000 mgr.a (mgr.14152) 336 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:45.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: audit 2024-05-06T02:47:43.170516+0000 mgr.a (mgr.14152) 336 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:45.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cephadm 2024-05-06T02:47:43.172980+0000 mgr.a (mgr.14152) 337 : cephadm [INF] Saving service mon spec with placement smithi052:172.21.15.52=a;smithi155:172.21.15.155=b;count:3 2024-05-06T02:47:45.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cephadm 2024-05-06T02:47:43.172980+0000 mgr.a (mgr.14152) 337 : cephadm [INF] Saving service mon spec with placement smithi052:172.21.15.52=a;smithi155:172.21.15.155=b;count:3 2024-05-06T02:47:45.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cephadm 2024-05-06T02:47:43.240302+0000 mgr.a (mgr.14152) 338 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-06T02:47:45.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cephadm 2024-05-06T02:47:43.240302+0000 mgr.a (mgr.14152) 338 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-06T02:47:45.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cephadm 2024-05-06T02:47:43.240398+0000 mgr.a (mgr.14152) 339 : cephadm [INF] Removing monitor c from monmap... 2024-05-06T02:47:45.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cephadm 2024-05-06T02:47:43.240398+0000 mgr.a (mgr.14152) 339 : cephadm [INF] Removing monitor c from monmap... 2024-05-06T02:47:45.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: audit 2024-05-06T02:47:43.242437+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-06T02:47:45.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: audit 2024-05-06T02:47:43.242437+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-06T02:47:45.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: audit 2024-05-06T02:47:43.245463+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:47:45.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: audit 2024-05-06T02:47:43.245463+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T02:47:45.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: audit 2024-05-06T02:47:43.246034+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:47:45.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: audit 2024-05-06T02:47:43.246034+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T02:47:45.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:43.252810+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-06T02:47:45.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:43.252810+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-06T02:47:45.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:43.290915+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:45.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:43.290915+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.245886+0000 mon.a (mon.0) 589 : cluster [INF] mon.a calling monitor election 2024-05-06T02:47:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.245886+0000 mon.a (mon.0) 589 : cluster [INF] mon.a calling monitor election 2024-05-06T02:47:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.264662+0000 mon.a (mon.0) 590 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T02:47:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.264662+0000 mon.a (mon.0) 590 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T02:47:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271530+0000 mon.a (mon.0) 591 : cluster [DBG] monmap epoch 4 2024-05-06T02:47:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271530+0000 mon.a (mon.0) 591 : cluster [DBG] monmap epoch 4 2024-05-06T02:47:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271564+0000 mon.a (mon.0) 592 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:47:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271564+0000 mon.a (mon.0) 592 : cluster [DBG] fsid 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:47:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271589+0000 mon.a (mon.0) 593 : cluster [DBG] last_changed 2024-05-06T02:47:43.240900+0000 2024-05-06T02:47:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271589+0000 mon.a (mon.0) 593 : cluster [DBG] last_changed 2024-05-06T02:47:43.240900+0000 2024-05-06T02:47:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271610+0000 mon.a (mon.0) 594 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:47:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271610+0000 mon.a (mon.0) 594 : cluster [DBG] created 2024-05-06T02:37:45.550073+0000 2024-05-06T02:47:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271633+0000 mon.a (mon.0) 595 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:47:45.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271633+0000 mon.a (mon.0) 595 : cluster [DBG] min_mon_release 19 (squid) 2024-05-06T02:47:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271653+0000 mon.a (mon.0) 596 : cluster [DBG] election_strategy: 1 2024-05-06T02:47:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271653+0000 mon.a (mon.0) 596 : cluster [DBG] election_strategy: 1 2024-05-06T02:47:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271675+0000 mon.a (mon.0) 597 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:47:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271675+0000 mon.a (mon.0) 597 : cluster [DBG] 0: [v2:172.21.15.52:3300/0,v1:172.21.15.52:6789/0] mon.a 2024-05-06T02:47:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271704+0000 mon.a (mon.0) 598 : cluster [DBG] 1: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-05-06T02:47:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.271704+0000 mon.a (mon.0) 598 : cluster [DBG] 1: [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon.b 2024-05-06T02:47:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.272741+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap 2024-05-06T02:47:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.272741+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap 2024-05-06T02:47:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.272807+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-06T02:47:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.272807+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-06T02:47:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.273530+0000 mon.a (mon.0) 601 : cluster [DBG] mgrmap e15: a(active, since 8m), standbys: b 2024-05-06T02:47:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.273530+0000 mon.a (mon.0) 601 : cluster [DBG] mgrmap e15: a(active, since 8m), standbys: b 2024-05-06T02:47:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.273796+0000 mon.a (mon.0) 602 : cluster [INF] overall HEALTH_OK 2024-05-06T02:47:45.638 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:45 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.273796+0000 mon.a (mon.0) 602 : cluster [INF] overall HEALTH_OK 2024-05-06T02:47:46.551 INFO:teuthology.orchestra.run.smithi052.stdout:Scheduled to remove the following daemons from host 'smithi172' 2024-05-06T02:47:46.551 INFO:teuthology.orchestra.run.smithi052.stdout:type id 2024-05-06T02:47:46.551 INFO:teuthology.orchestra.run.smithi052.stdout:-------------------- --------------- 2024-05-06T02:47:46.551 INFO:teuthology.orchestra.run.smithi052.stdout:mon c 2024-05-06T02:47:46.551 INFO:teuthology.orchestra.run.smithi052.stdout:osd 4 2024-05-06T02:47:46.551 INFO:teuthology.orchestra.run.smithi052.stdout:osd 5 2024-05-06T02:47:46.564 INFO:teuthology.orchestra.run.smithi052.stderr:++ ceph orch ps --hostname smithi172 2024-05-06T02:47:46.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:46 smithi155 bash[23100]: cephadm 2024-05-06T02:47:45.276136+0000 mgr.a (mgr.14152) 341 : cephadm [INF] Removing daemon mon.c from smithi172 -- ports [] 2024-05-06T02:47:46.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:46 smithi155 bash[23100]: cephadm 2024-05-06T02:47:45.276136+0000 mgr.a (mgr.14152) 341 : cephadm [INF] Removing daemon mon.c from smithi172 -- ports [] 2024-05-06T02:47:46.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:46 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.291440+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:46.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:46 smithi155 bash[23100]: cluster 2024-05-06T02:47:45.291440+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:46.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:46 smithi052 bash[21498]: cephadm 2024-05-06T02:47:45.276136+0000 mgr.a (mgr.14152) 341 : cephadm [INF] Removing daemon mon.c from smithi172 -- ports [] 2024-05-06T02:47:46.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:46 smithi052 bash[21498]: cephadm 2024-05-06T02:47:45.276136+0000 mgr.a (mgr.14152) 341 : cephadm [INF] Removing daemon mon.c from smithi172 -- ports [] 2024-05-06T02:47:46.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:46 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.291440+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:46.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:46 smithi052 bash[21498]: cluster 2024-05-06T02:47:45.291440+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:46.917 INFO:teuthology.orchestra.run.smithi052.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-06T02:47:46.917 INFO:teuthology.orchestra.run.smithi052.stderr:mon.c smithi172 running (7m) 115s ago 7m 37.1M 2048M 19.0.0-3516-ge08cbbf6 9f32bee02a85 7bd2f54eaf18 2024-05-06T02:47:46.917 INFO:teuthology.orchestra.run.smithi052.stderr:osd.4 smithi172 running (2m) 115s ago 2m 40.7M 10.4G 19.0.0-3516-ge08cbbf6 9f32bee02a85 2799f67b16df 2024-05-06T02:47:46.917 INFO:teuthology.orchestra.run.smithi052.stderr:osd.5 smithi172 running (119s) 115s ago 2m 11.7M 10.4G 19.0.0-3516-ge08cbbf6 9f32bee02a85 2c1ef1da0a75 ' 2024-05-06T02:47:46.917 INFO:teuthology.orchestra.run.smithi052.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-06T02:47:46.917 INFO:teuthology.orchestra.run.smithi052.stderr:mon.c smithi172 running (7m) 115s ago 7m 37.1M 2048M 19.0.0-3516-ge08cbbf6 9f32bee02a85 7bd2f54eaf18 2024-05-06T02:47:46.917 INFO:teuthology.orchestra.run.smithi052.stderr:osd.4 smithi172 running (2m) 115s ago 2m 40.7M 10.4G 19.0.0-3516-ge08cbbf6 9f32bee02a85 2799f67b16df 2024-05-06T02:47:46.917 INFO:teuthology.orchestra.run.smithi052.stderr:osd.5 smithi172 running (119s) 115s ago 2m 11.7M 10.4G 19.0.0-3516-ge08cbbf6 9f32bee02a85 2c1ef1da0a75 ' '!=' 'No daemons reported' ']' 2024-05-06T02:47:46.917 INFO:teuthology.orchestra.run.smithi052.stderr:+ sleep 15 2024-05-06T02:47:47.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: audit 2024-05-06T02:47:46.553829+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi172", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:47.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: audit 2024-05-06T02:47:46.553829+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi172", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: audit 2024-05-06T02:47:46.560934+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: audit 2024-05-06T02:47:46.560934+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: cephadm 2024-05-06T02:47:46.561605+0000 mgr.a (mgr.14152) 344 : cephadm [INF] Added label _no_schedule to host smithi172 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: cephadm 2024-05-06T02:47:46.561605+0000 mgr.a (mgr.14152) 344 : cephadm [INF] Added label _no_schedule to host smithi172 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: audit 2024-05-06T02:47:46.566458+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: audit 2024-05-06T02:47:46.566458+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: cephadm 2024-05-06T02:47:46.567125+0000 mgr.a (mgr.14152) 345 : cephadm [INF] Added label _no_conf_keyring to host smithi172 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: cephadm 2024-05-06T02:47:46.567125+0000 mgr.a (mgr.14152) 345 : cephadm [INF] Added label _no_conf_keyring to host smithi172 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: audit 2024-05-06T02:47:46.569182+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: audit 2024-05-06T02:47:46.569182+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: cephadm 2024-05-06T02:47:46.570600+0000 mgr.a (mgr.14152) 346 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: cephadm 2024-05-06T02:47:46.570600+0000 mgr.a (mgr.14152) 346 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: audit 2024-05-06T02:47:46.572140+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: audit 2024-05-06T02:47:46.572140+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: cephadm 2024-05-06T02:47:46.573362+0000 mgr.a (mgr.14152) 347 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-06T02:47:47.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: cephadm 2024-05-06T02:47:46.573362+0000 mgr.a (mgr.14152) 347 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-06T02:47:47.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: audit 2024-05-06T02:47:46.921582+0000 mgr.a (mgr.14152) 348 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:47.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: audit 2024-05-06T02:47:46.921582+0000 mgr.a (mgr.14152) 348 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:47.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: cluster 2024-05-06T02:47:47.291993+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:47.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:47 smithi155 bash[23100]: cluster 2024-05-06T02:47:47.291993+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:47.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: audit 2024-05-06T02:47:46.553829+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi172", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:47.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: audit 2024-05-06T02:47:46.553829+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi172", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:47.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: audit 2024-05-06T02:47:46.560934+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:47.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: audit 2024-05-06T02:47:46.560934+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:47.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: cephadm 2024-05-06T02:47:46.561605+0000 mgr.a (mgr.14152) 344 : cephadm [INF] Added label _no_schedule to host smithi172 2024-05-06T02:47:47.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: cephadm 2024-05-06T02:47:46.561605+0000 mgr.a (mgr.14152) 344 : cephadm [INF] Added label _no_schedule to host smithi172 2024-05-06T02:47:47.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: audit 2024-05-06T02:47:46.566458+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:47.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: audit 2024-05-06T02:47:46.566458+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:47.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: cephadm 2024-05-06T02:47:46.567125+0000 mgr.a (mgr.14152) 345 : cephadm [INF] Added label _no_conf_keyring to host smithi172 2024-05-06T02:47:47.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: cephadm 2024-05-06T02:47:46.567125+0000 mgr.a (mgr.14152) 345 : cephadm [INF] Added label _no_conf_keyring to host smithi172 2024-05-06T02:47:47.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: audit 2024-05-06T02:47:46.569182+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-06T02:47:47.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: audit 2024-05-06T02:47:46.569182+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-06T02:47:47.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: cephadm 2024-05-06T02:47:46.570600+0000 mgr.a (mgr.14152) 346 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-06T02:47:47.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: cephadm 2024-05-06T02:47:46.570600+0000 mgr.a (mgr.14152) 346 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-06T02:47:47.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: audit 2024-05-06T02:47:46.572140+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-06T02:47:47.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: audit 2024-05-06T02:47:46.572140+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-06T02:47:47.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: cephadm 2024-05-06T02:47:46.573362+0000 mgr.a (mgr.14152) 347 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-06T02:47:47.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: cephadm 2024-05-06T02:47:46.573362+0000 mgr.a (mgr.14152) 347 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-06T02:47:47.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: audit 2024-05-06T02:47:46.921582+0000 mgr.a (mgr.14152) 348 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:47.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: audit 2024-05-06T02:47:46.921582+0000 mgr.a (mgr.14152) 348 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:47:47.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: cluster 2024-05-06T02:47:47.291993+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:47.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:47 smithi052 bash[21498]: cluster 2024-05-06T02:47:47.291993+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:50.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:50 smithi155 bash[23100]: cluster 2024-05-06T02:47:49.292552+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:50.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:50 smithi155 bash[23100]: cluster 2024-05-06T02:47:49.292552+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:50.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:50 smithi052 bash[21498]: cluster 2024-05-06T02:47:49.292552+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:50.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:50 smithi052 bash[21498]: cluster 2024-05-06T02:47:49.292552+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:50.689 INFO:journalctl@ceph.mon.c.smithi172.stdout:May 06 02:47:50 smithi172 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:47:50.689 INFO:journalctl@ceph.osd.4.smithi172.stdout:May 06 02:47:50 smithi172 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:47:50.689 INFO:journalctl@ceph.osd.5.smithi172.stdout:May 06 02:47:50 smithi172 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:47:51.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:51 smithi155 bash[23100]: audit 2024-05-06T02:47:50.613127+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:51.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:51 smithi155 bash[23100]: audit 2024-05-06T02:47:50.613127+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:51.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:51 smithi155 bash[23100]: audit 2024-05-06T02:47:50.621079+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:51.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:51 smithi155 bash[23100]: audit 2024-05-06T02:47:50.621079+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:51.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:51 smithi155 bash[23100]: audit 2024-05-06T02:47:50.720064+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:47:51.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:51 smithi155 bash[23100]: audit 2024-05-06T02:47:50.720064+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:47:51.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:51 smithi155 bash[23100]: cluster 2024-05-06T02:47:51.293239+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:51.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:51 smithi155 bash[23100]: cluster 2024-05-06T02:47:51.293239+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:51.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:51 smithi052 bash[21498]: audit 2024-05-06T02:47:50.613127+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:51.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:51 smithi052 bash[21498]: audit 2024-05-06T02:47:50.613127+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:51.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:51 smithi052 bash[21498]: audit 2024-05-06T02:47:50.621079+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:51.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:51 smithi052 bash[21498]: audit 2024-05-06T02:47:50.621079+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:51.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:51 smithi052 bash[21498]: audit 2024-05-06T02:47:50.720064+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:47:51.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:51 smithi052 bash[21498]: audit 2024-05-06T02:47:50.720064+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:47:51.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:51 smithi052 bash[21498]: cluster 2024-05-06T02:47:51.293239+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:51.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:51 smithi052 bash[21498]: cluster 2024-05-06T02:47:51.293239+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:53.128 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:52 smithi155 bash[23100]: audit 2024-05-06T02:47:51.820152+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:53.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:52 smithi155 bash[23100]: audit 2024-05-06T02:47:51.820152+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:53.134 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:52 smithi052 bash[21498]: audit 2024-05-06T02:47:51.820152+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:53.134 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:52 smithi052 bash[21498]: audit 2024-05-06T02:47:51.820152+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:54.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:53 smithi155 bash[23100]: cluster 2024-05-06T02:47:53.293845+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:54.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:53 smithi155 bash[23100]: cluster 2024-05-06T02:47:53.293845+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:54.134 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:53 smithi052 bash[21498]: cluster 2024-05-06T02:47:53.293845+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:54.134 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:53 smithi052 bash[21498]: cluster 2024-05-06T02:47:53.293845+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:56.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:56 smithi155 bash[23100]: cluster 2024-05-06T02:47:55.294409+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:56.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:56 smithi155 bash[23100]: cluster 2024-05-06T02:47:55.294409+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:56 smithi155 bash[23100]: audit 2024-05-06T02:47:55.963552+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:56 smithi155 bash[23100]: audit 2024-05-06T02:47:55.963552+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:56 smithi155 bash[23100]: audit 2024-05-06T02:47:55.972477+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:56 smithi155 bash[23100]: audit 2024-05-06T02:47:55.972477+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:56 smithi155 bash[23100]: audit 2024-05-06T02:47:55.974350+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:47:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:56 smithi155 bash[23100]: audit 2024-05-06T02:47:55.974350+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:47:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:56 smithi155 bash[23100]: audit 2024-05-06T02:47:55.976369+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:47:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:56 smithi155 bash[23100]: audit 2024-05-06T02:47:55.976369+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:47:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:56 smithi155 bash[23100]: audit 2024-05-06T02:47:56.235868+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:56 smithi155 bash[23100]: audit 2024-05-06T02:47:56.235868+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:56 smithi155 bash[23100]: audit 2024-05-06T02:47:56.241919+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:56 smithi155 bash[23100]: audit 2024-05-06T02:47:56.241919+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:56 smithi052 bash[21498]: cluster 2024-05-06T02:47:55.294409+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:56 smithi052 bash[21498]: cluster 2024-05-06T02:47:55.294409+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:56 smithi052 bash[21498]: audit 2024-05-06T02:47:55.963552+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:56 smithi052 bash[21498]: audit 2024-05-06T02:47:55.963552+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:56 smithi052 bash[21498]: audit 2024-05-06T02:47:55.972477+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:56 smithi052 bash[21498]: audit 2024-05-06T02:47:55.972477+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:56 smithi052 bash[21498]: audit 2024-05-06T02:47:55.974350+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:47:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:56 smithi052 bash[21498]: audit 2024-05-06T02:47:55.974350+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:47:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:56 smithi052 bash[21498]: audit 2024-05-06T02:47:55.976369+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:47:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:56 smithi052 bash[21498]: audit 2024-05-06T02:47:55.976369+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:47:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:56 smithi052 bash[21498]: audit 2024-05-06T02:47:56.235868+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:56 smithi052 bash[21498]: audit 2024-05-06T02:47:56.235868+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:56 smithi052 bash[21498]: audit 2024-05-06T02:47:56.241919+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:56.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:56 smithi052 bash[21498]: audit 2024-05-06T02:47:56.241919+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: cephadm 2024-05-06T02:47:55.979211+0000 mgr.a (mgr.14152) 354 : cephadm [INF] Updating smithi052:/etc/ceph/ceph.conf 2024-05-06T02:47:57.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: cephadm 2024-05-06T02:47:55.979211+0000 mgr.a (mgr.14152) 354 : cephadm [INF] Updating smithi052:/etc/ceph/ceph.conf 2024-05-06T02:47:57.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: cephadm 2024-05-06T02:47:55.979998+0000 mgr.a (mgr.14152) 355 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2024-05-06T02:47:57.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: cephadm 2024-05-06T02:47:55.979998+0000 mgr.a (mgr.14152) 355 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2024-05-06T02:47:57.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: cephadm 2024-05-06T02:47:55.981323+0000 mgr.a (mgr.14152) 356 : cephadm [INF] Removing smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:47:57.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: cephadm 2024-05-06T02:47:55.981323+0000 mgr.a (mgr.14152) 356 : cephadm [INF] Removing smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:47:57.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: cephadm 2024-05-06T02:47:56.098296+0000 mgr.a (mgr.14152) 357 : cephadm [INF] Removing smithi172:/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:47:57.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: cephadm 2024-05-06T02:47:56.098296+0000 mgr.a (mgr.14152) 357 : cephadm [INF] Removing smithi172:/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:47:57.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: cephadm 2024-05-06T02:47:56.164855+0000 mgr.a (mgr.14152) 358 : cephadm [INF] Removing smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T02:47:57.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: cephadm 2024-05-06T02:47:56.164855+0000 mgr.a (mgr.14152) 358 : cephadm [INF] Removing smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T02:47:57.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: cephadm 2024-05-06T02:47:56.296860+0000 mgr.a (mgr.14152) 359 : cephadm [INF] Updating smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:47:57.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: cephadm 2024-05-06T02:47:56.296860+0000 mgr.a (mgr.14152) 359 : cephadm [INF] Updating smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:47:57.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: cephadm 2024-05-06T02:47:56.297674+0000 mgr.a (mgr.14152) 360 : cephadm [INF] Updating smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:47:57.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: cephadm 2024-05-06T02:47:56.297674+0000 mgr.a (mgr.14152) 360 : cephadm [INF] Updating smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:47:57.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.469284+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.469284+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.475655+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.475655+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.482534+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.482534+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.489441+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.489441+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.494147+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:57.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.494147+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:57.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.496641+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:57.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.496641+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:57.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.499080+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-06T02:47:57.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.499080+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-06T02:47:57.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.501278+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-06T02:47:57.882 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:57 smithi155 bash[23100]: audit 2024-05-06T02:47:56.501278+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-06T02:47:57.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: cephadm 2024-05-06T02:47:55.979211+0000 mgr.a (mgr.14152) 354 : cephadm [INF] Updating smithi052:/etc/ceph/ceph.conf 2024-05-06T02:47:57.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: cephadm 2024-05-06T02:47:55.979211+0000 mgr.a (mgr.14152) 354 : cephadm [INF] Updating smithi052:/etc/ceph/ceph.conf 2024-05-06T02:47:57.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: cephadm 2024-05-06T02:47:55.979998+0000 mgr.a (mgr.14152) 355 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2024-05-06T02:47:57.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: cephadm 2024-05-06T02:47:55.979998+0000 mgr.a (mgr.14152) 355 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2024-05-06T02:47:57.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: cephadm 2024-05-06T02:47:55.981323+0000 mgr.a (mgr.14152) 356 : cephadm [INF] Removing smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:47:57.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: cephadm 2024-05-06T02:47:55.981323+0000 mgr.a (mgr.14152) 356 : cephadm [INF] Removing smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:47:57.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: cephadm 2024-05-06T02:47:56.098296+0000 mgr.a (mgr.14152) 357 : cephadm [INF] Removing smithi172:/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:47:57.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: cephadm 2024-05-06T02:47:56.098296+0000 mgr.a (mgr.14152) 357 : cephadm [INF] Removing smithi172:/etc/ceph/ceph.client.admin.keyring 2024-05-06T02:47:57.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: cephadm 2024-05-06T02:47:56.164855+0000 mgr.a (mgr.14152) 358 : cephadm [INF] Removing smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T02:47:57.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: cephadm 2024-05-06T02:47:56.164855+0000 mgr.a (mgr.14152) 358 : cephadm [INF] Removing smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T02:47:57.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: cephadm 2024-05-06T02:47:56.296860+0000 mgr.a (mgr.14152) 359 : cephadm [INF] Updating smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:47:57.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: cephadm 2024-05-06T02:47:56.296860+0000 mgr.a (mgr.14152) 359 : cephadm [INF] Updating smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:47:57.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: cephadm 2024-05-06T02:47:56.297674+0000 mgr.a (mgr.14152) 360 : cephadm [INF] Updating smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:47:57.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: cephadm 2024-05-06T02:47:56.297674+0000 mgr.a (mgr.14152) 360 : cephadm [INF] Updating smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T02:47:57.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.469284+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.469284+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.475655+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.475655+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.482534+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.482534+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.489441+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.489441+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:47:57.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.494147+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:57.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.494147+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:57.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.496641+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:57.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.496641+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:57.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.499080+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-06T02:47:57.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.499080+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-06T02:47:57.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.501278+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-06T02:47:57.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: audit 2024-05-06T02:47:56.501278+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-06T02:47:57.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:57 smithi052 bash[21498]: debug 2024-05-06T02:47:57.502+0000 7faeecc62700 -1 mon.a@0(leader).osd e40 definitely_dead 0 2024-05-06T02:47:58.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: audit 2024-05-06T02:47:56.494451+0000 mgr.a (mgr.14152) 361 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:58.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: audit 2024-05-06T02:47:56.494451+0000 mgr.a (mgr.14152) 361 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:58.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: audit 2024-05-06T02:47:56.496937+0000 mgr.a (mgr.14152) 362 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:58.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: audit 2024-05-06T02:47:56.496937+0000 mgr.a (mgr.14152) 362 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:58.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: audit 2024-05-06T02:47:56.499374+0000 mgr.a (mgr.14152) 363 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-06T02:47:58.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: audit 2024-05-06T02:47:56.499374+0000 mgr.a (mgr.14152) 363 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-06T02:47:58.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: cluster 2024-05-06T02:47:57.294952+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:58.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: cluster 2024-05-06T02:47:57.294952+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:58.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: audit 2024-05-06T02:47:57.492591+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-06T02:47:58.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: audit 2024-05-06T02:47:57.492591+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-06T02:47:58.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: cluster 2024-05-06T02:47:57.496967+0000 mon.a (mon.0) 626 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-06T02:47:58.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: cluster 2024-05-06T02:47:57.496967+0000 mon.a (mon.0) 626 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-06T02:47:58.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: audit 2024-05-06T02:47:57.499029+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:58.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: audit 2024-05-06T02:47:57.499029+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:58.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: audit 2024-05-06T02:47:57.501865+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-06T02:47:58.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: audit 2024-05-06T02:47:57.501865+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-06T02:47:58.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: audit 2024-05-06T02:47:57.504314+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-06T02:47:58.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:58 smithi155 bash[23100]: audit 2024-05-06T02:47:57.504314+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-06T02:47:58.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: audit 2024-05-06T02:47:56.494451+0000 mgr.a (mgr.14152) 361 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:58.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: audit 2024-05-06T02:47:56.494451+0000 mgr.a (mgr.14152) 361 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:58.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: audit 2024-05-06T02:47:56.496937+0000 mgr.a (mgr.14152) 362 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:58.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: audit 2024-05-06T02:47:56.496937+0000 mgr.a (mgr.14152) 362 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:58.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: audit 2024-05-06T02:47:56.499374+0000 mgr.a (mgr.14152) 363 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-06T02:47:58.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: audit 2024-05-06T02:47:56.499374+0000 mgr.a (mgr.14152) 363 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-06T02:47:58.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: cluster 2024-05-06T02:47:57.294952+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:58.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: cluster 2024-05-06T02:47:57.294952+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:47:58.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: audit 2024-05-06T02:47:57.492591+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-06T02:47:58.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: audit 2024-05-06T02:47:57.492591+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-06T02:47:58.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: cluster 2024-05-06T02:47:57.496967+0000 mon.a (mon.0) 626 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-06T02:47:58.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: cluster 2024-05-06T02:47:57.496967+0000 mon.a (mon.0) 626 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-06T02:47:58.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: audit 2024-05-06T02:47:57.499029+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:58.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: audit 2024-05-06T02:47:57.499029+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:58.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: audit 2024-05-06T02:47:57.501865+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-06T02:47:58.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: audit 2024-05-06T02:47:57.501865+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-06T02:47:58.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: audit 2024-05-06T02:47:57.504314+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-06T02:47:58.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:58 smithi052 bash[21498]: audit 2024-05-06T02:47:57.504314+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-06T02:47:59.189 INFO:journalctl@ceph.osd.4.smithi172.stdout:May 06 02:47:58 smithi172 systemd[1]: Stopping Ceph osd.4 for 6b724fee-0b51-11ef-bc97-c7b262605968... 2024-05-06T02:47:59.189 INFO:journalctl@ceph.osd.4.smithi172.stdout:May 06 02:47:59 smithi172 bash[26870]: debug 2024-05-06T02:47:59.105+0000 7fb8f73cf700 -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-06T02:47:59.189 INFO:journalctl@ceph.osd.4.smithi172.stdout:May 06 02:47:59 smithi172 bash[26870]: debug 2024-05-06T02:47:59.105+0000 7fb8f73cf700 -1 osd.4 39 *** Got signal Terminated *** 2024-05-06T02:47:59.189 INFO:journalctl@ceph.osd.4.smithi172.stdout:May 06 02:47:59 smithi172 bash[26870]: debug 2024-05-06T02:47:59.105+0000 7fb8f73cf700 -1 osd.4 39 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T02:47:59.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:59 smithi155 bash[23100]: cephadm 2024-05-06T02:47:57.498196+0000 mgr.a (mgr.14152) 365 : cephadm [INF] osd.5 weight is now 0.0 2024-05-06T02:47:59.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:59 smithi155 bash[23100]: cephadm 2024-05-06T02:47:57.498196+0000 mgr.a (mgr.14152) 365 : cephadm [INF] osd.5 weight is now 0.0 2024-05-06T02:47:59.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:59 smithi155 bash[23100]: audit 2024-05-06T02:47:57.499385+0000 mgr.a (mgr.14152) 366 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:59.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:59 smithi155 bash[23100]: audit 2024-05-06T02:47:57.499385+0000 mgr.a (mgr.14152) 366 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:59.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:59 smithi155 bash[23100]: audit 2024-05-06T02:47:57.502221+0000 mgr.a (mgr.14152) 367 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-06T02:47:59.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:59 smithi155 bash[23100]: audit 2024-05-06T02:47:57.502221+0000 mgr.a (mgr.14152) 367 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-06T02:47:59.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:59 smithi155 bash[23100]: cluster 2024-05-06T02:47:58.492953+0000 mon.a (mon.0) 630 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-06T02:47:59.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:59 smithi155 bash[23100]: cluster 2024-05-06T02:47:58.492953+0000 mon.a (mon.0) 630 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-06T02:47:59.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:59 smithi155 bash[23100]: audit 2024-05-06T02:47:58.495038+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-06T02:47:59.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:59 smithi155 bash[23100]: audit 2024-05-06T02:47:58.495038+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-06T02:47:59.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:59 smithi155 bash[23100]: cluster 2024-05-06T02:47:58.500315+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-05-06T02:47:59.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:47:59 smithi155 bash[23100]: cluster 2024-05-06T02:47:58.500315+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-05-06T02:47:59.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:59 smithi052 bash[21498]: cephadm 2024-05-06T02:47:57.498196+0000 mgr.a (mgr.14152) 365 : cephadm [INF] osd.5 weight is now 0.0 2024-05-06T02:47:59.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:59 smithi052 bash[21498]: cephadm 2024-05-06T02:47:57.498196+0000 mgr.a (mgr.14152) 365 : cephadm [INF] osd.5 weight is now 0.0 2024-05-06T02:47:59.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:59 smithi052 bash[21498]: audit 2024-05-06T02:47:57.499385+0000 mgr.a (mgr.14152) 366 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:59.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:59 smithi052 bash[21498]: audit 2024-05-06T02:47:57.499385+0000 mgr.a (mgr.14152) 366 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:47:59.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:59 smithi052 bash[21498]: audit 2024-05-06T02:47:57.502221+0000 mgr.a (mgr.14152) 367 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-06T02:47:59.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:59 smithi052 bash[21498]: audit 2024-05-06T02:47:57.502221+0000 mgr.a (mgr.14152) 367 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-06T02:47:59.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:59 smithi052 bash[21498]: cluster 2024-05-06T02:47:58.492953+0000 mon.a (mon.0) 630 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-06T02:47:59.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:59 smithi052 bash[21498]: cluster 2024-05-06T02:47:58.492953+0000 mon.a (mon.0) 630 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-06T02:47:59.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:59 smithi052 bash[21498]: audit 2024-05-06T02:47:58.495038+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-06T02:47:59.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:59 smithi052 bash[21498]: audit 2024-05-06T02:47:58.495038+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-06T02:47:59.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:59 smithi052 bash[21498]: cluster 2024-05-06T02:47:58.500315+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-05-06T02:47:59.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:47:59 smithi052 bash[21498]: cluster 2024-05-06T02:47:58.500315+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-05-06T02:48:00.439 INFO:journalctl@ceph.osd.4.smithi172.stdout:May 06 02:48:00 smithi172 bash[36124]: ceph-6b724fee-0b51-11ef-bc97-c7b262605968-osd-4 2024-05-06T02:48:00.439 INFO:journalctl@ceph.osd.4.smithi172.stdout:May 06 02:48:00 smithi172 bash[36189]: Error response from daemon: No such container: ceph-6b724fee-0b51-11ef-bc97-c7b262605968-osd-4 2024-05-06T02:48:00.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:00 smithi155 bash[23100]: cephadm 2024-05-06T02:47:58.501821+0000 mgr.a (mgr.14152) 368 : cephadm [INF] osd.4 now down 2024-05-06T02:48:00.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:00 smithi155 bash[23100]: cephadm 2024-05-06T02:47:58.501821+0000 mgr.a (mgr.14152) 368 : cephadm [INF] osd.4 now down 2024-05-06T02:48:00.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:00 smithi155 bash[23100]: cephadm 2024-05-06T02:47:58.502392+0000 mgr.a (mgr.14152) 369 : cephadm [INF] Removing daemon osd.4 from smithi172 -- ports [] 2024-05-06T02:48:00.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:00 smithi155 bash[23100]: cephadm 2024-05-06T02:47:58.502392+0000 mgr.a (mgr.14152) 369 : cephadm [INF] Removing daemon osd.4 from smithi172 -- ports [] 2024-05-06T02:48:00.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:00 smithi155 bash[23100]: cluster 2024-05-06T02:47:59.295583+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:48:00.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:00 smithi155 bash[23100]: cluster 2024-05-06T02:47:59.295583+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:48:00.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:00 smithi155 bash[23100]: cluster 2024-05-06T02:47:59.507163+0000 mon.a (mon.0) 633 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-06T02:48:00.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:00 smithi155 bash[23100]: cluster 2024-05-06T02:47:59.507163+0000 mon.a (mon.0) 633 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-06T02:48:00.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:00 smithi052 bash[21498]: cephadm 2024-05-06T02:47:58.501821+0000 mgr.a (mgr.14152) 368 : cephadm [INF] osd.4 now down 2024-05-06T02:48:00.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:00 smithi052 bash[21498]: cephadm 2024-05-06T02:47:58.501821+0000 mgr.a (mgr.14152) 368 : cephadm [INF] osd.4 now down 2024-05-06T02:48:00.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:00 smithi052 bash[21498]: cephadm 2024-05-06T02:47:58.502392+0000 mgr.a (mgr.14152) 369 : cephadm [INF] Removing daemon osd.4 from smithi172 -- ports [] 2024-05-06T02:48:00.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:00 smithi052 bash[21498]: cephadm 2024-05-06T02:47:58.502392+0000 mgr.a (mgr.14152) 369 : cephadm [INF] Removing daemon osd.4 from smithi172 -- ports [] 2024-05-06T02:48:00.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:00 smithi052 bash[21498]: cluster 2024-05-06T02:47:59.295583+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:48:00.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:00 smithi052 bash[21498]: cluster 2024-05-06T02:47:59.295583+0000 mgr.a (mgr.14152) 370 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:48:00.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:00 smithi052 bash[21498]: cluster 2024-05-06T02:47:59.507163+0000 mon.a (mon.0) 633 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-06T02:48:00.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:00 smithi052 bash[21498]: cluster 2024-05-06T02:47:59.507163+0000 mon.a (mon.0) 633 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-06T02:48:01.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:01 smithi155 bash[23100]: cluster 2024-05-06T02:48:00.509654+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-06T02:48:01.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:01 smithi155 bash[23100]: cluster 2024-05-06T02:48:00.509654+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-06T02:48:01.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:01 smithi155 bash[23100]: cluster 2024-05-06T02:48:01.296194+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v306: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:48:01.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:01 smithi155 bash[23100]: cluster 2024-05-06T02:48:01.296194+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v306: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:48:01.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:01 smithi052 bash[21498]: cluster 2024-05-06T02:48:00.509654+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-06T02:48:01.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:01 smithi052 bash[21498]: cluster 2024-05-06T02:48:00.509654+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-06T02:48:01.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:01 smithi052 bash[21498]: cluster 2024-05-06T02:48:01.296194+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v306: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:48:01.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:01 smithi052 bash[21498]: cluster 2024-05-06T02:48:01.296194+0000 mgr.a (mgr.14152) 371 : cluster [DBG] pgmap v306: 1 pgs: 1 peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-05-06T02:48:01.919 INFO:teuthology.orchestra.run.smithi052.stderr:++ ceph orch ps --hostname smithi172 2024-05-06T02:48:02.307 INFO:teuthology.orchestra.run.smithi052.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-06T02:48:02.307 INFO:teuthology.orchestra.run.smithi052.stderr:osd.5 smithi172 running (2m) 6s ago 2m 37.4M 10.4G 19.0.0-3516-ge08cbbf6 9f32bee02a85 2c1ef1da0a75 ' 2024-05-06T02:48:02.308 INFO:teuthology.orchestra.run.smithi052.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-06T02:48:02.308 INFO:teuthology.orchestra.run.smithi052.stderr:osd.5 smithi172 running (2m) 6s ago 2m 37.4M 10.4G 19.0.0-3516-ge08cbbf6 9f32bee02a85 2c1ef1da0a75 ' '!=' 'No daemons reported' ']' 2024-05-06T02:48:02.308 INFO:teuthology.orchestra.run.smithi052.stderr:+ sleep 15 2024-05-06T02:48:02.438 INFO:journalctl@ceph.osd.5.smithi172.stdout:May 06 02:48:02 smithi172 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:48:02.439 INFO:journalctl@ceph.osd.4.smithi172.stdout:May 06 02:48:01 smithi172 systemd[1]: ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.4.service: Deactivated successfully. 2024-05-06T02:48:02.439 INFO:journalctl@ceph.osd.4.smithi172.stdout:May 06 02:48:01 smithi172 systemd[1]: Stopped Ceph osd.4 for 6b724fee-0b51-11ef-bc97-c7b262605968. 2024-05-06T02:48:02.439 INFO:journalctl@ceph.osd.4.smithi172.stdout:May 06 02:48:02 smithi172 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:48:02.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: cluster 2024-05-06T02:48:01.505219+0000 mon.a (mon.0) 635 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-05-06T02:48:02.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: cluster 2024-05-06T02:48:01.505219+0000 mon.a (mon.0) 635 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-05-06T02:48:02.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: cephadm 2024-05-06T02:48:02.276363+0000 mgr.a (mgr.14152) 372 : cephadm [INF] Removing key for osd.4 2024-05-06T02:48:02.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: cephadm 2024-05-06T02:48:02.276363+0000 mgr.a (mgr.14152) 372 : cephadm [INF] Removing key for osd.4 2024-05-06T02:48:02.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: audit 2024-05-06T02:48:02.276889+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-06T02:48:02.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: audit 2024-05-06T02:48:02.276889+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-06T02:48:02.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: audit 2024-05-06T02:48:02.279672+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-06T02:48:02.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: audit 2024-05-06T02:48:02.279672+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-06T02:48:02.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: cephadm 2024-05-06T02:48:02.285000+0000 mgr.a (mgr.14152) 373 : cephadm [INF] Successfully removed osd.4 on smithi172 2024-05-06T02:48:02.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: cephadm 2024-05-06T02:48:02.285000+0000 mgr.a (mgr.14152) 373 : cephadm [INF] Successfully removed osd.4 on smithi172 2024-05-06T02:48:02.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: audit 2024-05-06T02:48:02.285559+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T02:48:02.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: audit 2024-05-06T02:48:02.285559+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T02:48:02.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: cluster 2024-05-06T02:48:02.286703+0000 mon.a (mon.0) 639 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-06T02:48:02.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: cluster 2024-05-06T02:48:02.286703+0000 mon.a (mon.0) 639 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-06T02:48:02.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: audit 2024-05-06T02:48:02.288573+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-06T02:48:02.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: audit 2024-05-06T02:48:02.288573+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-06T02:48:02.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: cluster 2024-05-06T02:48:02.293406+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e44: 5 total, 5 up, 5 in 2024-05-06T02:48:02.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: cluster 2024-05-06T02:48:02.293406+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e44: 5 total, 5 up, 5 in 2024-05-06T02:48:02.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: cephadm 2024-05-06T02:48:02.294496+0000 mgr.a (mgr.14152) 374 : cephadm [INF] Successfully purged osd.4 on smithi172 2024-05-06T02:48:02.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: cephadm 2024-05-06T02:48:02.294496+0000 mgr.a (mgr.14152) 374 : cephadm [INF] Successfully purged osd.4 on smithi172 2024-05-06T02:48:02.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: cephadm 2024-05-06T02:48:02.294689+0000 mgr.a (mgr.14152) 375 : cephadm [INF] Zapping devices for osd.4 on smithi172 2024-05-06T02:48:02.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: cephadm 2024-05-06T02:48:02.294689+0000 mgr.a (mgr.14152) 375 : cephadm [INF] Zapping devices for osd.4 on smithi172 2024-05-06T02:48:02.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: audit 2024-05-06T02:48:02.307350+0000 mgr.a (mgr.14152) 376 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:02.881 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:02 smithi155 bash[23100]: audit 2024-05-06T02:48:02.307350+0000 mgr.a (mgr.14152) 376 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:02.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: cluster 2024-05-06T02:48:01.505219+0000 mon.a (mon.0) 635 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-05-06T02:48:02.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: cluster 2024-05-06T02:48:01.505219+0000 mon.a (mon.0) 635 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-05-06T02:48:02.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: cephadm 2024-05-06T02:48:02.276363+0000 mgr.a (mgr.14152) 372 : cephadm [INF] Removing key for osd.4 2024-05-06T02:48:02.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: cephadm 2024-05-06T02:48:02.276363+0000 mgr.a (mgr.14152) 372 : cephadm [INF] Removing key for osd.4 2024-05-06T02:48:02.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: audit 2024-05-06T02:48:02.276889+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-06T02:48:02.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: audit 2024-05-06T02:48:02.276889+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-06T02:48:02.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: audit 2024-05-06T02:48:02.279672+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-06T02:48:02.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: audit 2024-05-06T02:48:02.279672+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-06T02:48:02.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: cephadm 2024-05-06T02:48:02.285000+0000 mgr.a (mgr.14152) 373 : cephadm [INF] Successfully removed osd.4 on smithi172 2024-05-06T02:48:02.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: cephadm 2024-05-06T02:48:02.285000+0000 mgr.a (mgr.14152) 373 : cephadm [INF] Successfully removed osd.4 on smithi172 2024-05-06T02:48:02.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: audit 2024-05-06T02:48:02.285559+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T02:48:02.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: audit 2024-05-06T02:48:02.285559+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T02:48:02.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: cluster 2024-05-06T02:48:02.286703+0000 mon.a (mon.0) 639 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-06T02:48:02.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: cluster 2024-05-06T02:48:02.286703+0000 mon.a (mon.0) 639 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-06T02:48:02.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: audit 2024-05-06T02:48:02.288573+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-06T02:48:02.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: audit 2024-05-06T02:48:02.288573+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-06T02:48:02.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: cluster 2024-05-06T02:48:02.293406+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e44: 5 total, 5 up, 5 in 2024-05-06T02:48:02.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: cluster 2024-05-06T02:48:02.293406+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e44: 5 total, 5 up, 5 in 2024-05-06T02:48:02.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: cephadm 2024-05-06T02:48:02.294496+0000 mgr.a (mgr.14152) 374 : cephadm [INF] Successfully purged osd.4 on smithi172 2024-05-06T02:48:02.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: cephadm 2024-05-06T02:48:02.294496+0000 mgr.a (mgr.14152) 374 : cephadm [INF] Successfully purged osd.4 on smithi172 2024-05-06T02:48:02.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: cephadm 2024-05-06T02:48:02.294689+0000 mgr.a (mgr.14152) 375 : cephadm [INF] Zapping devices for osd.4 on smithi172 2024-05-06T02:48:02.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: cephadm 2024-05-06T02:48:02.294689+0000 mgr.a (mgr.14152) 375 : cephadm [INF] Zapping devices for osd.4 on smithi172 2024-05-06T02:48:02.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: audit 2024-05-06T02:48:02.307350+0000 mgr.a (mgr.14152) 376 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:02.887 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:02 smithi052 bash[21498]: audit 2024-05-06T02:48:02.307350+0000 mgr.a (mgr.14152) 376 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:03.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:03 smithi155 bash[23100]: cluster 2024-05-06T02:48:03.296908+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v308: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:03.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:03 smithi155 bash[23100]: cluster 2024-05-06T02:48:03.296908+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v308: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:03.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:03 smithi052 bash[21498]: cluster 2024-05-06T02:48:03.296908+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v308: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:03.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:03 smithi052 bash[21498]: cluster 2024-05-06T02:48:03.296908+0000 mgr.a (mgr.14152) 377 : cluster [DBG] pgmap v308: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:04.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:04 smithi155 bash[23100]: cluster 2024-05-06T02:48:03.530477+0000 mon.a (mon.0) 642 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-06T02:48:04.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:04 smithi155 bash[23100]: cluster 2024-05-06T02:48:03.530477+0000 mon.a (mon.0) 642 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-06T02:48:04.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:04 smithi052 bash[21498]: cluster 2024-05-06T02:48:03.530477+0000 mon.a (mon.0) 642 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-06T02:48:04.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:04 smithi052 bash[21498]: cluster 2024-05-06T02:48:03.530477+0000 mon.a (mon.0) 642 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-06T02:48:05.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:05 smithi155 bash[23100]: cluster 2024-05-06T02:48:04.532963+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-06T02:48:05.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:05 smithi155 bash[23100]: cluster 2024-05-06T02:48:04.532963+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-06T02:48:05.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:05 smithi155 bash[23100]: cluster 2024-05-06T02:48:05.297631+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v311: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:05.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:05 smithi155 bash[23100]: cluster 2024-05-06T02:48:05.297631+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v311: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:05.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:05 smithi052 bash[21498]: cluster 2024-05-06T02:48:04.532963+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-06T02:48:05.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:05 smithi052 bash[21498]: cluster 2024-05-06T02:48:04.532963+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-06T02:48:05.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:05 smithi052 bash[21498]: cluster 2024-05-06T02:48:05.297631+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v311: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:05.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:05 smithi052 bash[21498]: cluster 2024-05-06T02:48:05.297631+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v311: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:06.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:06 smithi155 bash[23100]: cluster 2024-05-06T02:48:05.536276+0000 mon.a (mon.0) 644 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-05-06T02:48:06.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:06 smithi155 bash[23100]: cluster 2024-05-06T02:48:05.536276+0000 mon.a (mon.0) 644 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-05-06T02:48:06.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:06 smithi155 bash[23100]: cluster 2024-05-06T02:48:05.536340+0000 mon.a (mon.0) 645 : cluster [INF] Cluster is now healthy 2024-05-06T02:48:06.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:06 smithi155 bash[23100]: cluster 2024-05-06T02:48:05.536340+0000 mon.a (mon.0) 645 : cluster [INF] Cluster is now healthy 2024-05-06T02:48:06.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:06 smithi052 bash[21498]: cluster 2024-05-06T02:48:05.536276+0000 mon.a (mon.0) 644 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-05-06T02:48:06.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:06 smithi052 bash[21498]: cluster 2024-05-06T02:48:05.536276+0000 mon.a (mon.0) 644 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-05-06T02:48:06.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:06 smithi052 bash[21498]: cluster 2024-05-06T02:48:05.536340+0000 mon.a (mon.0) 645 : cluster [INF] Cluster is now healthy 2024-05-06T02:48:06.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:06 smithi052 bash[21498]: cluster 2024-05-06T02:48:05.536340+0000 mon.a (mon.0) 645 : cluster [INF] Cluster is now healthy 2024-05-06T02:48:07.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:07 smithi155 bash[23100]: cluster 2024-05-06T02:48:07.298352+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v312: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:07.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:07 smithi155 bash[23100]: cluster 2024-05-06T02:48:07.298352+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v312: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:07.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:07 smithi052 bash[21498]: cluster 2024-05-06T02:48:07.298352+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v312: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:07.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:07 smithi052 bash[21498]: cluster 2024-05-06T02:48:07.298352+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v312: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:10.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:10 smithi155 bash[23100]: cluster 2024-05-06T02:48:09.299020+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v313: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:10.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:10 smithi155 bash[23100]: cluster 2024-05-06T02:48:09.299020+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v313: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:10.634 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:48:10 smithi052 bash[21752]: debug 2024-05-06T02:48:10.481+0000 7f540bbeb700 -1 mgr.server reply reply (16) Device or resource busy OSD(s) 5 last reported they still store some PG data, and not all PGs are active+clean; we cannot be sure they aren't still needed. 2024-05-06T02:48:10.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:10 smithi052 bash[21498]: cluster 2024-05-06T02:48:09.299020+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v313: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:10.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:10 smithi052 bash[21498]: cluster 2024-05-06T02:48:09.299020+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v313: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:11.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: cephadm 2024-05-06T02:48:10.482404+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Successfully zapped devices for osd.4 on smithi172 2024-05-06T02:48:11.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: cephadm 2024-05-06T02:48:10.482404+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Successfully zapped devices for osd.4 on smithi172 2024-05-06T02:48:11.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.483266+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:11.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.483266+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:11.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.483699+0000 mgr.a (mgr.14152) 382 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:11.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.483699+0000 mgr.a (mgr.14152) 382 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:11.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.486363+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:11.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.486363+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:11.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.486771+0000 mgr.a (mgr.14152) 383 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:11.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.486771+0000 mgr.a (mgr.14152) 383 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:11.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.495788+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:11.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.495788+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:11.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.599589+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:48:11.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.599589+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:48:11.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.601106+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:48:11.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.601106+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:48:11.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.602573+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:11.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:11 smithi155 bash[23100]: audit 2024-05-06T02:48:10.602573+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:11.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: cephadm 2024-05-06T02:48:10.482404+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Successfully zapped devices for osd.4 on smithi172 2024-05-06T02:48:11.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: cephadm 2024-05-06T02:48:10.482404+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Successfully zapped devices for osd.4 on smithi172 2024-05-06T02:48:11.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.483266+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:11.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.483266+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:11.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.483699+0000 mgr.a (mgr.14152) 382 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:11.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.483699+0000 mgr.a (mgr.14152) 382 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:11.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.486363+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:11.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.486363+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:11.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.486771+0000 mgr.a (mgr.14152) 383 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:11.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.486771+0000 mgr.a (mgr.14152) 383 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:11.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.495788+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:11.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.495788+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:11.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.599589+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:48:11.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.599589+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:48:11.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.601106+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:48:11.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.601106+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:48:11.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.602573+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:11.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:11 smithi052 bash[21498]: audit 2024-05-06T02:48:10.602573+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:12.384 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:12 smithi052 bash[21498]: cephadm 2024-05-06T02:48:10.599025+0000 mgr.a (mgr.14152) 384 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T02:48:12.385 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:12 smithi052 bash[21498]: cephadm 2024-05-06T02:48:10.599025+0000 mgr.a (mgr.14152) 384 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T02:48:12.385 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:12 smithi052 bash[21498]: cephadm 2024-05-06T02:48:10.604442+0000 mgr.a (mgr.14152) 385 : cephadm [INF] Reconfiguring daemon mon.a on smithi052 2024-05-06T02:48:12.385 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:12 smithi052 bash[21498]: cephadm 2024-05-06T02:48:10.604442+0000 mgr.a (mgr.14152) 385 : cephadm [INF] Reconfiguring daemon mon.a on smithi052 2024-05-06T02:48:12.385 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:12 smithi052 bash[21498]: cluster 2024-05-06T02:48:11.299687+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-06T02:48:12.385 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:12 smithi052 bash[21498]: cluster 2024-05-06T02:48:11.299687+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-06T02:48:12.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:12 smithi155 bash[23100]: cephadm 2024-05-06T02:48:10.599025+0000 mgr.a (mgr.14152) 384 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T02:48:12.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:12 smithi155 bash[23100]: cephadm 2024-05-06T02:48:10.599025+0000 mgr.a (mgr.14152) 384 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-06T02:48:12.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:12 smithi155 bash[23100]: cephadm 2024-05-06T02:48:10.604442+0000 mgr.a (mgr.14152) 385 : cephadm [INF] Reconfiguring daemon mon.a on smithi052 2024-05-06T02:48:12.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:12 smithi155 bash[23100]: cephadm 2024-05-06T02:48:10.604442+0000 mgr.a (mgr.14152) 385 : cephadm [INF] Reconfiguring daemon mon.a on smithi052 2024-05-06T02:48:12.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:12 smithi155 bash[23100]: cluster 2024-05-06T02:48:11.299687+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-06T02:48:12.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:12 smithi155 bash[23100]: cluster 2024-05-06T02:48:11.299687+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-06T02:48:13.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: audit 2024-05-06T02:48:12.553875+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:13.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: audit 2024-05-06T02:48:12.553875+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:13.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: audit 2024-05-06T02:48:12.562493+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:13.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: audit 2024-05-06T02:48:12.562493+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:13.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: cephadm 2024-05-06T02:48:12.574058+0000 mgr.a (mgr.14152) 387 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-06T02:48:13.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: cephadm 2024-05-06T02:48:12.574058+0000 mgr.a (mgr.14152) 387 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-06T02:48:13.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: audit 2024-05-06T02:48:12.574793+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:48:13.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: audit 2024-05-06T02:48:12.574793+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:48:13.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: audit 2024-05-06T02:48:12.576646+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:48:13.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: audit 2024-05-06T02:48:12.576646+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:48:13.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: audit 2024-05-06T02:48:12.578249+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:13.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: audit 2024-05-06T02:48:12.578249+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:13.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: cephadm 2024-05-06T02:48:12.580285+0000 mgr.a (mgr.14152) 388 : cephadm [INF] Reconfiguring daemon mgr.a on smithi052 2024-05-06T02:48:13.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: cephadm 2024-05-06T02:48:12.580285+0000 mgr.a (mgr.14152) 388 : cephadm [INF] Reconfiguring daemon mgr.a on smithi052 2024-05-06T02:48:13.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: cluster 2024-05-06T02:48:13.300269+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-06T02:48:13.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:13 smithi155 bash[23100]: cluster 2024-05-06T02:48:13.300269+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-06T02:48:13.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: audit 2024-05-06T02:48:12.553875+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:13.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: audit 2024-05-06T02:48:12.553875+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:13.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: audit 2024-05-06T02:48:12.562493+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:13.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: audit 2024-05-06T02:48:12.562493+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:13.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: cephadm 2024-05-06T02:48:12.574058+0000 mgr.a (mgr.14152) 387 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-06T02:48:13.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: cephadm 2024-05-06T02:48:12.574058+0000 mgr.a (mgr.14152) 387 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-06T02:48:13.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: audit 2024-05-06T02:48:12.574793+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:48:13.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: audit 2024-05-06T02:48:12.574793+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:48:13.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: audit 2024-05-06T02:48:12.576646+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:48:13.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: audit 2024-05-06T02:48:12.576646+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:48:13.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: audit 2024-05-06T02:48:12.578249+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:13.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: audit 2024-05-06T02:48:12.578249+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:13.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: cephadm 2024-05-06T02:48:12.580285+0000 mgr.a (mgr.14152) 388 : cephadm [INF] Reconfiguring daemon mgr.a on smithi052 2024-05-06T02:48:13.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: cephadm 2024-05-06T02:48:12.580285+0000 mgr.a (mgr.14152) 388 : cephadm [INF] Reconfiguring daemon mgr.a on smithi052 2024-05-06T02:48:13.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: cluster 2024-05-06T02:48:13.300269+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-06T02:48:13.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:13 smithi052 bash[21498]: cluster 2024-05-06T02:48:13.300269+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-06T02:48:15.632 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:15 smithi052 bash[21498]: audit 2024-05-06T02:48:14.403759+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:15.633 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:15 smithi052 bash[21498]: audit 2024-05-06T02:48:14.403759+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:15.633 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:15 smithi052 bash[21498]: audit 2024-05-06T02:48:14.410964+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:15.633 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:15 smithi052 bash[21498]: audit 2024-05-06T02:48:14.410964+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:15.633 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:15 smithi052 bash[21498]: cephadm 2024-05-06T02:48:14.450535+0000 mgr.a (mgr.14152) 390 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-06T02:48:15.633 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:15 smithi052 bash[21498]: cephadm 2024-05-06T02:48:14.450535+0000 mgr.a (mgr.14152) 390 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-06T02:48:15.633 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:15 smithi052 bash[21498]: audit 2024-05-06T02:48:14.451061+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T02:48:15.633 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:15 smithi052 bash[21498]: audit 2024-05-06T02:48:14.451061+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T02:48:15.633 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:15 smithi052 bash[21498]: audit 2024-05-06T02:48:14.452609+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:15.633 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:15 smithi052 bash[21498]: audit 2024-05-06T02:48:14.452609+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:15.633 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:15 smithi052 bash[21498]: cephadm 2024-05-06T02:48:14.455635+0000 mgr.a (mgr.14152) 391 : cephadm [INF] Reconfiguring daemon osd.0 on smithi052 2024-05-06T02:48:15.633 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:15 smithi052 bash[21498]: cephadm 2024-05-06T02:48:14.455635+0000 mgr.a (mgr.14152) 391 : cephadm [INF] Reconfiguring daemon osd.0 on smithi052 2024-05-06T02:48:15.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:15 smithi155 bash[23100]: audit 2024-05-06T02:48:14.403759+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:15.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:15 smithi155 bash[23100]: audit 2024-05-06T02:48:14.403759+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:15.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:15 smithi155 bash[23100]: audit 2024-05-06T02:48:14.410964+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:15.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:15 smithi155 bash[23100]: audit 2024-05-06T02:48:14.410964+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:15.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:15 smithi155 bash[23100]: cephadm 2024-05-06T02:48:14.450535+0000 mgr.a (mgr.14152) 390 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-06T02:48:15.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:15 smithi155 bash[23100]: cephadm 2024-05-06T02:48:14.450535+0000 mgr.a (mgr.14152) 390 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-06T02:48:15.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:15 smithi155 bash[23100]: audit 2024-05-06T02:48:14.451061+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T02:48:15.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:15 smithi155 bash[23100]: audit 2024-05-06T02:48:14.451061+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T02:48:15.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:15 smithi155 bash[23100]: audit 2024-05-06T02:48:14.452609+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:15.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:15 smithi155 bash[23100]: audit 2024-05-06T02:48:14.452609+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:15.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:15 smithi155 bash[23100]: cephadm 2024-05-06T02:48:14.455635+0000 mgr.a (mgr.14152) 391 : cephadm [INF] Reconfiguring daemon osd.0 on smithi052 2024-05-06T02:48:15.880 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:15 smithi155 bash[23100]: cephadm 2024-05-06T02:48:14.455635+0000 mgr.a (mgr.14152) 391 : cephadm [INF] Reconfiguring daemon osd.0 on smithi052 2024-05-06T02:48:16.391 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:16 smithi052 bash[21498]: cluster 2024-05-06T02:48:15.300963+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-05-06T02:48:16.391 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:16 smithi052 bash[21498]: cluster 2024-05-06T02:48:15.300963+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-05-06T02:48:16.391 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:16 smithi052 bash[21498]: audit 2024-05-06T02:48:16.386236+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:16.392 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:16 smithi052 bash[21498]: audit 2024-05-06T02:48:16.386236+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:16.392 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:16 smithi052 bash[21498]: audit 2024-05-06T02:48:16.394380+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:16.392 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:16 smithi052 bash[21498]: audit 2024-05-06T02:48:16.394380+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:16.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:16 smithi155 bash[23100]: cluster 2024-05-06T02:48:15.300963+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-05-06T02:48:16.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:16 smithi155 bash[23100]: cluster 2024-05-06T02:48:15.300963+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-05-06T02:48:16.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:16 smithi155 bash[23100]: audit 2024-05-06T02:48:16.386236+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:16.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:16 smithi155 bash[23100]: audit 2024-05-06T02:48:16.386236+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:16.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:16 smithi155 bash[23100]: audit 2024-05-06T02:48:16.394380+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:16.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:16 smithi155 bash[23100]: audit 2024-05-06T02:48:16.394380+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:17.310 INFO:teuthology.orchestra.run.smithi052.stderr:++ ceph orch ps --hostname smithi172 2024-05-06T02:48:17.705 INFO:teuthology.orchestra.run.smithi052.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-06T02:48:17.705 INFO:teuthology.orchestra.run.smithi052.stderr:osd.5 smithi172 running (2m) 21s ago 2m 37.4M 10.4G 19.0.0-3516-ge08cbbf6 9f32bee02a85 2c1ef1da0a75 ' 2024-05-06T02:48:17.705 INFO:teuthology.orchestra.run.smithi052.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-06T02:48:17.706 INFO:teuthology.orchestra.run.smithi052.stderr:osd.5 smithi172 running (2m) 21s ago 2m 37.4M 10.4G 19.0.0-3516-ge08cbbf6 9f32bee02a85 2c1ef1da0a75 ' '!=' 'No daemons reported' ']' 2024-05-06T02:48:17.706 INFO:teuthology.orchestra.run.smithi052.stderr:+ sleep 15 2024-05-06T02:48:17.712 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:17 smithi052 bash[21498]: cephadm 2024-05-06T02:48:16.425616+0000 mgr.a (mgr.14152) 393 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-06T02:48:17.713 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:17 smithi052 bash[21498]: cephadm 2024-05-06T02:48:16.425616+0000 mgr.a (mgr.14152) 393 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-06T02:48:17.713 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:17 smithi052 bash[21498]: audit 2024-05-06T02:48:16.426249+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T02:48:17.713 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:17 smithi052 bash[21498]: audit 2024-05-06T02:48:16.426249+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T02:48:17.713 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:17 smithi052 bash[21498]: audit 2024-05-06T02:48:16.428069+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:17.713 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:17 smithi052 bash[21498]: audit 2024-05-06T02:48:16.428069+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:17.713 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:17 smithi052 bash[21498]: cephadm 2024-05-06T02:48:16.431084+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Reconfiguring daemon osd.1 on smithi052 2024-05-06T02:48:17.713 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:17 smithi052 bash[21498]: cephadm 2024-05-06T02:48:16.431084+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Reconfiguring daemon osd.1 on smithi052 2024-05-06T02:48:17.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:17 smithi155 bash[23100]: cephadm 2024-05-06T02:48:16.425616+0000 mgr.a (mgr.14152) 393 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-06T02:48:17.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:17 smithi155 bash[23100]: cephadm 2024-05-06T02:48:16.425616+0000 mgr.a (mgr.14152) 393 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-06T02:48:17.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:17 smithi155 bash[23100]: audit 2024-05-06T02:48:16.426249+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T02:48:17.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:17 smithi155 bash[23100]: audit 2024-05-06T02:48:16.426249+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T02:48:17.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:17 smithi155 bash[23100]: audit 2024-05-06T02:48:16.428069+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:17.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:17 smithi155 bash[23100]: audit 2024-05-06T02:48:16.428069+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:17.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:17 smithi155 bash[23100]: cephadm 2024-05-06T02:48:16.431084+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Reconfiguring daemon osd.1 on smithi052 2024-05-06T02:48:17.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:17 smithi155 bash[23100]: cephadm 2024-05-06T02:48:16.431084+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Reconfiguring daemon osd.1 on smithi052 2024-05-06T02:48:18.760 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:18 smithi155 bash[23100]: cluster 2024-05-06T02:48:17.301596+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:48:18.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:18 smithi155 bash[23100]: cluster 2024-05-06T02:48:17.301596+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:48:18.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:18 smithi155 bash[23100]: audit 2024-05-06T02:48:18.317991+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:18.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:18 smithi155 bash[23100]: audit 2024-05-06T02:48:18.317991+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:18.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:18 smithi155 bash[23100]: audit 2024-05-06T02:48:18.323810+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:18.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:18 smithi155 bash[23100]: audit 2024-05-06T02:48:18.323810+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:18.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:18 smithi155 bash[23100]: audit 2024-05-06T02:48:18.349865+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:48:18.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:18 smithi155 bash[23100]: audit 2024-05-06T02:48:18.349865+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:48:18.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:18 smithi155 bash[23100]: audit 2024-05-06T02:48:18.351524+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:48:18.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:18 smithi155 bash[23100]: audit 2024-05-06T02:48:18.351524+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:48:18.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:18 smithi155 bash[23100]: audit 2024-05-06T02:48:18.353151+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:18.761 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:18 smithi155 bash[23100]: audit 2024-05-06T02:48:18.353151+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:18.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:18 smithi052 bash[21498]: cluster 2024-05-06T02:48:17.301596+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:48:18.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:18 smithi052 bash[21498]: cluster 2024-05-06T02:48:17.301596+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:48:18.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:18 smithi052 bash[21498]: audit 2024-05-06T02:48:18.317991+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:18.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:18 smithi052 bash[21498]: audit 2024-05-06T02:48:18.317991+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:18.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:18 smithi052 bash[21498]: audit 2024-05-06T02:48:18.323810+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:18.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:18 smithi052 bash[21498]: audit 2024-05-06T02:48:18.323810+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:18.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:18 smithi052 bash[21498]: audit 2024-05-06T02:48:18.349865+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:48:18.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:18 smithi052 bash[21498]: audit 2024-05-06T02:48:18.349865+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T02:48:18.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:18 smithi052 bash[21498]: audit 2024-05-06T02:48:18.351524+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:48:18.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:18 smithi052 bash[21498]: audit 2024-05-06T02:48:18.351524+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T02:48:18.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:18 smithi052 bash[21498]: audit 2024-05-06T02:48:18.353151+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:18.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:18 smithi052 bash[21498]: audit 2024-05-06T02:48:18.353151+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:19.682 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:19 smithi155 bash[23100]: audit 2024-05-06T02:48:17.708783+0000 mgr.a (mgr.14152) 396 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:19.683 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:19 smithi155 bash[23100]: audit 2024-05-06T02:48:17.708783+0000 mgr.a (mgr.14152) 396 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:19.683 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:19 smithi155 bash[23100]: cephadm 2024-05-06T02:48:18.349255+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T02:48:19.683 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:19 smithi155 bash[23100]: cephadm 2024-05-06T02:48:18.349255+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T02:48:19.683 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:19 smithi155 bash[23100]: cephadm 2024-05-06T02:48:18.355078+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-05-06T02:48:19.683 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:19 smithi155 bash[23100]: cephadm 2024-05-06T02:48:18.355078+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-05-06T02:48:19.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:19 smithi052 bash[21498]: audit 2024-05-06T02:48:17.708783+0000 mgr.a (mgr.14152) 396 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:19.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:19 smithi052 bash[21498]: audit 2024-05-06T02:48:17.708783+0000 mgr.a (mgr.14152) 396 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:19.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:19 smithi052 bash[21498]: cephadm 2024-05-06T02:48:18.349255+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T02:48:19.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:19 smithi052 bash[21498]: cephadm 2024-05-06T02:48:18.349255+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-06T02:48:19.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:19 smithi052 bash[21498]: cephadm 2024-05-06T02:48:18.355078+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-05-06T02:48:19.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:19 smithi052 bash[21498]: cephadm 2024-05-06T02:48:18.355078+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Reconfiguring daemon mon.b on smithi155 2024-05-06T02:48:20.801 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:20 smithi155 bash[23100]: cluster 2024-05-06T02:48:19.302171+0000 mgr.a (mgr.14152) 399 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:48:20.802 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:20 smithi155 bash[23100]: cluster 2024-05-06T02:48:19.302171+0000 mgr.a (mgr.14152) 399 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:48:20.802 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:20 smithi155 bash[23100]: audit 2024-05-06T02:48:20.338055+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:20.802 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:20 smithi155 bash[23100]: audit 2024-05-06T02:48:20.338055+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:20.802 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:20 smithi155 bash[23100]: audit 2024-05-06T02:48:20.347771+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:20.802 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:20 smithi155 bash[23100]: audit 2024-05-06T02:48:20.347771+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:20.802 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:20 smithi155 bash[23100]: audit 2024-05-06T02:48:20.375713+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:48:20.802 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:20 smithi155 bash[23100]: audit 2024-05-06T02:48:20.375713+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:48:20.802 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:20 smithi155 bash[23100]: audit 2024-05-06T02:48:20.377695+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:48:20.803 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:20 smithi155 bash[23100]: audit 2024-05-06T02:48:20.377695+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:48:20.803 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:20 smithi155 bash[23100]: audit 2024-05-06T02:48:20.379477+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:20.803 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:20 smithi155 bash[23100]: audit 2024-05-06T02:48:20.379477+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:20.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:20 smithi052 bash[21498]: cluster 2024-05-06T02:48:19.302171+0000 mgr.a (mgr.14152) 399 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:48:20.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:20 smithi052 bash[21498]: cluster 2024-05-06T02:48:19.302171+0000 mgr.a (mgr.14152) 399 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:48:20.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:20 smithi052 bash[21498]: audit 2024-05-06T02:48:20.338055+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:20.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:20 smithi052 bash[21498]: audit 2024-05-06T02:48:20.338055+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:20.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:20 smithi052 bash[21498]: audit 2024-05-06T02:48:20.347771+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:20.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:20 smithi052 bash[21498]: audit 2024-05-06T02:48:20.347771+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:20.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:20 smithi052 bash[21498]: audit 2024-05-06T02:48:20.375713+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:48:20.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:20 smithi052 bash[21498]: audit 2024-05-06T02:48:20.375713+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T02:48:20.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:20 smithi052 bash[21498]: audit 2024-05-06T02:48:20.377695+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:48:20.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:20 smithi052 bash[21498]: audit 2024-05-06T02:48:20.377695+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T02:48:20.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:20 smithi052 bash[21498]: audit 2024-05-06T02:48:20.379477+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:20.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:20 smithi052 bash[21498]: audit 2024-05-06T02:48:20.379477+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:21.671 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:21 smithi155 bash[23100]: cephadm 2024-05-06T02:48:20.374870+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-06T02:48:21.671 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:21 smithi155 bash[23100]: cephadm 2024-05-06T02:48:20.374870+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-06T02:48:21.671 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:21 smithi155 bash[23100]: cephadm 2024-05-06T02:48:20.381663+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Reconfiguring daemon mgr.b on smithi155 2024-05-06T02:48:21.671 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:21 smithi155 bash[23100]: cephadm 2024-05-06T02:48:20.381663+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Reconfiguring daemon mgr.b on smithi155 2024-05-06T02:48:21.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:21 smithi052 bash[21498]: cephadm 2024-05-06T02:48:20.374870+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-06T02:48:21.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:21 smithi052 bash[21498]: cephadm 2024-05-06T02:48:20.374870+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-06T02:48:21.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:21 smithi052 bash[21498]: cephadm 2024-05-06T02:48:20.381663+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Reconfiguring daemon mgr.b on smithi155 2024-05-06T02:48:21.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:21 smithi052 bash[21498]: cephadm 2024-05-06T02:48:20.381663+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Reconfiguring daemon mgr.b on smithi155 2024-05-06T02:48:22.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:22 smithi155 bash[23100]: cluster 2024-05-06T02:48:21.302753+0000 mgr.a (mgr.14152) 402 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:48:22.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:22 smithi155 bash[23100]: cluster 2024-05-06T02:48:21.302753+0000 mgr.a (mgr.14152) 402 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:48:22.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:22 smithi052 bash[21498]: cluster 2024-05-06T02:48:21.302753+0000 mgr.a (mgr.14152) 402 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:48:22.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:22 smithi052 bash[21498]: cluster 2024-05-06T02:48:21.302753+0000 mgr.a (mgr.14152) 402 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T02:48:23.692 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:23 smithi155 bash[23100]: audit 2024-05-06T02:48:22.455451+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:23.692 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:23 smithi155 bash[23100]: audit 2024-05-06T02:48:22.455451+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:23.692 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:23 smithi155 bash[23100]: audit 2024-05-06T02:48:22.464454+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:23.692 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:23 smithi155 bash[23100]: audit 2024-05-06T02:48:22.464454+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:23.692 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:23 smithi155 bash[23100]: audit 2024-05-06T02:48:22.503422+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T02:48:23.692 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:23 smithi155 bash[23100]: audit 2024-05-06T02:48:22.503422+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T02:48:23.692 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:23 smithi155 bash[23100]: audit 2024-05-06T02:48:22.505273+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:23.692 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:23 smithi155 bash[23100]: audit 2024-05-06T02:48:22.505273+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:23.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:23 smithi052 bash[21498]: audit 2024-05-06T02:48:22.455451+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:23.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:23 smithi052 bash[21498]: audit 2024-05-06T02:48:22.455451+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:23.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:23 smithi052 bash[21498]: audit 2024-05-06T02:48:22.464454+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:23.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:23 smithi052 bash[21498]: audit 2024-05-06T02:48:22.464454+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:23.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:23 smithi052 bash[21498]: audit 2024-05-06T02:48:22.503422+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T02:48:23.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:23 smithi052 bash[21498]: audit 2024-05-06T02:48:22.503422+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T02:48:23.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:23 smithi052 bash[21498]: audit 2024-05-06T02:48:22.505273+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:23.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:23 smithi052 bash[21498]: audit 2024-05-06T02:48:22.505273+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:24.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:24 smithi155 bash[23100]: cephadm 2024-05-06T02:48:22.502749+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-06T02:48:24.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:24 smithi155 bash[23100]: cephadm 2024-05-06T02:48:22.502749+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-06T02:48:24.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:24 smithi155 bash[23100]: cephadm 2024-05-06T02:48:22.508230+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Reconfiguring daemon osd.2 on smithi155 2024-05-06T02:48:24.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:24 smithi155 bash[23100]: cephadm 2024-05-06T02:48:22.508230+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Reconfiguring daemon osd.2 on smithi155 2024-05-06T02:48:24.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:24 smithi155 bash[23100]: cluster 2024-05-06T02:48:23.303297+0000 mgr.a (mgr.14152) 405 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:24.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:24 smithi155 bash[23100]: cluster 2024-05-06T02:48:23.303297+0000 mgr.a (mgr.14152) 405 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:24.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:24 smithi052 bash[21498]: cephadm 2024-05-06T02:48:22.502749+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-06T02:48:24.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:24 smithi052 bash[21498]: cephadm 2024-05-06T02:48:22.502749+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-06T02:48:24.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:24 smithi052 bash[21498]: cephadm 2024-05-06T02:48:22.508230+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Reconfiguring daemon osd.2 on smithi155 2024-05-06T02:48:24.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:24 smithi052 bash[21498]: cephadm 2024-05-06T02:48:22.508230+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Reconfiguring daemon osd.2 on smithi155 2024-05-06T02:48:24.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:24 smithi052 bash[21498]: cluster 2024-05-06T02:48:23.303297+0000 mgr.a (mgr.14152) 405 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:24.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:24 smithi052 bash[21498]: cluster 2024-05-06T02:48:23.303297+0000 mgr.a (mgr.14152) 405 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:25.841 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:25 smithi155 bash[23100]: audit 2024-05-06T02:48:24.580209+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:25.841 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:25 smithi155 bash[23100]: audit 2024-05-06T02:48:24.580209+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:25.841 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:25 smithi155 bash[23100]: audit 2024-05-06T02:48:24.589215+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:25.841 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:25 smithi155 bash[23100]: audit 2024-05-06T02:48:24.589215+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:25.841 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:25 smithi155 bash[23100]: cephadm 2024-05-06T02:48:24.629370+0000 mgr.a (mgr.14152) 406 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-06T02:48:25.842 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:25 smithi155 bash[23100]: cephadm 2024-05-06T02:48:24.629370+0000 mgr.a (mgr.14152) 406 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-06T02:48:25.842 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:25 smithi155 bash[23100]: audit 2024-05-06T02:48:24.630026+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T02:48:25.842 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:25 smithi155 bash[23100]: audit 2024-05-06T02:48:24.630026+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T02:48:25.842 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:25 smithi155 bash[23100]: audit 2024-05-06T02:48:24.631790+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:25.842 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:25 smithi155 bash[23100]: audit 2024-05-06T02:48:24.631790+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:25.842 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:25 smithi155 bash[23100]: cephadm 2024-05-06T02:48:24.634739+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Reconfiguring daemon osd.3 on smithi155 2024-05-06T02:48:25.842 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:25 smithi155 bash[23100]: cephadm 2024-05-06T02:48:24.634739+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Reconfiguring daemon osd.3 on smithi155 2024-05-06T02:48:25.842 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:25 smithi155 bash[23100]: cluster 2024-05-06T02:48:25.303865+0000 mgr.a (mgr.14152) 408 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:25.842 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:25 smithi155 bash[23100]: cluster 2024-05-06T02:48:25.303865+0000 mgr.a (mgr.14152) 408 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:25.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:25 smithi052 bash[21498]: audit 2024-05-06T02:48:24.580209+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:25.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:25 smithi052 bash[21498]: audit 2024-05-06T02:48:24.580209+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:25.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:25 smithi052 bash[21498]: audit 2024-05-06T02:48:24.589215+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:25.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:25 smithi052 bash[21498]: audit 2024-05-06T02:48:24.589215+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:25.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:25 smithi052 bash[21498]: cephadm 2024-05-06T02:48:24.629370+0000 mgr.a (mgr.14152) 406 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-06T02:48:25.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:25 smithi052 bash[21498]: cephadm 2024-05-06T02:48:24.629370+0000 mgr.a (mgr.14152) 406 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-06T02:48:25.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:25 smithi052 bash[21498]: audit 2024-05-06T02:48:24.630026+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T02:48:25.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:25 smithi052 bash[21498]: audit 2024-05-06T02:48:24.630026+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T02:48:25.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:25 smithi052 bash[21498]: audit 2024-05-06T02:48:24.631790+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:25.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:25 smithi052 bash[21498]: audit 2024-05-06T02:48:24.631790+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:25.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:25 smithi052 bash[21498]: cephadm 2024-05-06T02:48:24.634739+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Reconfiguring daemon osd.3 on smithi155 2024-05-06T02:48:25.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:25 smithi052 bash[21498]: cephadm 2024-05-06T02:48:24.634739+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Reconfiguring daemon osd.3 on smithi155 2024-05-06T02:48:25.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:25 smithi052 bash[21498]: cluster 2024-05-06T02:48:25.303865+0000 mgr.a (mgr.14152) 408 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:25.886 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:25 smithi052 bash[21498]: cluster 2024-05-06T02:48:25.303865+0000 mgr.a (mgr.14152) 408 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:28.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:27 smithi155 bash[23100]: audit 2024-05-06T02:48:26.710405+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:28.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:27 smithi155 bash[23100]: audit 2024-05-06T02:48:26.710405+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:28.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:27 smithi155 bash[23100]: audit 2024-05-06T02:48:26.719063+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:28.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:27 smithi155 bash[23100]: audit 2024-05-06T02:48:26.719063+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:28.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:27 smithi155 bash[23100]: cephadm 2024-05-06T02:48:26.755072+0000 mgr.a (mgr.14152) 409 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-05-06T02:48:28.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:27 smithi155 bash[23100]: cephadm 2024-05-06T02:48:26.755072+0000 mgr.a (mgr.14152) 409 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-05-06T02:48:28.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:27 smithi155 bash[23100]: audit 2024-05-06T02:48:26.755757+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T02:48:28.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:27 smithi155 bash[23100]: audit 2024-05-06T02:48:26.755757+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T02:48:28.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:27 smithi155 bash[23100]: audit 2024-05-06T02:48:26.757451+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:28.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:27 smithi155 bash[23100]: audit 2024-05-06T02:48:26.757451+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:28.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:27 smithi155 bash[23100]: cephadm 2024-05-06T02:48:26.760563+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring daemon osd.5 on smithi172 2024-05-06T02:48:28.130 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:27 smithi155 bash[23100]: cephadm 2024-05-06T02:48:26.760563+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring daemon osd.5 on smithi172 2024-05-06T02:48:28.130 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:27 smithi155 bash[23100]: cluster 2024-05-06T02:48:27.304392+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:28.130 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:27 smithi155 bash[23100]: cluster 2024-05-06T02:48:27.304392+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:28.134 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:27 smithi052 bash[21498]: audit 2024-05-06T02:48:26.710405+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:28.134 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:27 smithi052 bash[21498]: audit 2024-05-06T02:48:26.710405+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:28.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:27 smithi052 bash[21498]: audit 2024-05-06T02:48:26.719063+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:28.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:27 smithi052 bash[21498]: audit 2024-05-06T02:48:26.719063+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:28.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:27 smithi052 bash[21498]: cephadm 2024-05-06T02:48:26.755072+0000 mgr.a (mgr.14152) 409 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-05-06T02:48:28.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:27 smithi052 bash[21498]: cephadm 2024-05-06T02:48:26.755072+0000 mgr.a (mgr.14152) 409 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-05-06T02:48:28.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:27 smithi052 bash[21498]: audit 2024-05-06T02:48:26.755757+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T02:48:28.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:27 smithi052 bash[21498]: audit 2024-05-06T02:48:26.755757+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T02:48:28.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:27 smithi052 bash[21498]: audit 2024-05-06T02:48:26.757451+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:28.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:27 smithi052 bash[21498]: audit 2024-05-06T02:48:26.757451+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:28.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:27 smithi052 bash[21498]: cephadm 2024-05-06T02:48:26.760563+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring daemon osd.5 on smithi172 2024-05-06T02:48:28.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:27 smithi052 bash[21498]: cephadm 2024-05-06T02:48:26.760563+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring daemon osd.5 on smithi172 2024-05-06T02:48:28.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:27 smithi052 bash[21498]: cluster 2024-05-06T02:48:27.304392+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:28.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:27 smithi052 bash[21498]: cluster 2024-05-06T02:48:27.304392+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:29.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:29 smithi155 bash[23100]: audit 2024-05-06T02:48:28.452870+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:29.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:29 smithi155 bash[23100]: audit 2024-05-06T02:48:28.452870+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:29.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:29 smithi155 bash[23100]: audit 2024-05-06T02:48:28.460717+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:29.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:29 smithi155 bash[23100]: audit 2024-05-06T02:48:28.460717+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:29.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:29 smithi155 bash[23100]: audit 2024-05-06T02:48:28.479535+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:48:29.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:29 smithi155 bash[23100]: audit 2024-05-06T02:48:28.479535+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:48:29.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:29 smithi052 bash[21498]: audit 2024-05-06T02:48:28.452870+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:29.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:29 smithi052 bash[21498]: audit 2024-05-06T02:48:28.452870+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:29.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:29 smithi052 bash[21498]: audit 2024-05-06T02:48:28.460717+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:29.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:29 smithi052 bash[21498]: audit 2024-05-06T02:48:28.460717+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:29.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:29 smithi052 bash[21498]: audit 2024-05-06T02:48:28.479535+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:48:29.885 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:29 smithi052 bash[21498]: audit 2024-05-06T02:48:28.479535+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:48:30.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:30 smithi155 bash[23100]: cluster 2024-05-06T02:48:29.305027+0000 mgr.a (mgr.14152) 412 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:30.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:30 smithi155 bash[23100]: cluster 2024-05-06T02:48:29.305027+0000 mgr.a (mgr.14152) 412 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:30.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:30 smithi052 bash[21498]: cluster 2024-05-06T02:48:29.305027+0000 mgr.a (mgr.14152) 412 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:30.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:30 smithi052 bash[21498]: cluster 2024-05-06T02:48:29.305027+0000 mgr.a (mgr.14152) 412 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:32.708 INFO:teuthology.orchestra.run.smithi052.stderr:++ ceph orch ps --hostname smithi172 2024-05-06T02:48:32.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:32 smithi155 bash[23100]: cluster 2024-05-06T02:48:31.305634+0000 mgr.a (mgr.14152) 413 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:32.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:32 smithi155 bash[23100]: cluster 2024-05-06T02:48:31.305634+0000 mgr.a (mgr.14152) 413 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:32.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:32 smithi052 bash[21498]: cluster 2024-05-06T02:48:31.305634+0000 mgr.a (mgr.14152) 413 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:32.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:32 smithi052 bash[21498]: cluster 2024-05-06T02:48:31.305634+0000 mgr.a (mgr.14152) 413 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:33.107 INFO:teuthology.orchestra.run.smithi052.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-06T02:48:33.107 INFO:teuthology.orchestra.run.smithi052.stderr:osd.5 smithi172 running (2m) 0s ago 2m 37.7M 10.4G 19.0.0-3516-ge08cbbf6 9f32bee02a85 2c1ef1da0a75 ' 2024-05-06T02:48:33.107 INFO:teuthology.orchestra.run.smithi052.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-06T02:48:33.107 INFO:teuthology.orchestra.run.smithi052.stderr:osd.5 smithi172 running (2m) 0s ago 2m 37.7M 10.4G 19.0.0-3516-ge08cbbf6 9f32bee02a85 2c1ef1da0a75 ' '!=' 'No daemons reported' ']' 2024-05-06T02:48:33.107 INFO:teuthology.orchestra.run.smithi052.stderr:+ sleep 15 2024-05-06T02:48:34.128 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:33 smithi155 bash[23100]: audit 2024-05-06T02:48:32.780810+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:34.128 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:33 smithi155 bash[23100]: audit 2024-05-06T02:48:32.780810+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:34.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:33 smithi155 bash[23100]: audit 2024-05-06T02:48:32.787346+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:34.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:33 smithi155 bash[23100]: audit 2024-05-06T02:48:32.787346+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:34.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:33 smithi155 bash[23100]: audit 2024-05-06T02:48:33.105359+0000 mgr.a (mgr.14152) 414 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:34.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:33 smithi155 bash[23100]: audit 2024-05-06T02:48:33.105359+0000 mgr.a (mgr.14152) 414 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:34.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:33 smithi155 bash[23100]: cluster 2024-05-06T02:48:33.306185+0000 mgr.a (mgr.14152) 415 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:34.129 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:33 smithi155 bash[23100]: cluster 2024-05-06T02:48:33.306185+0000 mgr.a (mgr.14152) 415 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:34.134 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:33 smithi052 bash[21498]: audit 2024-05-06T02:48:32.780810+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:34.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:33 smithi052 bash[21498]: audit 2024-05-06T02:48:32.780810+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:34.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:33 smithi052 bash[21498]: audit 2024-05-06T02:48:32.787346+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:34.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:33 smithi052 bash[21498]: audit 2024-05-06T02:48:32.787346+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:34.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:33 smithi052 bash[21498]: audit 2024-05-06T02:48:33.105359+0000 mgr.a (mgr.14152) 414 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:34.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:33 smithi052 bash[21498]: audit 2024-05-06T02:48:33.105359+0000 mgr.a (mgr.14152) 414 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:34.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:33 smithi052 bash[21498]: cluster 2024-05-06T02:48:33.306185+0000 mgr.a (mgr.14152) 415 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:34.135 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:33 smithi052 bash[21498]: cluster 2024-05-06T02:48:33.306185+0000 mgr.a (mgr.14152) 415 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:36.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:36 smithi155 bash[23100]: cluster 2024-05-06T02:48:35.306769+0000 mgr.a (mgr.14152) 416 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:36.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:36 smithi155 bash[23100]: cluster 2024-05-06T02:48:35.306769+0000 mgr.a (mgr.14152) 416 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:36.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:36 smithi052 bash[21498]: cluster 2024-05-06T02:48:35.306769+0000 mgr.a (mgr.14152) 416 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:36.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:36 smithi052 bash[21498]: cluster 2024-05-06T02:48:35.306769+0000 mgr.a (mgr.14152) 416 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:38.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:38 smithi155 bash[23100]: cluster 2024-05-06T02:48:37.307314+0000 mgr.a (mgr.14152) 417 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:38.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:38 smithi155 bash[23100]: cluster 2024-05-06T02:48:37.307314+0000 mgr.a (mgr.14152) 417 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:38.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:38 smithi052 bash[21498]: cluster 2024-05-06T02:48:37.307314+0000 mgr.a (mgr.14152) 417 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:38.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:38 smithi052 bash[21498]: cluster 2024-05-06T02:48:37.307314+0000 mgr.a (mgr.14152) 417 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:40.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:40 smithi155 bash[23100]: cluster 2024-05-06T02:48:39.307847+0000 mgr.a (mgr.14152) 418 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:40.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:40 smithi155 bash[23100]: cluster 2024-05-06T02:48:39.307847+0000 mgr.a (mgr.14152) 418 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:40.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:40 smithi052 bash[21498]: cluster 2024-05-06T02:48:39.307847+0000 mgr.a (mgr.14152) 418 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:40.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:40 smithi052 bash[21498]: cluster 2024-05-06T02:48:39.307847+0000 mgr.a (mgr.14152) 418 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:41.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:41 smithi052 bash[21498]: debug 2024-05-06T02:48:41.281+0000 7faeecc62700 -1 mon.a@0(leader).osd e46 definitely_dead 0 2024-05-06T02:48:42.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: cephadm 2024-05-06T02:48:41.251060+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:48:42.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: cephadm 2024-05-06T02:48:41.251060+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:48:42.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.259592+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:42.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.259592+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:42.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.267212+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:42.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.267212+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:42.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.268844+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:42.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.268844+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:42.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.270819+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:48:42.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.270819+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:48:42.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.276130+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.276130+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.276526+0000 mgr.a (mgr.14152) 420 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.276526+0000 mgr.a (mgr.14152) 420 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.279175+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.279175+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.279514+0000 mgr.a (mgr.14152) 421 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.279514+0000 mgr.a (mgr.14152) 421 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.282021+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:42.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.282021+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:42.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.282365+0000 mgr.a (mgr.14152) 422 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:42.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.282365+0000 mgr.a (mgr.14152) 422 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:42.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.284497+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-06T02:48:42.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: audit 2024-05-06T02:48:41.284497+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-06T02:48:42.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: cluster 2024-05-06T02:48:41.308444+0000 mgr.a (mgr.14152) 423 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:42.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:42 smithi155 bash[23100]: cluster 2024-05-06T02:48:41.308444+0000 mgr.a (mgr.14152) 423 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:42.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: cephadm 2024-05-06T02:48:41.251060+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:48:42.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: cephadm 2024-05-06T02:48:41.251060+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Detected new or changed devices on smithi172 2024-05-06T02:48:42.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.259592+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:42.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.259592+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:42.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.267212+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:42.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.267212+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:42.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.268844+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:42.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.268844+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:42.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.270819+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.270819+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.276130+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.276130+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.276526+0000 mgr.a (mgr.14152) 420 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.276526+0000 mgr.a (mgr.14152) 420 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.279175+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.279175+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.279514+0000 mgr.a (mgr.14152) 421 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.279514+0000 mgr.a (mgr.14152) 421 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.282021+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.282021+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.282365+0000 mgr.a (mgr.14152) 422 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.282365+0000 mgr.a (mgr.14152) 422 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.284497+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-06T02:48:42.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: audit 2024-05-06T02:48:41.284497+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-06T02:48:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: cluster 2024-05-06T02:48:41.308444+0000 mgr.a (mgr.14152) 423 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:42.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:42 smithi052 bash[21498]: cluster 2024-05-06T02:48:41.308444+0000 mgr.a (mgr.14152) 423 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:42.939 INFO:journalctl@ceph.osd.5.smithi172.stdout:May 06 02:48:42 smithi172 systemd[1]: Stopping Ceph osd.5 for 6b724fee-0b51-11ef-bc97-c7b262605968... 2024-05-06T02:48:42.939 INFO:journalctl@ceph.osd.5.smithi172.stdout:May 06 02:48:42 smithi172 bash[32421]: debug 2024-05-06T02:48:42.836+0000 7ff67ed22700 -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-06T02:48:42.939 INFO:journalctl@ceph.osd.5.smithi172.stdout:May 06 02:48:42 smithi172 bash[32421]: debug 2024-05-06T02:48:42.836+0000 7ff67ed22700 -1 osd.5 46 *** Got signal Terminated *** 2024-05-06T02:48:42.939 INFO:journalctl@ceph.osd.5.smithi172.stdout:May 06 02:48:42 smithi172 bash[32421]: debug 2024-05-06T02:48:42.836+0000 7ff67ed22700 -1 osd.5 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T02:48:43.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:43 smithi155 bash[23100]: cluster 2024-05-06T02:48:42.266962+0000 mon.a (mon.0) 700 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-06T02:48:43.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:43 smithi155 bash[23100]: cluster 2024-05-06T02:48:42.266962+0000 mon.a (mon.0) 700 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-06T02:48:43.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:43 smithi155 bash[23100]: cluster 2024-05-06T02:48:42.267018+0000 mon.a (mon.0) 701 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-06T02:48:43.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:43 smithi155 bash[23100]: cluster 2024-05-06T02:48:42.267018+0000 mon.a (mon.0) 701 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-06T02:48:43.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:43 smithi155 bash[23100]: audit 2024-05-06T02:48:42.273579+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-06T02:48:43.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:43 smithi155 bash[23100]: audit 2024-05-06T02:48:42.273579+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-06T02:48:43.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:43 smithi155 bash[23100]: cluster 2024-05-06T02:48:42.278888+0000 mon.a (mon.0) 703 : cluster [DBG] osdmap e47: 5 total, 4 up, 5 in 2024-05-06T02:48:43.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:43 smithi155 bash[23100]: cluster 2024-05-06T02:48:42.278888+0000 mon.a (mon.0) 703 : cluster [DBG] osdmap e47: 5 total, 4 up, 5 in 2024-05-06T02:48:43.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:43 smithi155 bash[23100]: cephadm 2024-05-06T02:48:42.280287+0000 mgr.a (mgr.14152) 424 : cephadm [INF] osd.5 now down 2024-05-06T02:48:43.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:43 smithi155 bash[23100]: cephadm 2024-05-06T02:48:42.280287+0000 mgr.a (mgr.14152) 424 : cephadm [INF] osd.5 now down 2024-05-06T02:48:43.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:43 smithi155 bash[23100]: cephadm 2024-05-06T02:48:42.280955+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Removing daemon osd.5 from smithi172 -- ports [] 2024-05-06T02:48:43.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:43 smithi155 bash[23100]: cephadm 2024-05-06T02:48:42.280955+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Removing daemon osd.5 from smithi172 -- ports [] 2024-05-06T02:48:43.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:43 smithi052 bash[21498]: cluster 2024-05-06T02:48:42.266962+0000 mon.a (mon.0) 700 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-06T02:48:43.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:43 smithi052 bash[21498]: cluster 2024-05-06T02:48:42.266962+0000 mon.a (mon.0) 700 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-06T02:48:43.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:43 smithi052 bash[21498]: cluster 2024-05-06T02:48:42.267018+0000 mon.a (mon.0) 701 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-06T02:48:43.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:43 smithi052 bash[21498]: cluster 2024-05-06T02:48:42.267018+0000 mon.a (mon.0) 701 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-06T02:48:43.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:43 smithi052 bash[21498]: audit 2024-05-06T02:48:42.273579+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-06T02:48:43.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:43 smithi052 bash[21498]: audit 2024-05-06T02:48:42.273579+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-06T02:48:43.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:43 smithi052 bash[21498]: cluster 2024-05-06T02:48:42.278888+0000 mon.a (mon.0) 703 : cluster [DBG] osdmap e47: 5 total, 4 up, 5 in 2024-05-06T02:48:43.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:43 smithi052 bash[21498]: cluster 2024-05-06T02:48:42.278888+0000 mon.a (mon.0) 703 : cluster [DBG] osdmap e47: 5 total, 4 up, 5 in 2024-05-06T02:48:43.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:43 smithi052 bash[21498]: cephadm 2024-05-06T02:48:42.280287+0000 mgr.a (mgr.14152) 424 : cephadm [INF] osd.5 now down 2024-05-06T02:48:43.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:43 smithi052 bash[21498]: cephadm 2024-05-06T02:48:42.280287+0000 mgr.a (mgr.14152) 424 : cephadm [INF] osd.5 now down 2024-05-06T02:48:43.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:43 smithi052 bash[21498]: cephadm 2024-05-06T02:48:42.280955+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Removing daemon osd.5 from smithi172 -- ports [] 2024-05-06T02:48:43.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:43 smithi052 bash[21498]: cephadm 2024-05-06T02:48:42.280955+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Removing daemon osd.5 from smithi172 -- ports [] 2024-05-06T02:48:44.188 INFO:journalctl@ceph.osd.5.smithi172.stdout:May 06 02:48:43 smithi172 bash[38667]: ceph-6b724fee-0b51-11ef-bc97-c7b262605968-osd-5 2024-05-06T02:48:44.189 INFO:journalctl@ceph.osd.5.smithi172.stdout:May 06 02:48:44 smithi172 bash[38729]: Error response from daemon: No such container: ceph-6b724fee-0b51-11ef-bc97-c7b262605968-osd-5 2024-05-06T02:48:44.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:44 smithi155 bash[23100]: cluster 2024-05-06T02:48:43.308956+0000 mgr.a (mgr.14152) 426 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:44.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:44 smithi155 bash[23100]: cluster 2024-05-06T02:48:43.308956+0000 mgr.a (mgr.14152) 426 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:44.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:44 smithi052 bash[21498]: cluster 2024-05-06T02:48:43.308956+0000 mgr.a (mgr.14152) 426 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:44.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:44 smithi052 bash[21498]: cluster 2024-05-06T02:48:43.308956+0000 mgr.a (mgr.14152) 426 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:45.938 INFO:journalctl@ceph.osd.5.smithi172.stdout:May 06 02:48:45 smithi172 systemd[1]: ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.5.service: Deactivated successfully. 2024-05-06T02:48:45.938 INFO:journalctl@ceph.osd.5.smithi172.stdout:May 06 02:48:45 smithi172 systemd[1]: Stopped Ceph osd.5 for 6b724fee-0b51-11ef-bc97-c7b262605968. 2024-05-06T02:48:45.939 INFO:journalctl@ceph.osd.5.smithi172.stdout:May 06 02:48:45 smithi172 systemd[1]: /etc/systemd/system/ceph-6b724fee-0b51-11ef-bc97-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-06T02:48:46.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: cluster 2024-05-06T02:48:45.309519+0000 mgr.a (mgr.14152) 427 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:46.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: cluster 2024-05-06T02:48:45.309519+0000 mgr.a (mgr.14152) 427 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:46.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: audit 2024-05-06T02:48:46.006740+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-06T02:48:46.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: audit 2024-05-06T02:48:46.006740+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-06T02:48:46.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: audit 2024-05-06T02:48:46.009533+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-06T02:48:46.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: audit 2024-05-06T02:48:46.009533+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-06T02:48:46.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: audit 2024-05-06T02:48:46.015349+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T02:48:46.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: audit 2024-05-06T02:48:46.015349+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T02:48:46.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: cluster 2024-05-06T02:48:46.016506+0000 mon.a (mon.0) 707 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-06T02:48:46.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: cluster 2024-05-06T02:48:46.016506+0000 mon.a (mon.0) 707 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-06T02:48:46.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: cluster 2024-05-06T02:48:46.016561+0000 mon.a (mon.0) 708 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-06T02:48:46.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: cluster 2024-05-06T02:48:46.016561+0000 mon.a (mon.0) 708 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-06T02:48:46.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: cluster 2024-05-06T02:48:46.016613+0000 mon.a (mon.0) 709 : cluster [INF] Cluster is now healthy 2024-05-06T02:48:46.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: cluster 2024-05-06T02:48:46.016613+0000 mon.a (mon.0) 709 : cluster [INF] Cluster is now healthy 2024-05-06T02:48:46.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: audit 2024-05-06T02:48:46.018720+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-06T02:48:46.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: audit 2024-05-06T02:48:46.018720+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-06T02:48:46.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: cluster 2024-05-06T02:48:46.023782+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e48: 4 total, 4 up, 4 in 2024-05-06T02:48:46.632 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:46 smithi155 bash[23100]: cluster 2024-05-06T02:48:46.023782+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e48: 4 total, 4 up, 4 in 2024-05-06T02:48:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: cluster 2024-05-06T02:48:45.309519+0000 mgr.a (mgr.14152) 427 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: cluster 2024-05-06T02:48:45.309519+0000 mgr.a (mgr.14152) 427 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-06T02:48:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: audit 2024-05-06T02:48:46.006740+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-06T02:48:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: audit 2024-05-06T02:48:46.006740+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-06T02:48:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: audit 2024-05-06T02:48:46.009533+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-06T02:48:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: audit 2024-05-06T02:48:46.009533+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-06T02:48:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: audit 2024-05-06T02:48:46.015349+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T02:48:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: audit 2024-05-06T02:48:46.015349+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T02:48:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: cluster 2024-05-06T02:48:46.016506+0000 mon.a (mon.0) 707 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-06T02:48:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: cluster 2024-05-06T02:48:46.016506+0000 mon.a (mon.0) 707 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-06T02:48:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: cluster 2024-05-06T02:48:46.016561+0000 mon.a (mon.0) 708 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-06T02:48:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: cluster 2024-05-06T02:48:46.016561+0000 mon.a (mon.0) 708 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-06T02:48:46.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: cluster 2024-05-06T02:48:46.016613+0000 mon.a (mon.0) 709 : cluster [INF] Cluster is now healthy 2024-05-06T02:48:46.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: cluster 2024-05-06T02:48:46.016613+0000 mon.a (mon.0) 709 : cluster [INF] Cluster is now healthy 2024-05-06T02:48:46.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: audit 2024-05-06T02:48:46.018720+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-06T02:48:46.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: audit 2024-05-06T02:48:46.018720+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-06T02:48:46.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: cluster 2024-05-06T02:48:46.023782+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e48: 4 total, 4 up, 4 in 2024-05-06T02:48:46.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:46 smithi052 bash[21498]: cluster 2024-05-06T02:48:46.023782+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e48: 4 total, 4 up, 4 in 2024-05-06T02:48:47.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:47 smithi155 bash[23100]: cephadm 2024-05-06T02:48:46.006160+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Removing key for osd.5 2024-05-06T02:48:47.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:47 smithi155 bash[23100]: cephadm 2024-05-06T02:48:46.006160+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Removing key for osd.5 2024-05-06T02:48:47.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:47 smithi155 bash[23100]: cephadm 2024-05-06T02:48:46.014724+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Successfully removed osd.5 on smithi172 2024-05-06T02:48:47.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:47 smithi155 bash[23100]: cephadm 2024-05-06T02:48:46.014724+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Successfully removed osd.5 on smithi172 2024-05-06T02:48:47.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:47 smithi155 bash[23100]: cephadm 2024-05-06T02:48:46.025117+0000 mgr.a (mgr.14152) 430 : cephadm [INF] Successfully purged osd.5 on smithi172 2024-05-06T02:48:47.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:47 smithi155 bash[23100]: cephadm 2024-05-06T02:48:46.025117+0000 mgr.a (mgr.14152) 430 : cephadm [INF] Successfully purged osd.5 on smithi172 2024-05-06T02:48:47.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:47 smithi155 bash[23100]: cephadm 2024-05-06T02:48:46.025325+0000 mgr.a (mgr.14152) 431 : cephadm [INF] Zapping devices for osd.5 on smithi172 2024-05-06T02:48:47.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:47 smithi155 bash[23100]: cephadm 2024-05-06T02:48:46.025325+0000 mgr.a (mgr.14152) 431 : cephadm [INF] Zapping devices for osd.5 on smithi172 2024-05-06T02:48:47.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:47 smithi052 bash[21498]: cephadm 2024-05-06T02:48:46.006160+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Removing key for osd.5 2024-05-06T02:48:47.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:47 smithi052 bash[21498]: cephadm 2024-05-06T02:48:46.006160+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Removing key for osd.5 2024-05-06T02:48:47.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:47 smithi052 bash[21498]: cephadm 2024-05-06T02:48:46.014724+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Successfully removed osd.5 on smithi172 2024-05-06T02:48:47.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:47 smithi052 bash[21498]: cephadm 2024-05-06T02:48:46.014724+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Successfully removed osd.5 on smithi172 2024-05-06T02:48:47.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:47 smithi052 bash[21498]: cephadm 2024-05-06T02:48:46.025117+0000 mgr.a (mgr.14152) 430 : cephadm [INF] Successfully purged osd.5 on smithi172 2024-05-06T02:48:47.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:47 smithi052 bash[21498]: cephadm 2024-05-06T02:48:46.025117+0000 mgr.a (mgr.14152) 430 : cephadm [INF] Successfully purged osd.5 on smithi172 2024-05-06T02:48:47.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:47 smithi052 bash[21498]: cephadm 2024-05-06T02:48:46.025325+0000 mgr.a (mgr.14152) 431 : cephadm [INF] Zapping devices for osd.5 on smithi172 2024-05-06T02:48:47.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:47 smithi052 bash[21498]: cephadm 2024-05-06T02:48:46.025325+0000 mgr.a (mgr.14152) 431 : cephadm [INF] Zapping devices for osd.5 on smithi172 2024-05-06T02:48:48.109 INFO:teuthology.orchestra.run.smithi052.stderr:++ ceph orch ps --hostname smithi172 2024-05-06T02:48:48.491 INFO:teuthology.orchestra.run.smithi052.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-05-06T02:48:48.491 INFO:teuthology.orchestra.run.smithi052.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-05-06T02:48:48.492 INFO:teuthology.orchestra.run.smithi052.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-06T02:48:48.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:48 smithi155 bash[23100]: cluster 2024-05-06T02:48:47.310002+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:48.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:48 smithi155 bash[23100]: cluster 2024-05-06T02:48:47.310002+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:48.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:48 smithi052 bash[21498]: cluster 2024-05-06T02:48:47.310002+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:48.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:48 smithi052 bash[21498]: cluster 2024-05-06T02:48:47.310002+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:48.845 INFO:teuthology.orchestra.run.smithi052.stderr:17 2024-05-06T02:48:48.855 INFO:teuthology.orchestra.run.smithi052.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-06T02:48:48.875 INFO:teuthology.orchestra.run.smithi052.stderr:++ cat crushmap.txt 2024-05-06T02:48:48.876 INFO:teuthology.orchestra.run.smithi052.stderr:+ CRUSH_MAP='# begin crush map 2024-05-06T02:48:48.876 INFO:teuthology.orchestra.run.smithi052.stderr:tunable choose_local_tries 0 2024-05-06T02:48:48.876 INFO:teuthology.orchestra.run.smithi052.stderr:tunable choose_local_fallback_tries 0 2024-05-06T02:48:48.876 INFO:teuthology.orchestra.run.smithi052.stderr:tunable choose_total_tries 50 2024-05-06T02:48:48.876 INFO:teuthology.orchestra.run.smithi052.stderr:tunable chooseleaf_descend_once 1 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr:tunable chooseleaf_vary_r 1 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr:tunable chooseleaf_stable 1 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr:tunable straw_calc_version 1 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr:tunable allowed_bucket_algs 54 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr:# devices 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr:device 0 osd.0 class ssd 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr:device 1 osd.1 class ssd 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr:device 2 osd.2 class ssd 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr:device 3 osd.3 class ssd 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr:# types 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr:type 0 osd 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr:type 1 host 2024-05-06T02:48:48.877 INFO:teuthology.orchestra.run.smithi052.stderr:type 2 chassis 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr:type 3 rack 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr:type 4 row 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr:type 5 pdu 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr:type 6 pod 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr:type 7 room 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr:type 8 datacenter 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr:type 9 zone 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr:type 10 region 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr:type 11 root 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr:# buckets 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr:host smithi052 { 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr: id -3 # do not change unnecessarily 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr: id -4 class ssd # do not change unnecessarily 2024-05-06T02:48:48.878 INFO:teuthology.orchestra.run.smithi052.stderr: # weight 0.17459 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr: alg straw2 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr: hash 0 # rjenkins1 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr: item osd.0 weight 0.08730 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr: item osd.1 weight 0.08730 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr:} 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr:host smithi155 { 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr: id -5 # do not change unnecessarily 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr: id -6 class ssd # do not change unnecessarily 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr: # weight 0.17459 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr: alg straw2 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr: hash 0 # rjenkins1 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr: item osd.2 weight 0.08730 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr: item osd.3 weight 0.08730 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr:} 2024-05-06T02:48:48.879 INFO:teuthology.orchestra.run.smithi052.stderr:host smithi172 { 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr: id -7 # do not change unnecessarily 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr: id -8 class ssd # do not change unnecessarily 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr: # weight 0.00000 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr: alg straw2 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr: hash 0 # rjenkins1 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr:} 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr:root default { 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr: id -1 # do not change unnecessarily 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr: id -2 class ssd # do not change unnecessarily 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr: # weight 0.34918 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr: alg straw2 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr: hash 0 # rjenkins1 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr: item smithi052 weight 0.17459 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr: item smithi155 weight 0.17459 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr: item smithi172 weight 0.00000 2024-05-06T02:48:48.880 INFO:teuthology.orchestra.run.smithi052.stderr:} 2024-05-06T02:48:48.881 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-05-06T02:48:48.881 INFO:teuthology.orchestra.run.smithi052.stderr:# rules 2024-05-06T02:48:48.881 INFO:teuthology.orchestra.run.smithi052.stderr:rule replicated_rule { 2024-05-06T02:48:48.881 INFO:teuthology.orchestra.run.smithi052.stderr: id 0 2024-05-06T02:48:48.881 INFO:teuthology.orchestra.run.smithi052.stderr: type replicated 2024-05-06T02:48:48.881 INFO:teuthology.orchestra.run.smithi052.stderr: step take default 2024-05-06T02:48:48.881 INFO:teuthology.orchestra.run.smithi052.stderr: step choose firstn 0 type osd 2024-05-06T02:48:48.881 INFO:teuthology.orchestra.run.smithi052.stderr: step emit 2024-05-06T02:48:48.881 INFO:teuthology.orchestra.run.smithi052.stderr:} 2024-05-06T02:48:48.881 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-05-06T02:48:48.881 INFO:teuthology.orchestra.run.smithi052.stderr:# end crush map' 2024-05-06T02:48:48.881 INFO:teuthology.orchestra.run.smithi052.stderr:+ grep -q smithi172 2024-05-06T02:48:48.882 INFO:teuthology.orchestra.run.smithi052.stderr:+ ceph orch host rm smithi172 --rm-crush-entry 2024-05-06T02:48:49.390 INFO:teuthology.orchestra.run.smithi052.stdout:Removed host 'smithi172' 2024-05-06T02:48:49.407 INFO:teuthology.orchestra.run.smithi052.stderr:+ sleep 30 2024-05-06T02:48:49.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:49 smithi155 bash[23100]: audit 2024-05-06T02:48:48.495173+0000 mgr.a (mgr.14152) 433 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:49.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:49 smithi155 bash[23100]: audit 2024-05-06T02:48:48.495173+0000 mgr.a (mgr.14152) 433 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:49.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:49 smithi155 bash[23100]: audit 2024-05-06T02:48:48.864395+0000 mon.a (mon.0) 712 : audit [DBG] from='client.? 172.21.15.52:0/1293706601' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-06T02:48:49.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:49 smithi155 bash[23100]: audit 2024-05-06T02:48:48.864395+0000 mon.a (mon.0) 712 : audit [DBG] from='client.? 172.21.15.52:0/1293706601' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-06T02:48:49.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:49 smithi155 bash[23100]: audit 2024-05-06T02:48:49.262953+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi172"}]: dispatch 2024-05-06T02:48:49.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:49 smithi155 bash[23100]: audit 2024-05-06T02:48:49.262953+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi172"}]: dispatch 2024-05-06T02:48:49.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:49 smithi052 bash[21498]: audit 2024-05-06T02:48:48.495173+0000 mgr.a (mgr.14152) 433 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:49.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:49 smithi052 bash[21498]: audit 2024-05-06T02:48:48.495173+0000 mgr.a (mgr.14152) 433 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:49.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:49 smithi052 bash[21498]: audit 2024-05-06T02:48:48.864395+0000 mon.a (mon.0) 712 : audit [DBG] from='client.? 172.21.15.52:0/1293706601' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-06T02:48:49.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:49 smithi052 bash[21498]: audit 2024-05-06T02:48:48.864395+0000 mon.a (mon.0) 712 : audit [DBG] from='client.? 172.21.15.52:0/1293706601' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-06T02:48:49.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:49 smithi052 bash[21498]: audit 2024-05-06T02:48:49.262953+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi172"}]: dispatch 2024-05-06T02:48:49.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:49 smithi052 bash[21498]: audit 2024-05-06T02:48:49.262953+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi172"}]: dispatch 2024-05-06T02:48:50.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:49.261873+0000 mgr.a (mgr.14152) 434 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi172", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:50.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:49.261873+0000 mgr.a (mgr.14152) 434 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi172", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:50.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: cluster 2024-05-06T02:48:49.310498+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:50.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: cluster 2024-05-06T02:48:49.310498+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:50.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:49.383556+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi172"}]': finished 2024-05-06T02:48:50.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:49.383556+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi172"}]': finished 2024-05-06T02:48:50.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: cluster 2024-05-06T02:48:49.390399+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-06T02:48:50.629 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: cluster 2024-05-06T02:48:49.390399+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-06T02:48:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:49.397669+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:49.397669+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:49.398950+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi172"}]: dispatch 2024-05-06T02:48:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:49.398950+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi172"}]: dispatch 2024-05-06T02:48:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:49.404390+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi172"}]': finished 2024-05-06T02:48:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:49.404390+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi172"}]': finished 2024-05-06T02:48:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: cephadm 2024-05-06T02:48:49.412876+0000 mgr.a (mgr.14152) 436 : cephadm [INF] Removed host smithi172 2024-05-06T02:48:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: cephadm 2024-05-06T02:48:49.412876+0000 mgr.a (mgr.14152) 436 : cephadm [INF] Removed host smithi172 2024-05-06T02:48:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: cephadm 2024-05-06T02:48:49.452978+0000 mgr.a (mgr.14152) 437 : cephadm [INF] Successfully zapped devices for osd.5 on smithi172 2024-05-06T02:48:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: cephadm 2024-05-06T02:48:49.452978+0000 mgr.a (mgr.14152) 437 : cephadm [INF] Successfully zapped devices for osd.5 on smithi172 2024-05-06T02:48:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:49.457788+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:49.457788+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.630 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:49.527500+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:48:50.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:49.527500+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:48:50.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:50.054874+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:50.054874+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:50.062940+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:50.062940+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:50.064351+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:50.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:50.064351+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:50.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:50.065470+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:48:50.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:50.065470+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:48:50.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:50.072327+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.631 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:50 smithi155 bash[23100]: audit 2024-05-06T02:48:50.072327+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:49.261873+0000 mgr.a (mgr.14152) 434 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi172", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:50.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:49.261873+0000 mgr.a (mgr.14152) 434 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi172", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T02:48:50.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: cluster 2024-05-06T02:48:49.310498+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:50.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: cluster 2024-05-06T02:48:49.310498+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:50.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:49.383556+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi172"}]': finished 2024-05-06T02:48:50.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:49.383556+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi172"}]': finished 2024-05-06T02:48:50.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: cluster 2024-05-06T02:48:49.390399+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-06T02:48:50.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: cluster 2024-05-06T02:48:49.390399+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-06T02:48:50.635 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:49.397669+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:49.397669+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:49.398950+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi172"}]: dispatch 2024-05-06T02:48:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:49.398950+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi172"}]: dispatch 2024-05-06T02:48:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:49.404390+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi172"}]': finished 2024-05-06T02:48:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:49.404390+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi172"}]': finished 2024-05-06T02:48:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: cephadm 2024-05-06T02:48:49.412876+0000 mgr.a (mgr.14152) 436 : cephadm [INF] Removed host smithi172 2024-05-06T02:48:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: cephadm 2024-05-06T02:48:49.412876+0000 mgr.a (mgr.14152) 436 : cephadm [INF] Removed host smithi172 2024-05-06T02:48:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: cephadm 2024-05-06T02:48:49.452978+0000 mgr.a (mgr.14152) 437 : cephadm [INF] Successfully zapped devices for osd.5 on smithi172 2024-05-06T02:48:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: cephadm 2024-05-06T02:48:49.452978+0000 mgr.a (mgr.14152) 437 : cephadm [INF] Successfully zapped devices for osd.5 on smithi172 2024-05-06T02:48:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:49.457788+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:49.457788+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:49.527500+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:48:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:49.527500+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T02:48:50.636 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:50.054874+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:50.054874+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:50.062940+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:50.062940+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:50.064351+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:50.064351+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T02:48:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:50.065470+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:48:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:50.065470+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T02:48:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:50.072327+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:50.637 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:50 smithi052 bash[21498]: audit 2024-05-06T02:48:50.072327+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.52:0/3201327746' entity='mgr.a' 2024-05-06T02:48:51.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:51 smithi155 bash[23100]: cluster 2024-05-06T02:48:50.067730+0000 mgr.a (mgr.14152) 438 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:51.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:51 smithi155 bash[23100]: cluster 2024-05-06T02:48:50.067730+0000 mgr.a (mgr.14152) 438 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:51.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:51 smithi155 bash[23100]: cluster 2024-05-06T02:48:51.059669+0000 mon.a (mon.0) 726 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-06T02:48:51.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:51 smithi155 bash[23100]: cluster 2024-05-06T02:48:51.059669+0000 mon.a (mon.0) 726 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-06T02:48:51.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:51 smithi052 bash[21498]: cluster 2024-05-06T02:48:50.067730+0000 mgr.a (mgr.14152) 438 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:51.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:51 smithi052 bash[21498]: cluster 2024-05-06T02:48:50.067730+0000 mgr.a (mgr.14152) 438 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:51.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:51 smithi052 bash[21498]: cluster 2024-05-06T02:48:51.059669+0000 mon.a (mon.0) 726 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-06T02:48:51.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:51 smithi052 bash[21498]: cluster 2024-05-06T02:48:51.059669+0000 mon.a (mon.0) 726 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-06T02:48:53.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:53 smithi155 bash[23100]: cluster 2024-05-06T02:48:52.068284+0000 mgr.a (mgr.14152) 439 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:53.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:53 smithi155 bash[23100]: cluster 2024-05-06T02:48:52.068284+0000 mgr.a (mgr.14152) 439 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:53.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:53 smithi052 bash[21498]: cluster 2024-05-06T02:48:52.068284+0000 mgr.a (mgr.14152) 439 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:53.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:53 smithi052 bash[21498]: cluster 2024-05-06T02:48:52.068284+0000 mgr.a (mgr.14152) 439 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:55.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:55 smithi155 bash[23100]: cluster 2024-05-06T02:48:54.068905+0000 mgr.a (mgr.14152) 440 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:55.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:55 smithi155 bash[23100]: cluster 2024-05-06T02:48:54.068905+0000 mgr.a (mgr.14152) 440 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:55.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:55 smithi052 bash[21498]: cluster 2024-05-06T02:48:54.068905+0000 mgr.a (mgr.14152) 440 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:55.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:55 smithi052 bash[21498]: cluster 2024-05-06T02:48:54.068905+0000 mgr.a (mgr.14152) 440 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:57.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:57 smithi155 bash[23100]: cluster 2024-05-06T02:48:56.069489+0000 mgr.a (mgr.14152) 441 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:57.628 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:57 smithi155 bash[23100]: cluster 2024-05-06T02:48:56.069489+0000 mgr.a (mgr.14152) 441 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:57.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:57 smithi052 bash[21498]: cluster 2024-05-06T02:48:56.069489+0000 mgr.a (mgr.14152) 441 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:57.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:57 smithi052 bash[21498]: cluster 2024-05-06T02:48:56.069489+0000 mgr.a (mgr.14152) 441 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:59.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:59 smithi052 bash[21498]: cluster 2024-05-06T02:48:58.070040+0000 mgr.a (mgr.14152) 442 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:59.634 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:48:59 smithi052 bash[21498]: cluster 2024-05-06T02:48:58.070040+0000 mgr.a (mgr.14152) 442 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:59.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:59 smithi155 bash[23100]: cluster 2024-05-06T02:48:58.070040+0000 mgr.a (mgr.14152) 442 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:48:59.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:48:59 smithi155 bash[23100]: cluster 2024-05-06T02:48:58.070040+0000 mgr.a (mgr.14152) 442 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:01.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:01 smithi155 bash[23100]: cluster 2024-05-06T02:49:00.070624+0000 mgr.a (mgr.14152) 443 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:01.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:01 smithi155 bash[23100]: cluster 2024-05-06T02:49:00.070624+0000 mgr.a (mgr.14152) 443 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:01.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:01 smithi052 bash[21498]: cluster 2024-05-06T02:49:00.070624+0000 mgr.a (mgr.14152) 443 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:01.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:01 smithi052 bash[21498]: cluster 2024-05-06T02:49:00.070624+0000 mgr.a (mgr.14152) 443 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:03.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:03 smithi155 bash[23100]: cluster 2024-05-06T02:49:02.071199+0000 mgr.a (mgr.14152) 444 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:03.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:03 smithi155 bash[23100]: cluster 2024-05-06T02:49:02.071199+0000 mgr.a (mgr.14152) 444 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:03.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:03 smithi052 bash[21498]: cluster 2024-05-06T02:49:02.071199+0000 mgr.a (mgr.14152) 444 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:03.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:03 smithi052 bash[21498]: cluster 2024-05-06T02:49:02.071199+0000 mgr.a (mgr.14152) 444 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:05.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:05 smithi155 bash[23100]: cluster 2024-05-06T02:49:04.071711+0000 mgr.a (mgr.14152) 445 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:05.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:05 smithi155 bash[23100]: cluster 2024-05-06T02:49:04.071711+0000 mgr.a (mgr.14152) 445 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:05.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:05 smithi052 bash[21498]: cluster 2024-05-06T02:49:04.071711+0000 mgr.a (mgr.14152) 445 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:05.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:05 smithi052 bash[21498]: cluster 2024-05-06T02:49:04.071711+0000 mgr.a (mgr.14152) 445 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:07.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:07 smithi155 bash[23100]: cluster 2024-05-06T02:49:06.072313+0000 mgr.a (mgr.14152) 446 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:07.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:07 smithi155 bash[23100]: cluster 2024-05-06T02:49:06.072313+0000 mgr.a (mgr.14152) 446 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:07.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:07 smithi052 bash[21498]: cluster 2024-05-06T02:49:06.072313+0000 mgr.a (mgr.14152) 446 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:07.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:07 smithi052 bash[21498]: cluster 2024-05-06T02:49:06.072313+0000 mgr.a (mgr.14152) 446 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:09.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:09 smithi155 bash[23100]: cluster 2024-05-06T02:49:08.072886+0000 mgr.a (mgr.14152) 447 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:09.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:09 smithi155 bash[23100]: cluster 2024-05-06T02:49:08.072886+0000 mgr.a (mgr.14152) 447 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:09.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:09 smithi052 bash[21498]: cluster 2024-05-06T02:49:08.072886+0000 mgr.a (mgr.14152) 447 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:09.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:09 smithi052 bash[21498]: cluster 2024-05-06T02:49:08.072886+0000 mgr.a (mgr.14152) 447 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:11.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:11 smithi155 bash[23100]: cluster 2024-05-06T02:49:10.073474+0000 mgr.a (mgr.14152) 448 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:11.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:11 smithi155 bash[23100]: cluster 2024-05-06T02:49:10.073474+0000 mgr.a (mgr.14152) 448 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:11.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:11 smithi052 bash[21498]: cluster 2024-05-06T02:49:10.073474+0000 mgr.a (mgr.14152) 448 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:11.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:11 smithi052 bash[21498]: cluster 2024-05-06T02:49:10.073474+0000 mgr.a (mgr.14152) 448 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:13.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:13 smithi155 bash[23100]: cluster 2024-05-06T02:49:12.074051+0000 mgr.a (mgr.14152) 449 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:13.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:13 smithi155 bash[23100]: cluster 2024-05-06T02:49:12.074051+0000 mgr.a (mgr.14152) 449 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:13.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:13 smithi052 bash[21498]: cluster 2024-05-06T02:49:12.074051+0000 mgr.a (mgr.14152) 449 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:13.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:13 smithi052 bash[21498]: cluster 2024-05-06T02:49:12.074051+0000 mgr.a (mgr.14152) 449 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:15.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:15 smithi155 bash[23100]: cluster 2024-05-06T02:49:14.074609+0000 mgr.a (mgr.14152) 450 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:15.879 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:15 smithi155 bash[23100]: cluster 2024-05-06T02:49:14.074609+0000 mgr.a (mgr.14152) 450 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:15.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:15 smithi052 bash[21498]: cluster 2024-05-06T02:49:14.074609+0000 mgr.a (mgr.14152) 450 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:15.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:15 smithi052 bash[21498]: cluster 2024-05-06T02:49:14.074609+0000 mgr.a (mgr.14152) 450 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:17.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:17 smithi155 bash[23100]: cluster 2024-05-06T02:49:16.075264+0000 mgr.a (mgr.14152) 451 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:17.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:17 smithi155 bash[23100]: cluster 2024-05-06T02:49:16.075264+0000 mgr.a (mgr.14152) 451 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:17.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:17 smithi052 bash[21498]: cluster 2024-05-06T02:49:16.075264+0000 mgr.a (mgr.14152) 451 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:17.884 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:17 smithi052 bash[21498]: cluster 2024-05-06T02:49:16.075264+0000 mgr.a (mgr.14152) 451 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:19.410 INFO:teuthology.orchestra.run.smithi052.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-06T02:49:19.768 INFO:teuthology.orchestra.run.smithi052.stderr:18 2024-05-06T02:49:19.779 INFO:teuthology.orchestra.run.smithi052.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-06T02:49:19.798 INFO:teuthology.orchestra.run.smithi052.stderr:++ cat crushmap.txt 2024-05-06T02:49:19.800 INFO:teuthology.orchestra.run.smithi052.stderr:+ CRUSH_MAP='# begin crush map 2024-05-06T02:49:19.800 INFO:teuthology.orchestra.run.smithi052.stderr:tunable choose_local_tries 0 2024-05-06T02:49:19.800 INFO:teuthology.orchestra.run.smithi052.stderr:tunable choose_local_fallback_tries 0 2024-05-06T02:49:19.800 INFO:teuthology.orchestra.run.smithi052.stderr:tunable choose_total_tries 50 2024-05-06T02:49:19.800 INFO:teuthology.orchestra.run.smithi052.stderr:tunable chooseleaf_descend_once 1 2024-05-06T02:49:19.800 INFO:teuthology.orchestra.run.smithi052.stderr:tunable chooseleaf_vary_r 1 2024-05-06T02:49:19.800 INFO:teuthology.orchestra.run.smithi052.stderr:tunable chooseleaf_stable 1 2024-05-06T02:49:19.800 INFO:teuthology.orchestra.run.smithi052.stderr:tunable straw_calc_version 1 2024-05-06T02:49:19.800 INFO:teuthology.orchestra.run.smithi052.stderr:tunable allowed_bucket_algs 54 2024-05-06T02:49:19.800 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-05-06T02:49:19.800 INFO:teuthology.orchestra.run.smithi052.stderr:# devices 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr:device 0 osd.0 class ssd 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr:device 1 osd.1 class ssd 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr:device 2 osd.2 class ssd 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr:device 3 osd.3 class ssd 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr:# types 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr:type 0 osd 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr:type 1 host 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr:type 2 chassis 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr:type 3 rack 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr:type 4 row 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr:type 5 pdu 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr:type 6 pod 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr:type 7 room 2024-05-06T02:49:19.801 INFO:teuthology.orchestra.run.smithi052.stderr:type 8 datacenter 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr:type 9 zone 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr:type 10 region 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr:type 11 root 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr:# buckets 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr:host smithi052 { 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr: id -3 # do not change unnecessarily 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr: id -4 class ssd # do not change unnecessarily 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr: # weight 0.17459 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr: alg straw2 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr: hash 0 # rjenkins1 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr: item osd.0 weight 0.08730 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr: item osd.1 weight 0.08730 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr:} 2024-05-06T02:49:19.802 INFO:teuthology.orchestra.run.smithi052.stderr:host smithi155 { 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr: id -5 # do not change unnecessarily 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr: id -6 class ssd # do not change unnecessarily 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr: # weight 0.17459 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr: alg straw2 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr: hash 0 # rjenkins1 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr: item osd.2 weight 0.08730 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr: item osd.3 weight 0.08730 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr:} 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr:root default { 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr: id -1 # do not change unnecessarily 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr: id -2 class ssd # do not change unnecessarily 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr: # weight 0.34918 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr: alg straw2 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr: hash 0 # rjenkins1 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr: item smithi052 weight 0.17459 2024-05-06T02:49:19.803 INFO:teuthology.orchestra.run.smithi052.stderr: item smithi155 weight 0.17459 2024-05-06T02:49:19.804 INFO:teuthology.orchestra.run.smithi052.stderr:} 2024-05-06T02:49:19.804 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-05-06T02:49:19.804 INFO:teuthology.orchestra.run.smithi052.stderr:# rules 2024-05-06T02:49:19.804 INFO:teuthology.orchestra.run.smithi052.stderr:rule replicated_rule { 2024-05-06T02:49:19.804 INFO:teuthology.orchestra.run.smithi052.stderr: id 0 2024-05-06T02:49:19.804 INFO:teuthology.orchestra.run.smithi052.stderr: type replicated 2024-05-06T02:49:19.804 INFO:teuthology.orchestra.run.smithi052.stderr: step take default 2024-05-06T02:49:19.804 INFO:teuthology.orchestra.run.smithi052.stderr: step choose firstn 0 type osd 2024-05-06T02:49:19.804 INFO:teuthology.orchestra.run.smithi052.stderr: step emit 2024-05-06T02:49:19.804 INFO:teuthology.orchestra.run.smithi052.stderr:} 2024-05-06T02:49:19.804 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-05-06T02:49:19.804 INFO:teuthology.orchestra.run.smithi052.stderr:# end crush map' 2024-05-06T02:49:19.804 INFO:teuthology.orchestra.run.smithi052.stderr:+ grep -q smithi172 2024-05-06T02:49:19.805 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:19 smithi052 bash[21498]: cluster 2024-05-06T02:49:18.075781+0000 mgr.a (mgr.14152) 452 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:19.805 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:19 smithi052 bash[21498]: cluster 2024-05-06T02:49:18.075781+0000 mgr.a (mgr.14152) 452 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:19.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:19 smithi155 bash[23100]: cluster 2024-05-06T02:49:18.075781+0000 mgr.a (mgr.14152) 452 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:19.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:19 smithi155 bash[23100]: cluster 2024-05-06T02:49:18.075781+0000 mgr.a (mgr.14152) 452 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-05-06T02:49:20.518 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-06T02:49:20.527 INFO:tasks.cephadm:Teardown begin 2024-05-06T02:49:20.528 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T02:49:20.542 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T02:49:20.556 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T02:49:20.570 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-06T02:49:20.570 DEBUG:teuthology.orchestra.run.smithi052:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T02:49:20.588 DEBUG:teuthology.orchestra.run.smithi155:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T02:49:20.602 DEBUG:teuthology.orchestra.run.smithi172:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T02:49:20.616 INFO:tasks.cephadm:Stopping all daemons... 2024-05-06T02:49:20.617 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-06T02:49:20.617 DEBUG:teuthology.orchestra.run.smithi052:> sudo systemctl stop ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.a 2024-05-06T02:49:20.778 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:20 smithi052 bash[21498]: audit 2024-05-06T02:49:19.787606+0000 mon.a (mon.0) 727 : audit [DBG] from='client.? 172.21.15.52:0/2894519907' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-06T02:49:20.778 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:20 smithi052 bash[21498]: audit 2024-05-06T02:49:19.787606+0000 mon.a (mon.0) 727 : audit [DBG] from='client.? 172.21.15.52:0/2894519907' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-06T02:49:20.778 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:20 smithi052 systemd[1]: Stopping Ceph mon.a for 6b724fee-0b51-11ef-bc97-c7b262605968... 2024-05-06T02:49:20.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:20 smithi155 bash[23100]: audit 2024-05-06T02:49:19.787606+0000 mon.a (mon.0) 727 : audit [DBG] from='client.? 172.21.15.52:0/2894519907' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-06T02:49:20.878 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:20 smithi155 bash[23100]: audit 2024-05-06T02:49:19.787606+0000 mon.a (mon.0) 727 : audit [DBG] from='client.? 172.21.15.52:0/2894519907' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-06T02:49:21.134 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:20 smithi052 bash[21498]: debug 2024-05-06T02:49:20.797+0000 7faef246d700 -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-06T02:49:21.134 INFO:journalctl@ceph.mon.a.smithi052.stdout:May 06 02:49:20 smithi052 bash[21498]: debug 2024-05-06T02:49:20.797+0000 7faef246d700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-05-06T02:49:21.611 DEBUG:teuthology.orchestra.run.smithi052:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.a.service' 2024-05-06T02:49:21.639 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T02:49:21.640 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-06T02:49:21.640 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-06T02:49:21.640 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.b 2024-05-06T02:49:22.053 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:21 smithi155 systemd[1]: Stopping Ceph mon.b for 6b724fee-0b51-11ef-bc97-c7b262605968... 2024-05-06T02:49:22.378 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:22 smithi155 bash[23100]: debug 2024-05-06T02:49:22.072+0000 7f4fddc02700 -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-06T02:49:22.378 INFO:journalctl@ceph.mon.b.smithi155.stdout:May 06 02:49:22 smithi155 bash[23100]: debug 2024-05-06T02:49:22.072+0000 7f4fddc02700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-05-06T02:49:22.917 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.b.service' 2024-05-06T02:49:22.945 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T02:49:22.946 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-06T02:49:22.946 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-06T02:49:22.946 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.c 2024-05-06T02:49:22.970 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mon.c.service' 2024-05-06T02:49:23.041 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T02:49:23.041 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-06T02:49:23.042 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-06T02:49:23.042 DEBUG:teuthology.orchestra.run.smithi052:> sudo systemctl stop ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mgr.a 2024-05-06T02:49:23.384 INFO:journalctl@ceph.mgr.a.smithi052.stdout:May 06 02:49:23 smithi052 systemd[1]: Stopping Ceph mgr.a for 6b724fee-0b51-11ef-bc97-c7b262605968... 2024-05-06T02:49:23.833 DEBUG:teuthology.orchestra.run.smithi052:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mgr.a.service' 2024-05-06T02:49:23.854 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T02:49:23.854 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-06T02:49:23.854 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-06T02:49:23.854 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mgr.b 2024-05-06T02:49:24.127 INFO:journalctl@ceph.mgr.b.smithi155.stdout:May 06 02:49:23 smithi155 systemd[1]: Stopping Ceph mgr.b for 6b724fee-0b51-11ef-bc97-c7b262605968... 2024-05-06T02:49:24.798 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@mgr.b.service' 2024-05-06T02:49:24.824 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T02:49:24.825 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-06T02:49:24.825 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-06T02:49:24.825 DEBUG:teuthology.orchestra.run.smithi052:> sudo systemctl stop ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.0 2024-05-06T02:49:25.135 INFO:journalctl@ceph.osd.0.smithi052.stdout:May 06 02:49:24 smithi052 systemd[1]: Stopping Ceph osd.0 for 6b724fee-0b51-11ef-bc97-c7b262605968... 2024-05-06T02:49:25.135 INFO:journalctl@ceph.osd.0.smithi052.stdout:May 06 02:49:25 smithi052 bash[31948]: debug 2024-05-06T02:49:24.996+0000 7f937680c700 -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-06T02:49:25.135 INFO:journalctl@ceph.osd.0.smithi052.stdout:May 06 02:49:25 smithi052 bash[31948]: debug 2024-05-06T02:49:24.996+0000 7f937680c700 -1 osd.0 49 *** Got signal Terminated *** 2024-05-06T02:49:25.135 INFO:journalctl@ceph.osd.0.smithi052.stdout:May 06 02:49:25 smithi052 bash[31948]: debug 2024-05-06T02:49:24.996+0000 7f937680c700 -1 osd.0 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T02:49:31.134 INFO:journalctl@ceph.osd.0.smithi052.stdout:May 06 02:49:30 smithi052 bash[46164]: ceph-6b724fee-0b51-11ef-bc97-c7b262605968-osd-0 2024-05-06T02:49:31.134 INFO:journalctl@ceph.osd.0.smithi052.stdout:May 06 02:49:30 smithi052 bash[46227]: Error response from daemon: No such container: ceph-6b724fee-0b51-11ef-bc97-c7b262605968-osd-0 2024-05-06T02:49:32.483 DEBUG:teuthology.orchestra.run.smithi052:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.0.service' 2024-05-06T02:49:32.509 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T02:49:32.509 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-06T02:49:32.509 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-06T02:49:32.509 DEBUG:teuthology.orchestra.run.smithi052:> sudo systemctl stop ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.1 2024-05-06T02:49:32.884 INFO:journalctl@ceph.osd.1.smithi052.stdout:May 06 02:49:32 smithi052 systemd[1]: Stopping Ceph osd.1 for 6b724fee-0b51-11ef-bc97-c7b262605968... 2024-05-06T02:49:32.885 INFO:journalctl@ceph.osd.1.smithi052.stdout:May 06 02:49:32 smithi052 bash[37639]: debug 2024-05-06T02:49:32.688+0000 7f53a85f1700 -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-06T02:49:32.885 INFO:journalctl@ceph.osd.1.smithi052.stdout:May 06 02:49:32 smithi052 bash[37639]: debug 2024-05-06T02:49:32.688+0000 7f53a85f1700 -1 osd.1 49 *** Got signal Terminated *** 2024-05-06T02:49:32.885 INFO:journalctl@ceph.osd.1.smithi052.stdout:May 06 02:49:32 smithi052 bash[37639]: debug 2024-05-06T02:49:32.688+0000 7f53a85f1700 -1 osd.1 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T02:49:38.884 INFO:journalctl@ceph.osd.1.smithi052.stdout:May 06 02:49:38 smithi052 bash[46362]: ceph-6b724fee-0b51-11ef-bc97-c7b262605968-osd-1 2024-05-06T02:49:38.884 INFO:journalctl@ceph.osd.1.smithi052.stdout:May 06 02:49:38 smithi052 bash[46427]: Error response from daemon: No such container: ceph-6b724fee-0b51-11ef-bc97-c7b262605968-osd-1 2024-05-06T02:49:40.274 DEBUG:teuthology.orchestra.run.smithi052:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.1.service' 2024-05-06T02:49:40.316 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T02:49:40.317 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-06T02:49:40.317 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-06T02:49:40.317 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.2 2024-05-06T02:49:40.628 INFO:journalctl@ceph.osd.2.smithi155.stdout:May 06 02:49:40 smithi155 systemd[1]: Stopping Ceph osd.2 for 6b724fee-0b51-11ef-bc97-c7b262605968... 2024-05-06T02:49:40.628 INFO:journalctl@ceph.osd.2.smithi155.stdout:May 06 02:49:40 smithi155 bash[26251]: debug 2024-05-06T02:49:40.484+0000 7f3130d73700 -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-06T02:49:40.628 INFO:journalctl@ceph.osd.2.smithi155.stdout:May 06 02:49:40 smithi155 bash[26251]: debug 2024-05-06T02:49:40.484+0000 7f3130d73700 -1 osd.2 49 *** Got signal Terminated *** 2024-05-06T02:49:40.628 INFO:journalctl@ceph.osd.2.smithi155.stdout:May 06 02:49:40 smithi155 bash[26251]: debug 2024-05-06T02:49:40.484+0000 7f3130d73700 -1 osd.2 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T02:49:46.680 INFO:journalctl@ceph.osd.2.smithi155.stdout:May 06 02:49:46 smithi155 bash[35533]: ceph-6b724fee-0b51-11ef-bc97-c7b262605968-osd-2 2024-05-06T02:49:47.127 INFO:journalctl@ceph.osd.2.smithi155.stdout:May 06 02:49:46 smithi155 bash[35597]: Error response from daemon: No such container: ceph-6b724fee-0b51-11ef-bc97-c7b262605968-osd-2 2024-05-06T02:49:48.491 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.2.service' 2024-05-06T02:49:48.519 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T02:49:48.519 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-06T02:49:48.519 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-05-06T02:49:48.519 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.3 2024-05-06T02:49:48.878 INFO:journalctl@ceph.osd.3.smithi155.stdout:May 06 02:49:48 smithi155 systemd[1]: Stopping Ceph osd.3 for 6b724fee-0b51-11ef-bc97-c7b262605968... 2024-05-06T02:49:48.878 INFO:journalctl@ceph.osd.3.smithi155.stdout:May 06 02:49:48 smithi155 bash[31721]: debug 2024-05-06T02:49:48.704+0000 7f1c8a18e700 -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-06T02:49:48.878 INFO:journalctl@ceph.osd.3.smithi155.stdout:May 06 02:49:48 smithi155 bash[31721]: debug 2024-05-06T02:49:48.704+0000 7f1c8a18e700 -1 osd.3 49 *** Got signal Terminated *** 2024-05-06T02:49:48.878 INFO:journalctl@ceph.osd.3.smithi155.stdout:May 06 02:49:48 smithi155 bash[31721]: debug 2024-05-06T02:49:48.704+0000 7f1c8a18e700 -1 osd.3 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T02:49:54.764 INFO:journalctl@ceph.osd.3.smithi155.stdout:May 06 02:49:54 smithi155 bash[35732]: ceph-6b724fee-0b51-11ef-bc97-c7b262605968-osd-3 2024-05-06T02:49:55.127 INFO:journalctl@ceph.osd.3.smithi155.stdout:May 06 02:49:54 smithi155 bash[35796]: Error response from daemon: No such container: ceph-6b724fee-0b51-11ef-bc97-c7b262605968-osd-3 2024-05-06T02:49:56.466 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.3.service' 2024-05-06T02:49:56.510 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T02:49:56.511 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-05-06T02:49:56.511 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-05-06T02:49:56.511 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.4 2024-05-06T02:49:56.544 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.4.service' 2024-05-06T02:49:56.611 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T02:49:56.611 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-05-06T02:49:56.611 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-05-06T02:49:56.611 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.5 2024-05-06T02:49:56.681 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b724fee-0b51-11ef-bc97-c7b262605968@osd.5.service' 2024-05-06T02:49:56.753 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T02:49:56.753 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-05-06T02:49:56.754 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T02:49:56.928 INFO:teuthology.orchestra.run.smithi052.stdout:Deleting cluster with fsid: 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:49:59.455 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T02:49:59.625 INFO:teuthology.orchestra.run.smithi155.stdout:Deleting cluster with fsid: 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:50:02.074 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T02:50:02.241 INFO:teuthology.orchestra.run.smithi172.stdout:Deleting cluster with fsid: 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:50:03.805 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T02:50:03.820 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T02:50:03.834 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T02:50:03.847 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-06T02:50:03.849 DEBUG:teuthology.misc:Transferring archived files from smithi052:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036/remote/smithi052/crash 2024-05-06T02:50:03.850 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/crash -- . 2024-05-06T02:50:03.874 INFO:teuthology.orchestra.run.smithi052.stderr:tar: /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T02:50:03.874 INFO:teuthology.orchestra.run.smithi052.stderr:tar: Error is not recoverable: exiting now 2024-05-06T02:50:03.876 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036/remote/smithi155/crash 2024-05-06T02:50:03.877 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/crash -- . 2024-05-06T02:50:03.888 INFO:teuthology.orchestra.run.smithi155.stderr:tar: /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T02:50:03.889 INFO:teuthology.orchestra.run.smithi155.stderr:tar: Error is not recoverable: exiting now 2024-05-06T02:50:03.891 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036/remote/smithi172/crash 2024-05-06T02:50:03.892 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/crash -- . 2024-05-06T02:50:03.903 INFO:teuthology.orchestra.run.smithi172.stderr:tar: /var/lib/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T02:50:03.903 INFO:teuthology.orchestra.run.smithi172.stderr:tar: Error is not recoverable: exiting now 2024-05-06T02:50:03.904 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-06T02:50:03.905 DEBUG:teuthology.orchestra.run.smithi052:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-06T02:50:03.933 INFO:teuthology.orchestra.run.smithi052.stdout:2024-05-06T02:48:51.059669+0000 mon.a (mon.0) 726 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-06T02:50:03.934 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-05-06T02:50:03.934 DEBUG:teuthology.orchestra.run.smithi052:> sudo egrep '\[SEC\]' /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-06T02:50:03.993 DEBUG:teuthology.orchestra.run.smithi052:> sudo egrep '\[ERR\]' /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-06T02:50:04.053 DEBUG:teuthology.orchestra.run.smithi052:> sudo egrep '\[WRN\]' /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-06T02:50:04.108 INFO:teuthology.orchestra.run.smithi052.stdout:2024-05-06T02:48:51.059669+0000 mon.a (mon.0) 726 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-06T02:50:04.109 INFO:tasks.cephadm:Compressing logs... 2024-05-06T02:50:04.109 DEBUG:teuthology.orchestra.run.smithi052:> 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-06T02:50:04.152 DEBUG:teuthology.orchestra.run.smithi155:> 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-06T02:50:04.155 DEBUG:teuthology.orchestra.run.smithi172:> 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-06T02:50:04.161 INFO:teuthology.orchestra.run.smithi052.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-06T02:50:04.165 INFO:teuthology.orchestra.run.smithi155.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-06T02:50:04.169 INFO:teuthology.orchestra.run.smithi172.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-06T02:50:04.171 INFO:teuthology.orchestra.run.smithi052.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T02:50:04.171 INFO:teuthology.orchestra.run.smithi052.stderr:gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-06T02:50:04.172 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-06T02:50:04.172 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T02:50:04.173 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-06T02:50:04.173 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.log 2024-05-06T02:50:04.174 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.1.log: 83.0% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T02:50:04.174 INFO:teuthology.orchestra.run.smithi052.stderr:gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T02:50:04.174 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T02:50:04.175 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-volume.log: 89.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T02:50:04.175 INFO:teuthology.orchestra.run.smithi052.stderr:gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mgr.a.log 2024-05-06T02:50:04.175 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T02:50:04.176 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.audit.log: 87.0% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T02:50:04.177 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T02:50:04.177 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.5.log 2024-05-06T02:50:04.177 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.cephadm.log: 80.4% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T02:50:04.177 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.log 2024-05-06T02:50:04.178 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mgr.a.log: 89.9% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T02:50:04.181 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T02:50:04.181 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mon.c.log 2024-05-06T02:50:04.181 INFO:teuthology.orchestra.run.smithi172.stderr: 88.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T02:50:04.181 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T02:50:04.181 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mon.c.log: 87.4% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T02:50:04.181 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.4.log 2024-05-06T02:50:04.181 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.4.log: 90.1% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T02:50:04.182 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T02:50:04.182 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.2.log 2024-05-06T02:50:04.182 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T02:50:04.182 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.3.log 2024-05-06T02:50:04.182 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.cephadm.log: 82.4% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.cephadm.log.gzgzip 2024-05-06T02:50:04.183 INFO:teuthology.orchestra.run.smithi155.stderr: -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.log 2024-05-06T02:50:04.183 INFO:teuthology.orchestra.run.smithi155.stderr: 89.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T02:50:04.183 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T02:50:04.183 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.3.log: /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mgr.b.log 2024-05-06T02:50:04.183 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T02:50:04.183 INFO:teuthology.orchestra.run.smithi155.stderr: 86.9% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T02:50:04.183 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mon.b.log 2024-05-06T02:50:04.183 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mgr.b.log: /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mon.b.log: 90.1% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T02:50:04.183 INFO:teuthology.orchestra.run.smithi052.stderr: 91.2% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T02:50:04.184 INFO:teuthology.orchestra.run.smithi155.stderr: 91.2% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T02:50:04.184 INFO:teuthology.orchestra.run.smithi172.stderr: 91.3% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T02:50:04.190 INFO:teuthology.orchestra.run.smithi155.stderr: 91.6% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mgr.b.log.gz 2024-05-06T02:50:04.221 INFO:teuthology.orchestra.run.smithi172.stderr: 92.9% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.4.log.gz 2024-05-06T02:50:04.221 INFO:teuthology.orchestra.run.smithi172.stderr: 92.8% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.5.log.gz 2024-05-06T02:50:04.227 INFO:teuthology.orchestra.run.smithi052.stderr: 93.0% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-06T02:50:04.242 INFO:teuthology.orchestra.run.smithi172.stderr: 93.1% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mon.c.log.gz 2024-05-06T02:50:04.243 INFO:teuthology.orchestra.run.smithi155.stderr: 92.8% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.3.log.gz 2024-05-06T02:50:04.244 INFO:teuthology.orchestra.run.smithi172.stderr: 2024-05-06T02:50:04.244 INFO:teuthology.orchestra.run.smithi172.stderr:real 0m0.085s 2024-05-06T02:50:04.244 INFO:teuthology.orchestra.run.smithi172.stderr:user 0m0.165s 2024-05-06T02:50:04.244 INFO:teuthology.orchestra.run.smithi172.stderr:sys 0m0.022s 2024-05-06T02:50:04.250 INFO:teuthology.orchestra.run.smithi052.stderr: 93.2% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-06T02:50:04.258 INFO:teuthology.orchestra.run.smithi155.stderr: 93.2% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-osd.2.log.gz 2024-05-06T02:50:04.280 INFO:teuthology.orchestra.run.smithi155.stderr: 92.8% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-06T02:50:04.280 INFO:teuthology.orchestra.run.smithi052.stderr: 90.0% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mgr.a.log.gz 2024-05-06T02:50:04.281 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-05-06T02:50:04.281 INFO:teuthology.orchestra.run.smithi155.stderr:real 0m0.124s 2024-05-06T02:50:04.281 INFO:teuthology.orchestra.run.smithi155.stderr:user 0m0.264s 2024-05-06T02:50:04.282 INFO:teuthology.orchestra.run.smithi155.stderr:sys 0m0.022s 2024-05-06T02:50:04.474 INFO:teuthology.orchestra.run.smithi052.stderr: 91.0% -- replaced with /var/log/ceph/6b724fee-0b51-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-06T02:50:04.475 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-05-06T02:50:04.475 INFO:teuthology.orchestra.run.smithi052.stderr:real 0m0.321s 2024-05-06T02:50:04.475 INFO:teuthology.orchestra.run.smithi052.stderr:user 0m0.544s 2024-05-06T02:50:04.475 INFO:teuthology.orchestra.run.smithi052.stderr:sys 0m0.033s 2024-05-06T02:50:04.476 INFO:tasks.cephadm:Archiving logs... 2024-05-06T02:50:04.476 DEBUG:teuthology.misc:Transferring archived files from smithi052:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036/remote/smithi052/log 2024-05-06T02:50:04.477 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T02:50:04.618 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036/remote/smithi155/log 2024-05-06T02:50:04.619 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T02:50:04.666 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036/remote/smithi172/log 2024-05-06T02:50:04.667 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T02:50:04.701 INFO:tasks.cephadm:Removing cluster... 2024-05-06T02:50:04.702 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 --force 2024-05-06T02:50:04.872 INFO:teuthology.orchestra.run.smithi052.stdout:Deleting cluster with fsid: 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:50:06.211 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 --force 2024-05-06T02:50:06.373 INFO:teuthology.orchestra.run.smithi155.stdout:Deleting cluster with fsid: 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:50:07.685 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b724fee-0b51-11ef-bc97-c7b262605968 --force 2024-05-06T02:50:07.857 INFO:teuthology.orchestra.run.smithi172.stdout:Deleting cluster with fsid: 6b724fee-0b51-11ef-bc97-c7b262605968 2024-05-06T02:50:09.180 INFO:tasks.cephadm:Removing cephadm ... 2024-05-06T02:50:09.180 DEBUG:teuthology.orchestra.run.smithi052:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T02:50:09.186 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T02:50:09.193 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T02:50:09.200 INFO:tasks.cephadm:Teardown complete 2024-05-06T02:50:09.200 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-06T02:50:09.209 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-06T02:50:09.210 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T02:50:09.233 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T02:50:09.238 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T02:50:09.330 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-06T02:50:09.339 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-06T02:50:09.340 DEBUG:teuthology.orchestra.run.smithi052:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T02:50:09.342 DEBUG:teuthology.orchestra.run.smithi155:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T02:50:09.344 DEBUG:teuthology.orchestra.run.smithi172:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T02:50:09.352 INFO:teuthology.orchestra.run.smithi052.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T02:50:09.353 INFO:teuthology.orchestra.run.smithi052.stdout:============================================================================== 2024-05-06T02:50:09.353 INFO:teuthology.orchestra.run.smithi052.stdout:+hv01.front.sepi 67.205.162.81 3 u 61 64 377 0.089 -0.184 0.865 2024-05-06T02:50:09.353 INFO:teuthology.orchestra.run.smithi052.stdout:*hv02.front.sepi 63.231.80.2 3 u 57 64 377 0.129 -1.424 0.437 2024-05-06T02:50:09.353 INFO:teuthology.orchestra.run.smithi052.stdout:+hv03.front.sepi 74.6.168.72 3 u 57 64 377 0.096 -2.005 0.880 2024-05-06T02:50:09.353 INFO:teuthology.orchestra.run.smithi052.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-06T02:50:09.355 INFO:teuthology.orchestra.run.smithi155.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T02:50:09.355 INFO:teuthology.orchestra.run.smithi155.stdout:============================================================================== 2024-05-06T02:50:09.355 INFO:teuthology.orchestra.run.smithi155.stdout:+hv01.front.sepi 67.205.162.81 3 u 52 64 377 0.072 -2.502 1.102 2024-05-06T02:50:09.356 INFO:teuthology.orchestra.run.smithi155.stdout:*hv02.front.sepi 63.231.80.2 3 u 57 64 377 0.112 -3.005 1.059 2024-05-06T02:50:09.356 INFO:teuthology.orchestra.run.smithi155.stdout:+hv03.front.sepi 74.6.168.72 3 u 53 64 377 0.064 -3.572 1.163 2024-05-06T02:50:09.356 INFO:teuthology.orchestra.run.smithi155.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-06T02:50:09.357 INFO:teuthology.orchestra.run.smithi172.stdout: remote refid st t when poll reach delay offset jitter 2024-05-06T02:50:09.357 INFO:teuthology.orchestra.run.smithi172.stdout:============================================================================== 2024-05-06T02:50:09.357 INFO:teuthology.orchestra.run.smithi172.stdout:+hv01.front.sepi 67.205.162.81 3 u 1 64 377 0.073 -5.664 3.009 2024-05-06T02:50:09.357 INFO:teuthology.orchestra.run.smithi172.stdout:*hv02.front.sepi 63.231.80.2 3 u 60 64 377 0.099 -6.036 3.308 2024-05-06T02:50:09.357 INFO:teuthology.orchestra.run.smithi172.stdout:+hv03.front.sepi 74.6.168.72 3 u 55 64 377 0.101 -5.440 2.176 2024-05-06T02:50:09.357 INFO:teuthology.orchestra.run.smithi172.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-06T02:50:09.358 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-06T02:50:09.367 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-06T02:50:09.368 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-06T02:50:09.378 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-06T02:50:09.389 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-06T02:50:09.399 INFO:teuthology.task.internal:Duration was 1415.590795 seconds 2024-05-06T02:50:09.399 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-06T02:50:09.408 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-06T02:50:09.408 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T02:50:09.411 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T02:50:09.413 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T02:50:09.449 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-06T02:50:09.449 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi052.front.sepia.ceph.com 2024-05-06T02:50:09.450 DEBUG:teuthology.orchestra.run.smithi052:> 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-06T02:50:09.496 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2024-05-06T02:50:09.496 DEBUG:teuthology.orchestra.run.smithi155:> 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-06T02:50:09.507 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi172.front.sepia.ceph.com 2024-05-06T02:50:09.507 DEBUG:teuthology.orchestra.run.smithi172:> 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-06T02:50:09.519 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-06T02:50:09.519 DEBUG:teuthology.orchestra.run.smithi052:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T02:50:09.540 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T02:50:09.554 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T02:50:09.592 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-06T02:50:09.592 DEBUG:teuthology.orchestra.run.smithi052:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T02:50:09.621 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T02:50:09.630 DEBUG:teuthology.orchestra.run.smithi172:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T02:50:09.720 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-06T02:50:09.729 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-06T02:50:09.730 DEBUG:teuthology.orchestra.run.smithi052:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T02:50:09.741 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T02:50:09.753 DEBUG:teuthology.orchestra.run.smithi172:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T02:50:09.766 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-06T02:50:09.967 DEBUG:teuthology.orchestra.run.smithi052:> 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-06T02:50:09.969 DEBUG:teuthology.orchestra.run.smithi155:> 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-06T02:50:09.971 DEBUG:teuthology.orchestra.run.smithi172:> 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-06T02:50:09.981 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = core 2024-05-06T02:50:09.982 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2024-05-06T02:50:09.985 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = core 2024-05-06T02:50:10.010 DEBUG:teuthology.orchestra.run.smithi052:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T02:50:10.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T02:50:10.048 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T02:50:10.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T02:50:10.053 DEBUG:teuthology.orchestra.run.smithi172:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T02:50:10.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T02:50:10.057 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-06T02:50:10.067 INFO:teuthology.task.internal:Transferring archived files... 2024-05-06T02:50:10.068 DEBUG:teuthology.misc:Transferring archived files from smithi052:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036/remote/smithi052 2024-05-06T02:50:10.068 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T02:50:10.115 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036/remote/smithi155 2024-05-06T02:50:10.115 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T02:50:10.137 DEBUG:teuthology.misc:Transferring archived files from smithi172:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036/remote/smithi172 2024-05-06T02:50:10.137 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T02:50:10.160 INFO:teuthology.task.internal:Removing archive directory... 2024-05-06T02:50:10.160 DEBUG:teuthology.orchestra.run.smithi052:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T02:50:10.163 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T02:50:10.179 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T02:50:10.205 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-06T02:50:10.217 INFO:teuthology.task.internal:Not uploading archives. 2024-05-06T02:50:10.217 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-06T02:50:10.226 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-06T02:50:10.227 DEBUG:teuthology.orchestra.run.smithi052:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T02:50:10.236 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T02:50:10.238 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T02:50:10.239 INFO:teuthology.orchestra.run.smithi052.stdout: 658628 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 02:50 /home/ubuntu/cephtest 2024-05-06T02:50:10.242 INFO:teuthology.orchestra.run.smithi155.stdout: 658643 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 02:50 /home/ubuntu/cephtest 2024-05-06T02:50:10.252 INFO:teuthology.orchestra.run.smithi172.stdout: 658623 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 02:50 /home/ubuntu/cephtest 2024-05-06T02:50:10.254 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-06T02:50:10.264 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-06T02:50:10.285 INFO:teuthology.nuke:Checking targets against current locks 2024-05-06T02:50:10.312 DEBUG:teuthology.nuke:shortname: smithi052 2024-05-06T02:50:10.312 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T02:50:10.340 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi052.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036', '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-06 02:17:08.803846', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE0mll8X1F0mG4otUGod0ehXun5T+3CMrSRNuHhVL8sR8UB7efezS8bo1rIAUCbRUiRlwT5QhSalEXVKSLAL6bY='} 2024-05-06T02:50:10.344 DEBUG:teuthology.nuke:shortname: smithi155 2024-05-06T02:50:10.344 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T02:50:10.373 DEBUG:teuthology.nuke:shortname: smithi172 2024-05-06T02:50:10.374 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T02:50:10.379 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036', '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-06 02:17:08.805189', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBHsfMzTUW0K0npVMm4DlvOIzP0S+aRmhLNUkxr0RILRu2e/Qb73rkJX7wBru5tHczhoKLOpvc+v52pv7HL4g8c='} 2024-05-06T02:50:10.407 INFO:teuthology.orchestra.console.smithi052:Power off 2024-05-06T02:50:10.407 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T02:50:10.418 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690036', '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-06 02:17:08.806331', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEUxY510GBM59d+yIzjpvXsElC1B6Pa4Ks8Ta4wRCDXXkMioRjMSjf/D/f7qfqP4on/bAuesgQQOuKnIWisbleU='} 2024-05-06T02:50:10.431 DEBUG:teuthology.orchestra.console.smithi052:power off output: Chassis Power Control: Down/Off 2024-05-06T02:50:10.432 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T02:50:10.455 INFO:teuthology.orchestra.console.smithi155:Power off 2024-05-06T02:50:10.456 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T02:50:10.465 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is on 2024-05-06T02:50:10.478 DEBUG:teuthology.orchestra.console.smithi155:power off output: Chassis Power Control: Down/Off 2024-05-06T02:50:10.478 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T02:50:10.494 INFO:teuthology.orchestra.console.smithi172:Power off 2024-05-06T02:50:10.494 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T02:50:10.502 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2024-05-06T02:50:10.516 DEBUG:teuthology.orchestra.console.smithi172:power off output: Chassis Power Control: Down/Off 2024-05-06T02:50:10.516 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T02:50:10.544 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2024-05-06T02:50:14.466 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T02:50:14.504 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T02:50:14.545 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T02:50:14.579 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is on 2024-05-06T02:50:14.620 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2024-05-06T02:50:14.656 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2024-05-06T02:50:18.584 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T02:50:18.621 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T02:50:18.657 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T02:50:18.694 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is off 2024-05-06T02:50:18.731 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2024-05-06T02:50:18.769 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is off 2024-05-06T02:50:18.795 INFO:teuthology.orchestra.console.smithi052:Power off completed 2024-05-06T02:50:18.870 INFO:teuthology.orchestra.console.smithi172:Power off completed 2024-05-06T02:50:22.735 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T02:50:22.845 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is off 2024-05-06T02:50:22.946 INFO:teuthology.orchestra.console.smithi155:Power off completed 2024-05-06T02:50:23.050 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} duration: 1415.5907950401306 failure_reason: '"2024-05-06T02:48:51.059669+0000 mon.a (mon.0) 726 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST)" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-05-06T02:50:23.050 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-06T02:50:23.139 INFO:teuthology.run:FAIL