2024-03-26T02:56:38.505 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-26T02:56:38.505 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --name adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427 --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} --verbose -- /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427/orig.config.yaml 2024-03-26T02:56:38.535 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-26T02:56:38.623 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427 branch: wip-adk-testing-2024-03-25-1628 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} email: adking@redhat.com first_in_suite: false job_id: '7622427' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-03-25-1628 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, quorum - is down \(out of quorum\) sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 workunit: branch: wip-adk-testing-2024-03-25-1628 sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 9192 sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-03-25-1628 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBElSFr0y0Lx8KXmUTp5cgi/XAjZk99u0Qt6m7d9yFC9Nqd1J5Hy/8C2USiWoPahKrBU248hOMDpDC169DSz9RAQ= smithi072.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBV01TdVgI1qQNc6hyCdznf4M8HuJHgr8D4GGDpcQGgP+LQMyz/FGwirc0zhuJjGHWXxW9Kxe1w7su4CtkDXxN0= smithi173.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCV1fxQ6iyQasaZAJ2yQ6rR7gjWJSPcs9pGOtTtgknj6fn9BzOB3rp9IP+5DMlJrkGM9pnPn7MveCVCty09ECoM= 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-26_01:50:53 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-26T02:56:38.623 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/qa; will attempt to use it 2024-03-26T02:56:38.624 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/qa/tasks 2024-03-26T02:56:38.624 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-26T02:56:38.626 INFO:teuthology.task.internal:Checking packages... 2024-03-26T02:56:38.648 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003' 2024-03-26T02:56:38.648 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-26T02:56:38.648 INFO:teuthology.packaging:ref: None 2024-03-26T02:56:38.648 INFO:teuthology.packaging:tag: None 2024-03-26T02:56:38.649 INFO:teuthology.packaging:branch: wip-adk-testing-2024-03-25-1628 2024-03-26T02:56:38.649 INFO:teuthology.packaging:sha1: e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T02:56:38.649 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-03-25-1628 2024-03-26T02:56:38.790 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T02:56:38.791 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-26T02:56:38.798 INFO:teuthology.task.internal:no buildpackages task found 2024-03-26T02:56:38.798 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-26T02:56:38.848 INFO:teuthology.task.internal:Saving configuration 2024-03-26T02:56:38.860 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-26T02:56:38.879 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T02:56:38.903 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 02:49:35.238118', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPCI6Nl5dyUGpcNPMxz13MJPWM5elBOhQafCsQD+fwv4'} 2024-03-26T02:56:38.928 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 02:49:35.240875', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPVlFuKOyR+FK4/+jYz629V+RNPsJGkH13zqjOBdrlR/'} 2024-03-26T02:56:38.949 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 02:49:35.239600', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFDSJ7OjY65WPpuXC3xU5FKIY1fOpExsgXcHJj5nRp84'} 2024-03-26T02:56:38.949 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-26T02:56:38.956 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-03-26T02:56:38.956 INFO:teuthology.task.internal:roles: ubuntu@smithi072.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-03-26T02:56:38.956 INFO:teuthology.task.internal:roles: ubuntu@smithi173.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-03-26T02:56:38.956 INFO:teuthology.run_tasks:Running task console_log... 2024-03-26T02:56:39.075 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f85455b2f70>, signals=[15]) 2024-03-26T02:56:39.075 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-26T02:56:39.082 INFO:teuthology.task.internal:Opening connections... 2024-03-26T02:56:39.082 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-03-26T02:56:39.084 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:56:39.163 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi072.front.sepia.ceph.com 2024-03-26T02:56:39.164 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:56:39.244 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi173.front.sepia.ceph.com 2024-03-26T02:56:39.245 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:56:39.326 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-26T02:56:39.335 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-03-26T02:56:39.341 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-03-26T02:56:39.341 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-03-26T02:56:39.388 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T02:56:39.388 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="Ubuntu" 2024-03-26T02:56:39.389 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="22.04" 2024-03-26T02:56:39.389 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T02:56:39.389 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_CODENAME=jammy 2024-03-26T02:56:39.389 INFO:teuthology.orchestra.run.smithi071.stdout:ID=ubuntu 2024-03-26T02:56:39.389 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE=debian 2024-03-26T02:56:39.389 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T02:56:39.389 INFO:teuthology.orchestra.run.smithi071.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T02:56:39.389 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T02:56:39.389 INFO:teuthology.orchestra.run.smithi071.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T02:56:39.389 INFO:teuthology.orchestra.run.smithi071.stdout:UBUNTU_CODENAME=jammy 2024-03-26T02:56:39.390 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-03-26T02:56:39.408 DEBUG:teuthology.orchestra.run.smithi072:> uname -m 2024-03-26T02:56:39.414 INFO:teuthology.orchestra.run.smithi072.stdout:x86_64 2024-03-26T02:56:39.414 DEBUG:teuthology.orchestra.run.smithi072:> cat /etc/os-release 2024-03-26T02:56:39.460 INFO:teuthology.orchestra.run.smithi072.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T02:56:39.460 INFO:teuthology.orchestra.run.smithi072.stdout:NAME="Ubuntu" 2024-03-26T02:56:39.460 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION_ID="22.04" 2024-03-26T02:56:39.460 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T02:56:39.460 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION_CODENAME=jammy 2024-03-26T02:56:39.460 INFO:teuthology.orchestra.run.smithi072.stdout:ID=ubuntu 2024-03-26T02:56:39.460 INFO:teuthology.orchestra.run.smithi072.stdout:ID_LIKE=debian 2024-03-26T02:56:39.460 INFO:teuthology.orchestra.run.smithi072.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T02:56:39.461 INFO:teuthology.orchestra.run.smithi072.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T02:56:39.461 INFO:teuthology.orchestra.run.smithi072.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T02:56:39.461 INFO:teuthology.orchestra.run.smithi072.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T02:56:39.461 INFO:teuthology.orchestra.run.smithi072.stdout:UBUNTU_CODENAME=jammy 2024-03-26T02:56:39.461 INFO:teuthology.lock.ops:Updating smithi072.front.sepia.ceph.com on lock server 2024-03-26T02:56:39.483 DEBUG:teuthology.orchestra.run.smithi173:> uname -m 2024-03-26T02:56:39.488 INFO:teuthology.orchestra.run.smithi173.stdout:x86_64 2024-03-26T02:56:39.489 DEBUG:teuthology.orchestra.run.smithi173:> cat /etc/os-release 2024-03-26T02:56:39.537 INFO:teuthology.orchestra.run.smithi173.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-26T02:56:39.537 INFO:teuthology.orchestra.run.smithi173.stdout:NAME="Ubuntu" 2024-03-26T02:56:39.537 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_ID="22.04" 2024-03-26T02:56:39.537 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-26T02:56:39.537 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_CODENAME=jammy 2024-03-26T02:56:39.537 INFO:teuthology.orchestra.run.smithi173.stdout:ID=ubuntu 2024-03-26T02:56:39.537 INFO:teuthology.orchestra.run.smithi173.stdout:ID_LIKE=debian 2024-03-26T02:56:39.537 INFO:teuthology.orchestra.run.smithi173.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-26T02:56:39.537 INFO:teuthology.orchestra.run.smithi173.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-26T02:56:39.537 INFO:teuthology.orchestra.run.smithi173.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-26T02:56:39.537 INFO:teuthology.orchestra.run.smithi173.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-26T02:56:39.537 INFO:teuthology.orchestra.run.smithi173.stdout:UBUNTU_CODENAME=jammy 2024-03-26T02:56:39.538 INFO:teuthology.lock.ops:Updating smithi173.front.sepia.ceph.com on lock server 2024-03-26T02:56:39.558 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-26T02:56:39.566 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-26T02:56:39.610 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-26T02:56:39.611 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-03-26T02:56:39.613 DEBUG:teuthology.orchestra.run.smithi072:> test '!' -e /home/ubuntu/cephtest 2024-03-26T02:56:39.616 DEBUG:teuthology.orchestra.run.smithi173:> test '!' -e /home/ubuntu/cephtest 2024-03-26T02:56:39.621 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-26T02:56:39.642 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-26T02:56:39.642 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-03-26T02:56:39.662 DEBUG:teuthology.orchestra.run.smithi072:> test -z $(ls -A /var/lib/ceph) 2024-03-26T02:56:39.664 DEBUG:teuthology.orchestra.run.smithi173:> test -z $(ls -A /var/lib/ceph) 2024-03-26T02:56:39.756 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-26T02:56:39.833 INFO:teuthology.run_tasks:Running task kernel... 2024-03-26T02:56:39.848 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-26T02:56:39.848 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-26T02:56:39.849 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T02:56:39.849 DEBUG:teuthology.orchestra.run.smithi072:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T02:56:39.849 DEBUG:teuthology.orchestra.run.smithi173:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-26T02:56:39.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T02:56:39.854 DEBUG:teuthology.orchestra.run.smithi072:> uname -r 2024-03-26T02:56:39.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T02:56:39.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T02:56:39.856 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2024-03-26T02:56:39.856 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-03-26T02:56:39.903 INFO:teuthology.orchestra.run.smithi072.stdout:5.15.0-56-generic 2024-03-26T02:56:39.904 INFO:teuthology.task.kernel:Running kernel on smithi072: 5.15.0-56-generic 2024-03-26T02:56:39.904 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-get clean 2024-03-26T02:56:39.905 INFO:teuthology.orchestra.run.smithi071.stdout:5.15.0-56-generic 2024-03-26T02:56:39.906 INFO:teuthology.orchestra.run.smithi173.stdout:5.15.0-56-generic 2024-03-26T02:56:39.906 INFO:teuthology.task.kernel:Running kernel on smithi071: 5.15.0-56-generic 2024-03-26T02:56:39.906 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get clean 2024-03-26T02:56:39.906 INFO:teuthology.task.kernel:Running kernel on smithi173: 5.15.0-56-generic 2024-03-26T02:56:39.906 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get clean 2024-03-26T02:56:40.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get update 2024-03-26T02:56:40.039 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get update 2024-03-26T02:56:40.042 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-get update 2024-03-26T02:56:40.189 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:56:40.189 INFO:teuthology.orchestra.run.smithi173.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T02:56:40.189 INFO:teuthology.orchestra.run.smithi173.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T02:56:40.195 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:56:40.195 INFO:teuthology.orchestra.run.smithi071.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T02:56:40.195 INFO:teuthology.orchestra.run.smithi071.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T02:56:40.210 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:56:40.210 INFO:teuthology.orchestra.run.smithi072.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-26T02:56:40.211 INFO:teuthology.orchestra.run.smithi072.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-26T02:56:40.278 INFO:teuthology.orchestra.run.smithi071.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T02:56:40.279 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T02:56:40.298 INFO:teuthology.orchestra.run.smithi072.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-26T02:56:40.420 INFO:teuthology.orchestra.run.smithi071.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T02:56:40.428 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T02:56:40.503 INFO:teuthology.orchestra.run.smithi071.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T02:56:40.503 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T02:56:40.511 INFO:teuthology.orchestra.run.smithi072.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T02:56:40.511 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T02:56:40.525 INFO:teuthology.orchestra.run.smithi071.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,290 kB] 2024-03-26T02:56:40.561 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T02:56:40.567 INFO:teuthology.orchestra.run.smithi173.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T02:56:40.567 INFO:teuthology.orchestra.run.smithi173.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T02:56:40.567 INFO:teuthology.orchestra.run.smithi173.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T02:56:40.585 INFO:teuthology.orchestra.run.smithi071.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T02:56:40.597 INFO:teuthology.orchestra.run.smithi071.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T02:56:40.597 INFO:teuthology.orchestra.run.smithi071.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T02:56:40.599 INFO:teuthology.orchestra.run.smithi071.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T02:56:40.609 INFO:teuthology.orchestra.run.smithi173.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T02:56:40.609 INFO:teuthology.orchestra.run.smithi072.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T02:56:40.615 INFO:teuthology.orchestra.run.smithi173.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T02:56:40.615 INFO:teuthology.orchestra.run.smithi173.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T02:56:40.628 INFO:teuthology.orchestra.run.smithi173.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T02:56:40.647 INFO:teuthology.orchestra.run.smithi071.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T02:56:40.647 INFO:teuthology.orchestra.run.smithi173.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T02:56:40.654 INFO:teuthology.orchestra.run.smithi173.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T02:56:40.658 INFO:teuthology.orchestra.run.smithi071.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T02:56:40.661 INFO:teuthology.orchestra.run.smithi071.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T02:56:40.664 INFO:teuthology.orchestra.run.smithi071.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T02:56:40.665 INFO:teuthology.orchestra.run.smithi071.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T02:56:40.666 INFO:teuthology.orchestra.run.smithi071.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T02:56:40.681 INFO:teuthology.orchestra.run.smithi071.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T02:56:40.681 INFO:teuthology.orchestra.run.smithi071.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T02:56:40.688 INFO:teuthology.orchestra.run.smithi173.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T02:56:40.688 INFO:teuthology.orchestra.run.smithi173.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [595 kB] 2024-03-26T02:56:40.688 INFO:teuthology.orchestra.run.smithi173.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T02:56:40.689 INFO:teuthology.orchestra.run.smithi173.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T02:56:40.696 INFO:teuthology.orchestra.run.smithi071.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T02:56:40.699 INFO:teuthology.orchestra.run.smithi173.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T02:56:40.704 INFO:teuthology.orchestra.run.smithi173.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T02:56:40.705 INFO:teuthology.orchestra.run.smithi173.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T02:56:40.706 INFO:teuthology.orchestra.run.smithi173.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T02:56:40.708 INFO:teuthology.orchestra.run.smithi173.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T02:56:40.708 INFO:teuthology.orchestra.run.smithi071.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T02:56:40.712 INFO:teuthology.orchestra.run.smithi071.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T02:56:40.712 INFO:teuthology.orchestra.run.smithi071.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T02:56:40.713 INFO:teuthology.orchestra.run.smithi071.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T02:56:40.714 INFO:teuthology.orchestra.run.smithi071.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T02:56:40.716 INFO:teuthology.orchestra.run.smithi071.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T02:56:40.721 INFO:teuthology.orchestra.run.smithi071.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T02:56:40.724 INFO:teuthology.orchestra.run.smithi071.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T02:56:40.725 INFO:teuthology.orchestra.run.smithi071.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T02:56:40.744 INFO:teuthology.orchestra.run.smithi071.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T02:56:40.753 INFO:teuthology.orchestra.run.smithi072.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [429 kB] 2024-03-26T02:56:40.758 INFO:teuthology.orchestra.run.smithi072.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,505 kB] 2024-03-26T02:56:40.760 INFO:teuthology.orchestra.run.smithi173.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T02:56:40.762 INFO:teuthology.orchestra.run.smithi071.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T02:56:40.767 INFO:teuthology.orchestra.run.smithi071.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T02:56:40.767 INFO:teuthology.orchestra.run.smithi173.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T02:56:40.767 INFO:teuthology.orchestra.run.smithi173.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T02:56:40.767 INFO:teuthology.orchestra.run.smithi071.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T02:56:40.768 INFO:teuthology.orchestra.run.smithi071.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T02:56:40.769 INFO:teuthology.orchestra.run.smithi071.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T02:56:40.770 INFO:teuthology.orchestra.run.smithi072.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [230 kB] 2024-03-26T02:56:40.779 INFO:teuthology.orchestra.run.smithi072.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-26T02:56:40.779 INFO:teuthology.orchestra.run.smithi072.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-26T02:56:40.781 INFO:teuthology.orchestra.run.smithi072.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,600 kB] 2024-03-26T02:56:40.782 INFO:teuthology.orchestra.run.smithi071.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T02:56:40.782 INFO:teuthology.orchestra.run.smithi071.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T02:56:40.783 INFO:teuthology.orchestra.run.smithi071.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T02:56:40.790 INFO:teuthology.orchestra.run.smithi173.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T02:56:40.805 INFO:teuthology.orchestra.run.smithi173.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T02:56:40.809 INFO:teuthology.orchestra.run.smithi071.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T02:56:40.809 INFO:teuthology.orchestra.run.smithi071.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T02:56:40.809 INFO:teuthology.orchestra.run.smithi071.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T02:56:40.810 INFO:teuthology.orchestra.run.smithi173.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T02:56:40.810 INFO:teuthology.orchestra.run.smithi071.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T02:56:40.811 INFO:teuthology.orchestra.run.smithi173.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T02:56:40.811 INFO:teuthology.orchestra.run.smithi173.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T02:56:40.811 INFO:teuthology.orchestra.run.smithi071.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T02:56:40.812 INFO:teuthology.orchestra.run.smithi173.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T02:56:40.812 INFO:teuthology.orchestra.run.smithi173.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T02:56:40.813 INFO:teuthology.orchestra.run.smithi173.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T02:56:40.814 INFO:teuthology.orchestra.run.smithi173.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T02:56:40.815 INFO:teuthology.orchestra.run.smithi071.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T02:56:40.831 INFO:teuthology.orchestra.run.smithi072.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [268 kB] 2024-03-26T02:56:40.832 INFO:teuthology.orchestra.run.smithi173.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T02:56:40.833 INFO:teuthology.orchestra.run.smithi173.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T02:56:40.833 INFO:teuthology.orchestra.run.smithi173.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T02:56:40.837 INFO:teuthology.orchestra.run.smithi072.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T02:56:40.837 INFO:teuthology.orchestra.run.smithi072.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-26T02:56:40.848 INFO:teuthology.orchestra.run.smithi072.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-26T02:56:40.852 INFO:teuthology.orchestra.run.smithi072.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [290 kB] 2024-03-26T02:56:40.855 INFO:teuthology.orchestra.run.smithi173.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T02:56:40.856 INFO:teuthology.orchestra.run.smithi173.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T02:56:40.857 INFO:teuthology.orchestra.run.smithi173.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T02:56:40.860 INFO:teuthology.orchestra.run.smithi072.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-26T02:56:40.860 INFO:teuthology.orchestra.run.smithi072.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-26T02:56:40.861 INFO:teuthology.orchestra.run.smithi072.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-26T02:56:40.886 INFO:teuthology.orchestra.run.smithi072.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,628 kB] 2024-03-26T02:56:40.886 INFO:teuthology.orchestra.run.smithi072.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-26T02:56:40.886 INFO:teuthology.orchestra.run.smithi072.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-26T02:56:40.886 INFO:teuthology.orchestra.run.smithi072.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-26T02:56:40.887 INFO:teuthology.orchestra.run.smithi072.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-26T02:56:40.887 INFO:teuthology.orchestra.run.smithi072.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-26T02:56:40.914 INFO:teuthology.orchestra.run.smithi072.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [273 kB] 2024-03-26T02:56:40.919 INFO:teuthology.orchestra.run.smithi072.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-26T02:56:40.919 INFO:teuthology.orchestra.run.smithi072.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-26T02:56:40.934 INFO:teuthology.orchestra.run.smithi072.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-26T02:56:40.942 INFO:teuthology.orchestra.run.smithi072.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-26T02:56:40.944 INFO:teuthology.orchestra.run.smithi072.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-26T02:56:40.945 INFO:teuthology.orchestra.run.smithi072.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-26T02:56:40.945 INFO:teuthology.orchestra.run.smithi072.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-26T02:56:40.946 INFO:teuthology.orchestra.run.smithi072.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-26T02:56:40.947 INFO:teuthology.orchestra.run.smithi072.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-26T02:56:40.959 INFO:teuthology.orchestra.run.smithi072.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-26T02:56:40.959 INFO:teuthology.orchestra.run.smithi072.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-26T02:56:40.960 INFO:teuthology.orchestra.run.smithi072.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-26T02:56:40.980 INFO:teuthology.orchestra.run.smithi072.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-26T02:56:40.980 INFO:teuthology.orchestra.run.smithi072.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-26T02:56:40.980 INFO:teuthology.orchestra.run.smithi072.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-26T02:56:40.980 INFO:teuthology.orchestra.run.smithi072.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-26T02:56:40.981 INFO:teuthology.orchestra.run.smithi072.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-26T02:56:46.132 INFO:teuthology.orchestra.run.smithi071.stdout:Fetched 12.5 MB in 2s (7,005 kB/s) 2024-03-26T02:56:46.466 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 12.5 MB in 2s (7,009 kB/s) 2024-03-26T02:56:46.591 INFO:teuthology.orchestra.run.smithi072.stdout:Fetched 12.5 MB in 2s (6,267 kB/s) 2024-03-26T02:56:47.513 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-03-26T02:56:47.531 DEBUG:teuthology.orchestra.run.smithi071:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T02:56:47.586 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-03-26T02:56:47.783 INFO:teuthology.orchestra.run.smithi071.stdout:Building dependency tree... 2024-03-26T02:56:47.783 INFO:teuthology.orchestra.run.smithi071.stdout:Reading state information... 2024-03-26T02:56:47.948 INFO:teuthology.orchestra.run.smithi071.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:56:47.948 INFO:teuthology.orchestra.run.smithi071.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:56:47.948 INFO:teuthology.orchestra.run.smithi071.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:56:47.949 INFO:teuthology.orchestra.run.smithi071.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:56:47.949 INFO:teuthology.orchestra.run.smithi071.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T02:56:47.949 INFO:teuthology.orchestra.run.smithi071.stdout: python2.7-minimal 2024-03-26T02:56:47.949 INFO:teuthology.orchestra.run.smithi071.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:56:47.950 INFO:teuthology.orchestra.run.smithi071.stdout:The following additional packages will be installed: 2024-03-26T02:56:47.950 INFO:teuthology.orchestra.run.smithi071.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T02:56:47.950 INFO:teuthology.orchestra.run.smithi071.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T02:56:47.950 INFO:teuthology.orchestra.run.smithi071.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T02:56:47.952 INFO:teuthology.orchestra.run.smithi071.stdout:Suggested packages: 2024-03-26T02:56:47.952 INFO:teuthology.orchestra.run.smithi071.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T02:56:47.952 INFO:teuthology.orchestra.run.smithi071.stdout:Recommended packages: 2024-03-26T02:56:47.952 INFO:teuthology.orchestra.run.smithi071.stdout: thermald 2024-03-26T02:56:47.993 INFO:teuthology.orchestra.run.smithi071.stdout:The following NEW packages will be installed: 2024-03-26T02:56:47.993 INFO:teuthology.orchestra.run.smithi071.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T02:56:47.993 INFO:teuthology.orchestra.run.smithi071.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T02:56:47.994 INFO:teuthology.orchestra.run.smithi071.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T02:56:47.994 INFO:teuthology.orchestra.run.smithi071.stdout:The following packages will be upgraded: 2024-03-26T02:56:47.995 INFO:teuthology.orchestra.run.smithi071.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T02:56:47.996 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-03-26T02:56:48.014 DEBUG:teuthology.orchestra.run.smithi173:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T02:56:48.073 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-03-26T02:56:48.173 INFO:teuthology.orchestra.run.smithi071.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T02:56:48.173 INFO:teuthology.orchestra.run.smithi071.stdout:Need to get 113 MB of archives. 2024-03-26T02:56:48.173 INFO:teuthology.orchestra.run.smithi071.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T02:56:48.173 INFO:teuthology.orchestra.run.smithi071.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-26T02:56:48.252 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2024-03-26T02:56:48.252 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2024-03-26T02:56:48.404 INFO:teuthology.orchestra.run.smithi173.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:56:48.404 INFO:teuthology.orchestra.run.smithi173.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:56:48.405 INFO:teuthology.orchestra.run.smithi173.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:56:48.405 INFO:teuthology.orchestra.run.smithi173.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:56:48.405 INFO:teuthology.orchestra.run.smithi173.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T02:56:48.405 INFO:teuthology.orchestra.run.smithi173.stdout: python2.7-minimal 2024-03-26T02:56:48.405 INFO:teuthology.orchestra.run.smithi173.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:56:48.406 INFO:teuthology.orchestra.run.smithi173.stdout:The following additional packages will be installed: 2024-03-26T02:56:48.406 INFO:teuthology.orchestra.run.smithi173.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T02:56:48.406 INFO:teuthology.orchestra.run.smithi173.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T02:56:48.407 INFO:teuthology.orchestra.run.smithi173.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T02:56:48.408 INFO:teuthology.orchestra.run.smithi173.stdout:Suggested packages: 2024-03-26T02:56:48.408 INFO:teuthology.orchestra.run.smithi173.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T02:56:48.408 INFO:teuthology.orchestra.run.smithi173.stdout:Recommended packages: 2024-03-26T02:56:48.408 INFO:teuthology.orchestra.run.smithi173.stdout: thermald 2024-03-26T02:56:48.445 INFO:teuthology.orchestra.run.smithi173.stdout:The following NEW packages will be installed: 2024-03-26T02:56:48.445 INFO:teuthology.orchestra.run.smithi173.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T02:56:48.445 INFO:teuthology.orchestra.run.smithi173.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T02:56:48.445 INFO:teuthology.orchestra.run.smithi173.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T02:56:48.446 INFO:teuthology.orchestra.run.smithi173.stdout:The following packages will be upgraded: 2024-03-26T02:56:48.447 INFO:teuthology.orchestra.run.smithi173.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T02:56:48.506 INFO:teuthology.orchestra.run.smithi173.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T02:56:48.506 INFO:teuthology.orchestra.run.smithi173.stdout:Need to get 113 MB of archives. 2024-03-26T02:56:48.506 INFO:teuthology.orchestra.run.smithi173.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T02:56:48.506 INFO:teuthology.orchestra.run.smithi173.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-26T02:56:48.878 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2024-03-26T02:56:48.895 DEBUG:teuthology.orchestra.run.smithi072:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T02:56:48.958 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2024-03-26T02:56:49.004 INFO:teuthology.orchestra.run.smithi173.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-26T02:56:49.142 INFO:teuthology.orchestra.run.smithi173.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-26T02:56:49.155 INFO:teuthology.orchestra.run.smithi072.stdout:Building dependency tree... 2024-03-26T02:56:49.155 INFO:teuthology.orchestra.run.smithi072.stdout:Reading state information... 2024-03-26T02:56:49.326 INFO:teuthology.orchestra.run.smithi072.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:56:49.326 INFO:teuthology.orchestra.run.smithi072.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:56:49.326 INFO:teuthology.orchestra.run.smithi072.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:56:49.327 INFO:teuthology.orchestra.run.smithi072.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:56:49.327 INFO:teuthology.orchestra.run.smithi072.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-26T02:56:49.327 INFO:teuthology.orchestra.run.smithi072.stdout: python2.7-minimal 2024-03-26T02:56:49.327 INFO:teuthology.orchestra.run.smithi072.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:56:49.328 INFO:teuthology.orchestra.run.smithi072.stdout:The following additional packages will be installed: 2024-03-26T02:56:49.328 INFO:teuthology.orchestra.run.smithi072.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T02:56:49.328 INFO:teuthology.orchestra.run.smithi072.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-26T02:56:49.329 INFO:teuthology.orchestra.run.smithi072.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-26T02:56:49.330 INFO:teuthology.orchestra.run.smithi072.stdout:Suggested packages: 2024-03-26T02:56:49.330 INFO:teuthology.orchestra.run.smithi072.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-26T02:56:49.330 INFO:teuthology.orchestra.run.smithi072.stdout:Recommended packages: 2024-03-26T02:56:49.330 INFO:teuthology.orchestra.run.smithi072.stdout: thermald 2024-03-26T02:56:49.386 INFO:teuthology.orchestra.run.smithi072.stdout:The following NEW packages will be installed: 2024-03-26T02:56:49.386 INFO:teuthology.orchestra.run.smithi072.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-26T02:56:49.386 INFO:teuthology.orchestra.run.smithi072.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-26T02:56:49.387 INFO:teuthology.orchestra.run.smithi072.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-26T02:56:49.388 INFO:teuthology.orchestra.run.smithi072.stdout:The following packages will be upgraded: 2024-03-26T02:56:49.389 INFO:teuthology.orchestra.run.smithi072.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-26T02:56:49.466 INFO:teuthology.orchestra.run.smithi072.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T02:56:49.466 INFO:teuthology.orchestra.run.smithi072.stdout:Need to get 113 MB of archives. 2024-03-26T02:56:49.466 INFO:teuthology.orchestra.run.smithi072.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-26T02:56:49.466 INFO:teuthology.orchestra.run.smithi072.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-26T02:56:49.567 INFO:teuthology.orchestra.run.smithi071.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-26T02:56:49.913 INFO:teuthology.orchestra.run.smithi071.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-26T02:56:50.337 INFO:teuthology.orchestra.run.smithi072.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-26T02:56:50.373 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-26T02:56:50.373 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-26T02:56:50.373 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-26T02:56:50.513 INFO:teuthology.orchestra.run.smithi072.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-26T02:56:50.774 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-26T02:56:50.885 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-26T02:56:51.281 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 113 MB in 2s (46.6 MB/s) 2024-03-26T02:56:51.436 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T02:56:52.073 INFO:teuthology.orchestra.run.smithi072.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-26T02:56:52.073 INFO:teuthology.orchestra.run.smithi072.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-26T02:56:52.074 INFO:teuthology.orchestra.run.smithi072.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-26T02:56:52.097 INFO:teuthology.orchestra.run.smithi071.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-26T02:56:52.097 INFO:teuthology.orchestra.run.smithi071.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-26T02:56:52.097 INFO:teuthology.orchestra.run.smithi071.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-26T02:56:52.223 INFO:teuthology.orchestra.run.smithi072.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-26T02:56:52.251 INFO:teuthology.orchestra.run.smithi072.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-26T02:56:52.541 INFO:teuthology.orchestra.run.smithi071.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-26T02:56:52.623 INFO:teuthology.orchestra.run.smithi071.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-26T02:56:52.669 INFO:teuthology.orchestra.run.smithi072.stdout:Fetched 113 MB in 3s (39.6 MB/s) 2024-03-26T02:56:52.866 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T02:56:53.031 INFO:teuthology.orchestra.run.smithi071.stdout:Fetched 113 MB in 5s (24.5 MB/s) 2024-03-26T02:56:53.242 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-26T02:56:53.428 INFO:teuthology.orchestra.run.smithi173.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-26T02:56:53.432 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:56:53.541 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:56:55.252 INFO:teuthology.orchestra.run.smithi071.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-26T02:56:55.256 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:56:55.339 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:56:55.684 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T02:56:55.706 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:56:55.797 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:56:55.957 INFO:teuthology.orchestra.run.smithi072.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-26T02:56:55.962 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:56:56.040 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:56:56.237 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T02:56:56.257 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:56:56.295 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:56:57.757 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T02:56:57.777 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:56:57.872 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:56:58.376 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T02:56:58.397 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:56:58.434 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:56:58.762 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-26T02:56:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:56:58.878 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:56:59.470 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-26T02:56:59.491 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:56:59.528 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:02.755 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:57:02.879 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:57:03.204 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:57:03.332 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:57:03.635 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T02:57:03.658 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T02:57:03.702 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T02:57:04.965 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:57:05.068 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:57:05.410 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:57:05.538 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:57:05.866 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T02:57:05.888 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T02:57:05.924 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T02:57:07.879 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:57:08.004 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:57:08.365 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:57:08.488 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:57:08.801 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-26T02:57:08.823 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-26T02:57:08.860 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T02:57:09.300 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T02:57:09.319 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:57:09.358 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:11.780 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T02:57:11.817 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:57:11.855 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:11.879 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:57:12.002 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:57:12.344 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T02:57:12.601 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:12.724 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T02:57:12.853 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:14.175 INFO:teuthology.orchestra.run.smithi173.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:57:14.175 INFO:teuthology.orchestra.run.smithi173.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T02:57:14.175 INFO:teuthology.orchestra.run.smithi173.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:57:14.175 INFO:teuthology.orchestra.run.smithi173.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T02:57:14.339 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:14.522 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:57:14.649 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:57:14.884 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-26T02:57:14.920 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-26T02:57:14.967 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:15.022 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T02:57:15.136 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:15.262 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T02:57:15.390 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:16.365 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:17.394 INFO:teuthology.orchestra.run.smithi071.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:57:17.394 INFO:teuthology.orchestra.run.smithi071.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T02:57:17.394 INFO:teuthology.orchestra.run.smithi071.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:57:17.394 INFO:teuthology.orchestra.run.smithi071.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T02:57:17.551 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:17.908 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T02:57:18.034 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T02:57:18.160 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:18.235 INFO:teuthology.orchestra.run.smithi173.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T02:57:18.235 INFO:teuthology.orchestra.run.smithi173.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:57:18.959 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:19.179 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-26T02:57:19.339 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-26T02:57:19.693 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-26T02:57:19.808 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:19.951 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-26T02:57:20.133 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:20.369 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T02:57:20.495 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T02:57:20.596 INFO:teuthology.orchestra.run.smithi071.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:20.662 INFO:teuthology.orchestra.run.smithi071.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T02:57:20.662 INFO:teuthology.orchestra.run.smithi071.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:57:21.484 INFO:teuthology.orchestra.run.smithi072.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:57:21.484 INFO:teuthology.orchestra.run.smithi072.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-26T02:57:21.484 INFO:teuthology.orchestra.run.smithi072.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:57:21.484 INFO:teuthology.orchestra.run.smithi072.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-26T02:57:21.674 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:24.244 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:25.647 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-26T02:57:25.782 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-26T02:57:25.944 INFO:teuthology.orchestra.run.smithi072.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-26T02:57:26.007 INFO:teuthology.orchestra.run.smithi072.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-26T02:57:26.007 INFO:teuthology.orchestra.run.smithi072.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:57:32.927 INFO:teuthology.orchestra.run.smithi173.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T02:57:32.927 INFO:teuthology.orchestra.run.smithi173.stdout:Sourcing file `/etc/default/grub' 2024-03-26T02:57:32.942 INFO:teuthology.orchestra.run.smithi173.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T02:57:32.954 INFO:teuthology.orchestra.run.smithi173.stdout:Generating grub configuration file ... 2024-03-26T02:57:33.188 INFO:teuthology.orchestra.run.smithi173.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:57:33.202 INFO:teuthology.orchestra.run.smithi173.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:57:33.476 INFO:teuthology.orchestra.run.smithi173.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:57:33.482 INFO:teuthology.orchestra.run.smithi173.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T02:57:33.548 INFO:teuthology.orchestra.run.smithi173.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T02:57:33.554 INFO:teuthology.orchestra.run.smithi173.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T02:57:33.700 INFO:teuthology.orchestra.run.smithi173.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T02:57:33.701 INFO:teuthology.orchestra.run.smithi173.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T02:57:33.701 INFO:teuthology.orchestra.run.smithi173.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T02:57:33.742 INFO:teuthology.orchestra.run.smithi173.stdout:done 2024-03-26T02:57:34.218 DEBUG:teuthology.orchestra.run.smithi173:> dpkg -s linux-image-generic 2024-03-26T02:57:34.244 INFO:teuthology.orchestra.run.smithi173.stdout:Package: linux-image-generic 2024-03-26T02:57:34.244 INFO:teuthology.orchestra.run.smithi173.stdout:Status: install ok installed 2024-03-26T02:57:34.244 INFO:teuthology.orchestra.run.smithi173.stdout:Priority: optional 2024-03-26T02:57:34.244 INFO:teuthology.orchestra.run.smithi173.stdout:Section: kernel 2024-03-26T02:57:34.244 INFO:teuthology.orchestra.run.smithi173.stdout:Installed-Size: 21 2024-03-26T02:57:34.244 INFO:teuthology.orchestra.run.smithi173.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T02:57:34.244 INFO:teuthology.orchestra.run.smithi173.stdout:Architecture: amd64 2024-03-26T02:57:34.244 INFO:teuthology.orchestra.run.smithi173.stdout:Source: linux-meta 2024-03-26T02:57:34.244 INFO:teuthology.orchestra.run.smithi173.stdout:Version: 5.15.0.101.98 2024-03-26T02:57:34.244 INFO:teuthology.orchestra.run.smithi173.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-26T02:57:34.244 INFO:teuthology.orchestra.run.smithi173.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-26T02:57:34.244 INFO:teuthology.orchestra.run.smithi173.stdout:Recommends: thermald 2024-03-26T02:57:34.245 INFO:teuthology.orchestra.run.smithi173.stdout:Description: Generic Linux kernel image 2024-03-26T02:57:34.245 INFO:teuthology.orchestra.run.smithi173.stdout: This package will always depend on the latest generic kernel image 2024-03-26T02:57:34.245 INFO:teuthology.orchestra.run.smithi173.stdout: available. 2024-03-26T02:57:34.245 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T02:57:34.245 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T02:57:34.245 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T02:57:34.245 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-26T02:57:34.245 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi173.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T02:57:34.245 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get clean 2024-03-26T02:57:34.446 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get update 2024-03-26T02:57:34.580 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:57:34.580 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T02:57:34.589 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T02:57:34.609 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T02:57:34.782 INFO:teuthology.orchestra.run.smithi071.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T02:57:34.782 INFO:teuthology.orchestra.run.smithi071.stdout:Sourcing file `/etc/default/grub' 2024-03-26T02:57:34.793 INFO:teuthology.orchestra.run.smithi071.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T02:57:34.811 INFO:teuthology.orchestra.run.smithi071.stdout:Generating grub configuration file ... 2024-03-26T02:57:35.094 INFO:teuthology.orchestra.run.smithi071.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:57:35.114 INFO:teuthology.orchestra.run.smithi071.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:57:35.393 INFO:teuthology.orchestra.run.smithi071.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:57:35.398 INFO:teuthology.orchestra.run.smithi071.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T02:57:35.466 INFO:teuthology.orchestra.run.smithi071.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T02:57:35.471 INFO:teuthology.orchestra.run.smithi071.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T02:57:35.611 INFO:teuthology.orchestra.run.smithi071.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T02:57:35.611 INFO:teuthology.orchestra.run.smithi071.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T02:57:35.611 INFO:teuthology.orchestra.run.smithi071.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T02:57:35.647 INFO:teuthology.orchestra.run.smithi071.stdout:done 2024-03-26T02:57:35.932 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-03-26T02:57:35.950 DEBUG:teuthology.orchestra.run.smithi173:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T02:57:36.000 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-03-26T02:57:36.136 DEBUG:teuthology.orchestra.run.smithi071:> dpkg -s linux-image-generic 2024-03-26T02:57:36.153 INFO:teuthology.orchestra.run.smithi071.stdout:Package: linux-image-generic 2024-03-26T02:57:36.153 INFO:teuthology.orchestra.run.smithi071.stdout:Status: install ok installed 2024-03-26T02:57:36.153 INFO:teuthology.orchestra.run.smithi071.stdout:Priority: optional 2024-03-26T02:57:36.153 INFO:teuthology.orchestra.run.smithi071.stdout:Section: kernel 2024-03-26T02:57:36.154 INFO:teuthology.orchestra.run.smithi071.stdout:Installed-Size: 21 2024-03-26T02:57:36.154 INFO:teuthology.orchestra.run.smithi071.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T02:57:36.154 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: amd64 2024-03-26T02:57:36.154 INFO:teuthology.orchestra.run.smithi071.stdout:Source: linux-meta 2024-03-26T02:57:36.154 INFO:teuthology.orchestra.run.smithi071.stdout:Version: 5.15.0.101.98 2024-03-26T02:57:36.154 INFO:teuthology.orchestra.run.smithi071.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-26T02:57:36.154 INFO:teuthology.orchestra.run.smithi071.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-26T02:57:36.154 INFO:teuthology.orchestra.run.smithi071.stdout:Recommends: thermald 2024-03-26T02:57:36.154 INFO:teuthology.orchestra.run.smithi071.stdout:Description: Generic Linux kernel image 2024-03-26T02:57:36.154 INFO:teuthology.orchestra.run.smithi071.stdout: This package will always depend on the latest generic kernel image 2024-03-26T02:57:36.154 INFO:teuthology.orchestra.run.smithi071.stdout: available. 2024-03-26T02:57:36.154 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T02:57:36.155 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T02:57:36.155 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T02:57:36.155 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-26T02:57:36.155 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T02:57:36.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get clean 2024-03-26T02:57:36.174 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2024-03-26T02:57:36.174 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2024-03-26T02:57:36.325 INFO:teuthology.orchestra.run.smithi173.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T02:57:36.325 INFO:teuthology.orchestra.run.smithi173.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:57:36.325 INFO:teuthology.orchestra.run.smithi173.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:57:36.325 INFO:teuthology.orchestra.run.smithi173.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:57:36.325 INFO:teuthology.orchestra.run.smithi173.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:57:36.325 INFO:teuthology.orchestra.run.smithi173.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T02:57:36.326 INFO:teuthology.orchestra.run.smithi173.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T02:57:36.326 INFO:teuthology.orchestra.run.smithi173.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:57:36.360 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get update 2024-03-26T02:57:36.363 INFO:teuthology.orchestra.run.smithi173.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T02:57:36.365 DEBUG:teuthology.orchestra.run.smithi173:> dpkg -s linux-image-generic 2024-03-26T02:57:36.421 INFO:teuthology.orchestra.run.smithi173.stdout:Package: linux-image-generic 2024-03-26T02:57:36.421 INFO:teuthology.orchestra.run.smithi173.stdout:Status: install ok installed 2024-03-26T02:57:36.421 INFO:teuthology.orchestra.run.smithi173.stdout:Priority: optional 2024-03-26T02:57:36.421 INFO:teuthology.orchestra.run.smithi173.stdout:Section: kernel 2024-03-26T02:57:36.422 INFO:teuthology.orchestra.run.smithi173.stdout:Installed-Size: 21 2024-03-26T02:57:36.422 INFO:teuthology.orchestra.run.smithi173.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T02:57:36.422 INFO:teuthology.orchestra.run.smithi173.stdout:Architecture: amd64 2024-03-26T02:57:36.422 INFO:teuthology.orchestra.run.smithi173.stdout:Source: linux-meta 2024-03-26T02:57:36.422 INFO:teuthology.orchestra.run.smithi173.stdout:Version: 5.15.0.101.98 2024-03-26T02:57:36.422 INFO:teuthology.orchestra.run.smithi173.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-26T02:57:36.422 INFO:teuthology.orchestra.run.smithi173.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-26T02:57:36.422 INFO:teuthology.orchestra.run.smithi173.stdout:Recommends: thermald 2024-03-26T02:57:36.422 INFO:teuthology.orchestra.run.smithi173.stdout:Description: Generic Linux kernel image 2024-03-26T02:57:36.422 INFO:teuthology.orchestra.run.smithi173.stdout: This package will always depend on the latest generic kernel image 2024-03-26T02:57:36.422 INFO:teuthology.orchestra.run.smithi173.stdout: available. 2024-03-26T02:57:36.423 DEBUG:teuthology.orchestra.run.smithi173:> mktemp 2024-03-26T02:57:36.467 INFO:teuthology.orchestra.run.smithi173.stdout:/tmp/tmp.0r7m7k3uOx 2024-03-26T02:57:36.467 DEBUG:teuthology.orchestra.run.smithi173:> sudo cp /boot/grub/grub.cfg /tmp/tmp.0r7m7k3uOx 2024-03-26T02:57:36.477 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T02:57:36.525 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 0666 /tmp/tmp.0r7m7k3uOx 2024-03-26T02:57:36.592 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:57:36.641 DEBUG:teuthology.orchestra.remote:smithi173:/tmp/tmp.0r7m7k3uOx is 10KB 2024-03-26T02:57:36.653 DEBUG:teuthology.orchestra.run.smithi173:> rm -fr /tmp/tmp.0r7m7k3uOx 2024-03-26T02:57:36.658 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T02:57:36.674 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T02:57:36.711 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-26T02:57:36.711 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T02:57:36.711 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T02:57:36.768 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T02:57:36.778 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T02:57:36.778 DEBUG:teuthology.orchestra.run.smithi173:> sudo update-grub 2024-03-26T02:57:37.849 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-03-26T02:57:37.866 DEBUG:teuthology.orchestra.run.smithi071:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T02:57:37.910 INFO:teuthology.orchestra.run.smithi173.stderr:Sourcing file `/etc/default/grub' 2024-03-26T02:57:37.912 INFO:teuthology.orchestra.run.smithi173.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T02:57:37.914 INFO:teuthology.orchestra.run.smithi173.stderr:Generating grub configuration file ... 2024-03-26T02:57:37.927 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-03-26T02:57:38.081 INFO:teuthology.orchestra.run.smithi173.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:57:38.087 INFO:teuthology.orchestra.run.smithi173.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:57:38.123 INFO:teuthology.orchestra.run.smithi071.stdout:Building dependency tree... 2024-03-26T02:57:38.124 INFO:teuthology.orchestra.run.smithi071.stdout:Reading state information... 2024-03-26T02:57:38.296 INFO:teuthology.orchestra.run.smithi173.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:57:38.298 INFO:teuthology.orchestra.run.smithi071.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T02:57:38.298 INFO:teuthology.orchestra.run.smithi071.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:57:38.298 INFO:teuthology.orchestra.run.smithi071.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:57:38.298 INFO:teuthology.orchestra.run.smithi071.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:57:38.298 INFO:teuthology.orchestra.run.smithi071.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:57:38.298 INFO:teuthology.orchestra.run.smithi071.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T02:57:38.299 INFO:teuthology.orchestra.run.smithi071.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T02:57:38.299 INFO:teuthology.orchestra.run.smithi071.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:57:38.301 INFO:teuthology.orchestra.run.smithi173.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T02:57:38.337 INFO:teuthology.orchestra.run.smithi173.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T02:57:38.340 INFO:teuthology.orchestra.run.smithi071.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T02:57:38.343 DEBUG:teuthology.orchestra.run.smithi071:> dpkg -s linux-image-generic 2024-03-26T02:57:38.343 INFO:teuthology.orchestra.run.smithi173.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T02:57:38.358 INFO:teuthology.orchestra.run.smithi071.stdout:Package: linux-image-generic 2024-03-26T02:57:38.358 INFO:teuthology.orchestra.run.smithi071.stdout:Status: install ok installed 2024-03-26T02:57:38.358 INFO:teuthology.orchestra.run.smithi071.stdout:Priority: optional 2024-03-26T02:57:38.358 INFO:teuthology.orchestra.run.smithi071.stdout:Section: kernel 2024-03-26T02:57:38.359 INFO:teuthology.orchestra.run.smithi071.stdout:Installed-Size: 21 2024-03-26T02:57:38.359 INFO:teuthology.orchestra.run.smithi071.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T02:57:38.359 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: amd64 2024-03-26T02:57:38.359 INFO:teuthology.orchestra.run.smithi071.stdout:Source: linux-meta 2024-03-26T02:57:38.359 INFO:teuthology.orchestra.run.smithi071.stdout:Version: 5.15.0.101.98 2024-03-26T02:57:38.359 INFO:teuthology.orchestra.run.smithi071.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-26T02:57:38.359 INFO:teuthology.orchestra.run.smithi071.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-26T02:57:38.359 INFO:teuthology.orchestra.run.smithi071.stdout:Recommends: thermald 2024-03-26T02:57:38.359 INFO:teuthology.orchestra.run.smithi071.stdout:Description: Generic Linux kernel image 2024-03-26T02:57:38.359 INFO:teuthology.orchestra.run.smithi071.stdout: This package will always depend on the latest generic kernel image 2024-03-26T02:57:38.359 INFO:teuthology.orchestra.run.smithi071.stdout: available. 2024-03-26T02:57:38.359 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2024-03-26T02:57:38.403 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.n9izQIVriK 2024-03-26T02:57:38.404 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub/grub.cfg /tmp/tmp.n9izQIVriK 2024-03-26T02:57:38.443 INFO:teuthology.orchestra.run.smithi173.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T02:57:38.443 INFO:teuthology.orchestra.run.smithi173.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T02:57:38.443 INFO:teuthology.orchestra.run.smithi173.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T02:57:38.459 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.n9izQIVriK 2024-03-26T02:57:38.466 INFO:teuthology.orchestra.run.smithi173.stderr:done 2024-03-26T02:57:38.476 DEBUG:teuthology.orchestra.run.smithi173:> sudo shutdown -r now 2024-03-26T02:57:38.585 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.n9izQIVriK is 10KB 2024-03-26T02:57:38.596 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.n9izQIVriK 2024-03-26T02:57:38.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T02:57:38.658 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T02:57:38.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T02:57:38.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T02:57:38.743 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T02:57:38.743 DEBUG:teuthology.orchestra.run.smithi071:> sudo update-grub 2024-03-26T02:57:40.020 INFO:teuthology.orchestra.run.smithi071.stderr:Sourcing file `/etc/default/grub' 2024-03-26T02:57:40.021 INFO:teuthology.orchestra.run.smithi071.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T02:57:40.025 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2024-03-26T02:57:40.206 INFO:teuthology.orchestra.run.smithi071.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:57:40.213 INFO:teuthology.orchestra.run.smithi071.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:57:40.447 INFO:teuthology.orchestra.run.smithi071.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:57:40.452 INFO:teuthology.orchestra.run.smithi071.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T02:57:40.493 INFO:teuthology.orchestra.run.smithi071.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T02:57:40.498 INFO:teuthology.orchestra.run.smithi071.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T02:57:40.646 INFO:teuthology.orchestra.run.smithi071.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T02:57:40.646 INFO:teuthology.orchestra.run.smithi071.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T02:57:40.646 INFO:teuthology.orchestra.run.smithi071.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T02:57:40.660 INFO:teuthology.orchestra.run.smithi071.stderr:done 2024-03-26T02:57:40.670 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2024-03-26T02:57:43.595 INFO:teuthology.orchestra.run.smithi072.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-26T02:57:43.595 INFO:teuthology.orchestra.run.smithi072.stdout:Sourcing file `/etc/default/grub' 2024-03-26T02:57:43.618 INFO:teuthology.orchestra.run.smithi072.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T02:57:43.631 INFO:teuthology.orchestra.run.smithi072.stdout:Generating grub configuration file ... 2024-03-26T02:57:43.970 INFO:teuthology.orchestra.run.smithi072.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:57:44.016 INFO:teuthology.orchestra.run.smithi072.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:57:44.320 INFO:teuthology.orchestra.run.smithi072.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:57:44.326 INFO:teuthology.orchestra.run.smithi072.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T02:57:44.408 INFO:teuthology.orchestra.run.smithi072.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T02:57:44.413 INFO:teuthology.orchestra.run.smithi072.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T02:57:44.705 INFO:teuthology.orchestra.run.smithi072.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T02:57:44.705 INFO:teuthology.orchestra.run.smithi072.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T02:57:44.705 INFO:teuthology.orchestra.run.smithi072.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T02:57:44.789 INFO:teuthology.orchestra.run.smithi072.stdout:done 2024-03-26T02:57:45.353 DEBUG:teuthology.orchestra.run.smithi072:> dpkg -s linux-image-generic 2024-03-26T02:57:45.418 INFO:teuthology.orchestra.run.smithi072.stdout:Package: linux-image-generic 2024-03-26T02:57:45.418 INFO:teuthology.orchestra.run.smithi072.stdout:Status: install ok installed 2024-03-26T02:57:45.418 INFO:teuthology.orchestra.run.smithi072.stdout:Priority: optional 2024-03-26T02:57:45.418 INFO:teuthology.orchestra.run.smithi072.stdout:Section: kernel 2024-03-26T02:57:45.418 INFO:teuthology.orchestra.run.smithi072.stdout:Installed-Size: 21 2024-03-26T02:57:45.418 INFO:teuthology.orchestra.run.smithi072.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T02:57:45.418 INFO:teuthology.orchestra.run.smithi072.stdout:Architecture: amd64 2024-03-26T02:57:45.419 INFO:teuthology.orchestra.run.smithi072.stdout:Source: linux-meta 2024-03-26T02:57:45.419 INFO:teuthology.orchestra.run.smithi072.stdout:Version: 5.15.0.101.98 2024-03-26T02:57:45.419 INFO:teuthology.orchestra.run.smithi072.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-26T02:57:45.419 INFO:teuthology.orchestra.run.smithi072.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-26T02:57:45.419 INFO:teuthology.orchestra.run.smithi072.stdout:Recommends: thermald 2024-03-26T02:57:45.419 INFO:teuthology.orchestra.run.smithi072.stdout:Description: Generic Linux kernel image 2024-03-26T02:57:45.419 INFO:teuthology.orchestra.run.smithi072.stdout: This package will always depend on the latest generic kernel image 2024-03-26T02:57:45.419 INFO:teuthology.orchestra.run.smithi072.stdout: available. 2024-03-26T02:57:45.419 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-26T02:57:45.419 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-26T02:57:45.420 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-26T02:57:45.420 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-26T02:57:45.420 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi072.front.sepia.ceph.com, path=None, version=distro) 2024-03-26T02:57:45.420 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-get clean 2024-03-26T02:57:45.567 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-get update 2024-03-26T02:57:45.719 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T02:57:45.719 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T02:57:45.733 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T02:57:45.754 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T02:57:47.127 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2024-03-26T02:57:47.144 DEBUG:teuthology.orchestra.run.smithi072:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-26T02:57:47.203 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2024-03-26T02:57:47.396 INFO:teuthology.orchestra.run.smithi072.stdout:Building dependency tree... 2024-03-26T02:57:47.397 INFO:teuthology.orchestra.run.smithi072.stdout:Reading state information... 2024-03-26T02:57:47.570 INFO:teuthology.orchestra.run.smithi072.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-26T02:57:47.571 INFO:teuthology.orchestra.run.smithi072.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T02:57:47.571 INFO:teuthology.orchestra.run.smithi072.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T02:57:47.571 INFO:teuthology.orchestra.run.smithi072.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T02:57:47.571 INFO:teuthology.orchestra.run.smithi072.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T02:57:47.571 INFO:teuthology.orchestra.run.smithi072.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T02:57:47.571 INFO:teuthology.orchestra.run.smithi072.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T02:57:47.571 INFO:teuthology.orchestra.run.smithi072.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T02:57:47.613 INFO:teuthology.orchestra.run.smithi072.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-26T02:57:47.614 DEBUG:teuthology.orchestra.run.smithi072:> dpkg -s linux-image-generic 2024-03-26T02:57:47.630 INFO:teuthology.orchestra.run.smithi072.stdout:Package: linux-image-generic 2024-03-26T02:57:47.630 INFO:teuthology.orchestra.run.smithi072.stdout:Status: install ok installed 2024-03-26T02:57:47.630 INFO:teuthology.orchestra.run.smithi072.stdout:Priority: optional 2024-03-26T02:57:47.631 INFO:teuthology.orchestra.run.smithi072.stdout:Section: kernel 2024-03-26T02:57:47.631 INFO:teuthology.orchestra.run.smithi072.stdout:Installed-Size: 21 2024-03-26T02:57:47.631 INFO:teuthology.orchestra.run.smithi072.stdout:Maintainer: Ubuntu Kernel Team 2024-03-26T02:57:47.631 INFO:teuthology.orchestra.run.smithi072.stdout:Architecture: amd64 2024-03-26T02:57:47.631 INFO:teuthology.orchestra.run.smithi072.stdout:Source: linux-meta 2024-03-26T02:57:47.631 INFO:teuthology.orchestra.run.smithi072.stdout:Version: 5.15.0.101.98 2024-03-26T02:57:47.631 INFO:teuthology.orchestra.run.smithi072.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-26T02:57:47.631 INFO:teuthology.orchestra.run.smithi072.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-26T02:57:47.631 INFO:teuthology.orchestra.run.smithi072.stdout:Recommends: thermald 2024-03-26T02:57:47.631 INFO:teuthology.orchestra.run.smithi072.stdout:Description: Generic Linux kernel image 2024-03-26T02:57:47.631 INFO:teuthology.orchestra.run.smithi072.stdout: This package will always depend on the latest generic kernel image 2024-03-26T02:57:47.631 INFO:teuthology.orchestra.run.smithi072.stdout: available. 2024-03-26T02:57:47.632 DEBUG:teuthology.orchestra.run.smithi072:> mktemp 2024-03-26T02:57:47.679 INFO:teuthology.orchestra.run.smithi072.stdout:/tmp/tmp.Fz8tqzl1hB 2024-03-26T02:57:47.679 DEBUG:teuthology.orchestra.run.smithi072:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Fz8tqzl1hB 2024-03-26T02:57:47.735 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod 0666 /tmp/tmp.Fz8tqzl1hB 2024-03-26T02:57:47.870 DEBUG:teuthology.orchestra.remote:smithi072:/tmp/tmp.Fz8tqzl1hB is 10KB 2024-03-26T02:57:47.883 DEBUG:teuthology.orchestra.run.smithi072:> rm -fr /tmp/tmp.Fz8tqzl1hB 2024-03-26T02:57:47.888 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-26T02:57:47.942 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-26T02:57:47.942 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-26T02:57:47.942 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-26T02:57:48.033 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-26T02:57:48.033 DEBUG:teuthology.orchestra.run.smithi072:> sudo update-grub 2024-03-26T02:57:50.359 INFO:teuthology.orchestra.run.smithi072.stderr:Sourcing file `/etc/default/grub' 2024-03-26T02:57:50.367 INFO:teuthology.orchestra.run.smithi072.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-26T02:57:50.392 INFO:teuthology.orchestra.run.smithi072.stderr:Generating grub configuration file ... 2024-03-26T02:57:50.609 INFO:teuthology.orchestra.run.smithi072.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-26T02:57:50.616 INFO:teuthology.orchestra.run.smithi072.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-26T02:57:50.860 INFO:teuthology.orchestra.run.smithi072.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-26T02:57:50.864 INFO:teuthology.orchestra.run.smithi072.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-26T02:57:50.908 INFO:teuthology.orchestra.run.smithi072.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-26T02:57:50.913 INFO:teuthology.orchestra.run.smithi072.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-26T02:57:51.060 INFO:teuthology.orchestra.run.smithi072.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-26T02:57:51.060 INFO:teuthology.orchestra.run.smithi072.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-26T02:57:51.060 INFO:teuthology.orchestra.run.smithi072.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-26T02:57:51.105 INFO:teuthology.orchestra.run.smithi072.stderr:done 2024-03-26T02:57:51.107 DEBUG:teuthology.orchestra.run.smithi072:> sudo shutdown -r now 2024-03-26T02:58:08.494 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-26T02:58:08.495 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-03-26T02:58:08.496 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:58:10.674 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-26T02:58:10.674 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-03-26T02:58:10.675 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:58:21.118 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-26T02:58:21.118 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-03-26T02:58:21.119 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:58:26.974 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.173 2024-03-26T02:58:29.022 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-03-26T02:58:35.983 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-03-26T02:58:35.984 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:58:38.026 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-03-26T02:58:38.026 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:58:39.038 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.173 2024-03-26T02:58:39.518 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.72 2024-03-26T02:58:41.086 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-03-26T02:58:48.526 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-03-26T02:58:48.527 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:58:51.040 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-03-26T02:58:51.041 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:58:51.582 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.72 2024-03-26T02:58:53.089 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-03-26T02:58:53.090 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:59:03.594 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-03-26T02:59:03.595 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:59:11.522 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-03-26T02:59:22.843 DEBUG:teuthology.orchestra.run.smithi173:> true 2024-03-26T02:59:23.716 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-03-26T02:59:23.716 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-03-26T02:59:23.717 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2024-03-26T02:59:23.762 INFO:teuthology.orchestra.run.smithi173.stdout:5.15.0-101-generic 2024-03-26T02:59:23.762 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T02:59:23.762 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T02:59:23.762 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T02:59:24.763 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-26T02:59:24.763 DEBUG:teuthology.orchestra.run.smithi173:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T02:59:24.873 INFO:teuthology.orchestra.run.smithi173.stdout:ttyS1 2024-03-26T02:59:24.896 DEBUG:teuthology.parallel:result is None 2024-03-26T02:59:26.524 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-03-26T02:59:26.524 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:59:26.896 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-03-26T02:59:27.528 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-03-26T02:59:27.528 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-26T02:59:27.528 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-03-26T02:59:27.574 INFO:teuthology.orchestra.run.smithi071.stdout:5.15.0-101-generic 2024-03-26T02:59:27.574 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T02:59:27.574 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T02:59:27.574 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T02:59:28.575 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-26T02:59:28.575 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T02:59:28.972 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-03-26T02:59:28.996 DEBUG:teuthology.parallel:result is None 2024-03-26T02:59:35.075 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.72 2024-03-26T02:59:50.076 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-03-26T02:59:50.078 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T02:59:50.350 DEBUG:teuthology.orchestra.run.smithi072:> true 2024-03-26T02:59:51.052 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-03-26T02:59:51.052 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-26T02:59:51.053 DEBUG:teuthology.orchestra.run.smithi072:> uname -r 2024-03-26T02:59:51.100 INFO:teuthology.orchestra.run.smithi072.stdout:5.15.0-101-generic 2024-03-26T02:59:51.101 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-26T02:59:51.101 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-26T02:59:51.101 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-26T02:59:52.101 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-26T02:59:52.102 DEBUG:teuthology.orchestra.run.smithi072:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-26T02:59:52.235 INFO:teuthology.orchestra.run.smithi072.stdout:ttyS1 2024-03-26T02:59:52.259 DEBUG:teuthology.parallel:result is None 2024-03-26T02:59:52.259 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-26T02:59:52.267 INFO:teuthology.task.internal:Creating test directory... 2024-03-26T02:59:52.267 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T02:59:52.269 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T02:59:52.272 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-26T02:59:52.279 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-26T02:59:52.305 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-26T02:59:52.339 INFO:teuthology.task.internal:Creating archive directory... 2024-03-26T02:59:52.339 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T02:59:52.342 DEBUG:teuthology.orchestra.run.smithi072:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T02:59:52.344 DEBUG:teuthology.orchestra.run.smithi173:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-26T02:59:52.446 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-26T02:59:52.453 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-26T02:59:52.454 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-26T02:59:52.456 DEBUG:teuthology.orchestra.run.smithi072:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-26T02:59:52.459 DEBUG:teuthology.orchestra.run.smithi173:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-26T02:59:52.471 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T02:59:52.477 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T02:59:52.479 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T02:59:52.481 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T02:59:52.484 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T02:59:52.489 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-26T02:59:52.491 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-26T02:59:52.499 INFO:teuthology.task.internal:Configuring sudo... 2024-03-26T02:59:52.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T02:59:52.523 DEBUG:teuthology.orchestra.run.smithi072:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T02:59:52.534 DEBUG:teuthology.orchestra.run.smithi173:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-26T02:59:52.547 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-26T02:59:52.558 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-26T02:59:52.559 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T02:59:52.579 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T02:59:52.595 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-26T02:59:52.602 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T02:59:52.630 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T02:59:52.678 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T02:59:52.678 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T02:59:52.740 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T02:59:52.746 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T02:59:52.793 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-26T02:59:52.793 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T02:59:52.859 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-26T02:59:52.865 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-26T02:59:52.914 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-26T02:59:52.915 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-26T02:59:52.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-03-26T02:59:52.985 DEBUG:teuthology.orchestra.run.smithi072:> sudo service rsyslog restart 2024-03-26T02:59:52.987 DEBUG:teuthology.orchestra.run.smithi173:> sudo service rsyslog restart 2024-03-26T02:59:53.053 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-26T02:59:53.060 INFO:teuthology.task.internal:Starting timer... 2024-03-26T02:59:53.061 INFO:teuthology.run_tasks:Running task pcp... 2024-03-26T02:59:53.121 INFO:teuthology.run_tasks:Running task selinux... 2024-03-26T02:59:53.195 DEBUG:teuthology.task.selinux:Excluding smithi071: OS 'ubuntu' does not support SELinux 2024-03-26T02:59:53.195 DEBUG:teuthology.task.selinux:Excluding smithi072: OS 'ubuntu' does not support SELinux 2024-03-26T02:59:53.195 DEBUG:teuthology.task.selinux:Excluding smithi173: OS 'ubuntu' does not support SELinux 2024-03-26T02:59:53.195 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-26T02:59:53.195 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-26T02:59:53.196 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-26T02:59:53.196 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-26T02:59:53.234 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-26T02:59:53.253 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-26T02:59:53.283 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi072.front.sepia.ceph.com,smithi173.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-26T03:07:07.290 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi072.front.sepia.ceph.com'), Remote(name='ubuntu@smithi173.front.sepia.ceph.com')] 2024-03-26T03:07:07.292 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-03-26T03:07:07.293 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:07:07.373 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-03-26T03:07:07.450 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-03-26T03:07:07.451 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-03-26T03:07:07.451 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:07:07.527 DEBUG:teuthology.orchestra.run.smithi072:> true 2024-03-26T03:07:07.602 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-03-26T03:07:07.602 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-03-26T03:07:07.603 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-26T03:07:07.683 DEBUG:teuthology.orchestra.run.smithi173:> true 2024-03-26T03:07:07.758 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-03-26T03:07:07.759 INFO:teuthology.run_tasks:Running task clock... 2024-03-26T03:07:07.769 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-26T03:07:07.770 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T03:07:07.770 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T03:07:07.772 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T03:07:07.772 DEBUG:teuthology.orchestra.run.smithi072:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T03:07:07.774 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-26T03:07:07.775 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T03:07:07.799 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T03:07:07.799 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: Command line: ntpd -gq 2024-03-26T03:07:07.799 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: ---------------------------------------------------- 2024-03-26T03:07:07.799 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T03:07:07.799 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T03:07:07.800 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: corporation. Support and training for ntp-4 are 2024-03-26T03:07:07.800 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: available at https://www.nwtime.org/support 2024-03-26T03:07:07.800 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: ---------------------------------------------------- 2024-03-26T03:07:07.800 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: proto: precision = 0.044 usec (-24) 2024-03-26T03:07:07.800 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: basedate set to 2022-02-04 2024-03-26T03:07:07.800 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: gps base set to 2022-02-06 (week 2196) 2024-03-26T03:07:07.801 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T03:07:07.801 INFO:teuthology.orchestra.run.smithi071.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T03:07:07.801 INFO:teuthology.orchestra.run.smithi071.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T03:07:07.802 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T03:07:07.802 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T03:07:07.802 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T03:07:07.802 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T03:07:07.802 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: Listen normally on 3 enp3s0f1 172.21.15.71:123 2024-03-26T03:07:07.802 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: Listen normally on 4 lo [::1]:123 2024-03-26T03:07:07.803 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d765%5]:123 2024-03-26T03:07:07.803 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:07 ntpd[17197]: Listening on routing socket on fd #22 for interface updates 2024-03-26T03:07:07.805 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T03:07:07.805 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: Command line: ntpd -gq 2024-03-26T03:07:07.805 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: ---------------------------------------------------- 2024-03-26T03:07:07.805 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T03:07:07.805 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T03:07:07.806 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: corporation. Support and training for ntp-4 are 2024-03-26T03:07:07.806 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: available at https://www.nwtime.org/support 2024-03-26T03:07:07.806 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: ---------------------------------------------------- 2024-03-26T03:07:07.806 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: proto: precision = 0.044 usec (-24) 2024-03-26T03:07:07.806 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: basedate set to 2022-02-04 2024-03-26T03:07:07.806 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: gps base set to 2022-02-06 (week 2196) 2024-03-26T03:07:07.806 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T03:07:07.807 INFO:teuthology.orchestra.run.smithi072.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T03:07:07.807 INFO:teuthology.orchestra.run.smithi072.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T03:07:07.808 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T03:07:07.808 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T03:07:07.808 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T03:07:07.808 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T03:07:07.808 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: Listen normally on 3 enp3s0f1 172.21.15.72:123 2024-03-26T03:07:07.808 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: Listen normally on 4 lo [::1]:123 2024-03-26T03:07:07.809 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:b765%5]:123 2024-03-26T03:07:07.809 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:07 ntpd[17247]: Listening on routing socket on fd #22 for interface updates 2024-03-26T03:07:07.832 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-26T03:07:07.832 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: Command line: ntpd -gq 2024-03-26T03:07:07.832 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: ---------------------------------------------------- 2024-03-26T03:07:07.832 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: ntp-4 is maintained by Network Time Foundation, 2024-03-26T03:07:07.832 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-26T03:07:07.832 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: corporation. Support and training for ntp-4 are 2024-03-26T03:07:07.832 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: available at https://www.nwtime.org/support 2024-03-26T03:07:07.832 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: ---------------------------------------------------- 2024-03-26T03:07:07.833 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: proto: precision = 0.060 usec (-24) 2024-03-26T03:07:07.833 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: basedate set to 2022-02-04 2024-03-26T03:07:07.833 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: gps base set to 2022-02-06 (week 2196) 2024-03-26T03:07:07.833 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T03:07:07.833 INFO:teuthology.orchestra.run.smithi173.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-26T03:07:07.833 INFO:teuthology.orchestra.run.smithi173.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-26T03:07:07.834 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: restrict ::: KOD does nothing without LIMITED. 2024-03-26T03:07:07.835 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: Listen and drop on 0 v6wildcard [::]:123 2024-03-26T03:07:07.835 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-26T03:07:07.835 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: Listen normally on 2 lo 127.0.0.1:123 2024-03-26T03:07:07.835 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: Listen normally on 3 enp3s0f1 172.21.15.173:123 2024-03-26T03:07:07.835 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: Listen normally on 4 lo [::1]:123 2024-03-26T03:07:07.835 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7259%5]:123 2024-03-26T03:07:07.835 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:07 ntpd[17180]: Listening on routing socket on fd #22 for interface updates 2024-03-26T03:07:08.800 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:08 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:08.800 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:08 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:08.800 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:08 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:08.800 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:08 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:08.800 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:08 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:08.800 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:08 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:08.805 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:08 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:08.805 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:08 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:08.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:08 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:08.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:08 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:08.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:08 ntpd[17247]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:08.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:08 ntpd[17247]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:08.832 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:08 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:08.832 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:08 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:08.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:08 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:08.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:08 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:08.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:08 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:08.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:08 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:08.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:08 ntpd[17180]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:08.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:08 ntpd[17180]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:08.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:08 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:08.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:08 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:08.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:08 ntpd[17180]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:08.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:08 ntpd[17180]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:09.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:09 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:09.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:09 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:09.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:09 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:09.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:09 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:09.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:09 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:09.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:09 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:09.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:09 ntpd[17247]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:09.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:09 ntpd[17247]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:09.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:09 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:09.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:09 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:09.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:09 ntpd[17247]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:09.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:09 ntpd[17247]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:10.800 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:10 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:10.800 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:10 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:10.800 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:10 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:10.800 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:10 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:10.800 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:10 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:10.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:10 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:10.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:10 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:10.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:10 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:10.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:10 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:10.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:10 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:10.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:10 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:10.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:10 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:10.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:10 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:10.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:10 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:10.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:10 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:10.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:10 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:10.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:10 ntpd[17247]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:10.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:10 ntpd[17247]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:10.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:10 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:10.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:10 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:10.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:10 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:10.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:10 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:10.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:10 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:10.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:10 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:10.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:10 ntpd[17180]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:10.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:10 ntpd[17180]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:10.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:10 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:10.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:10 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:10.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:10 ntpd[17180]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:10.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:10 ntpd[17180]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:11.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:11 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:11.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:11 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:11.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:11 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:11.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:11 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:11.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:11 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:11.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:11 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:11.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:11 ntpd[17247]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:11.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:11 ntpd[17247]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:11.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:11 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:11.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:11 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:11.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:11 ntpd[17247]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:11.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:11 ntpd[17247]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:12.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.802 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:12.802 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:12.802 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.802 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.802 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:12.802 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:12.802 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.802 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.802 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:12.802 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:12 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:12.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:12 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:12 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:12 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:12 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:12 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:12 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:12 ntpd[17247]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:12.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:12 ntpd[17247]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:12.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:12.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:12.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:12.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:12.835 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:12.835 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:12.835 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:12.835 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:12 ntpd[17180]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:13.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:13 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:13.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:13 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:13.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:13 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:13.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:13 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:13.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:13 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:13.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:13 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:13.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:13 ntpd[17247]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:13.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:13 ntpd[17247]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:13.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:13 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:13.808 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:13 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:13.808 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:13 ntpd[17247]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:13.808 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:13 ntpd[17247]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:14.800 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:14.800 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:14.800 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:14.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:14.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:14.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:14.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:14.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:14.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:14.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:14.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:14.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:14.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:14.801 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:14.801 INFO:teuthology.orchestra.run.smithi071.stdout:26 Mar 03:07:14 ntpd[17197]: ntpd: time slew -0.000727 s 2024-03-26T03:07:14.802 INFO:teuthology.orchestra.run.smithi071.stdout:ntpd: time slew -0.000727s 2024-03-26T03:07:14.802 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T03:07:14.802 INFO:teuthology.orchestra.run.smithi071.stderr:26 Mar 03:07:14 ntpd[17197]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T03:07:14.805 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:14 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:14.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:14 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:14.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:14 ntpd[17247]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:14.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:14 ntpd[17247]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:14.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:14 ntpd[17247]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:14.806 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:14 ntpd[17247]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:14.806 INFO:teuthology.orchestra.run.smithi072.stdout:26 Mar 03:07:14 ntpd[17247]: ntpd: time slew -0.002538 s 2024-03-26T03:07:14.806 INFO:teuthology.orchestra.run.smithi072.stdout:ntpd: time slew -0.002538s 2024-03-26T03:07:14.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:14 ntpd[17247]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T03:07:14.807 INFO:teuthology.orchestra.run.smithi072.stderr:26 Mar 03:07:14 ntpd[17247]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T03:07:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:14.833 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-26T03:07:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: can't open /var/log/ntpstats/rawstats.20240326: Permission denied 2024-03-26T03:07:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-26T03:07:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: can't open /var/log/ntpstats/peerstats.20240326: Permission denied 2024-03-26T03:07:14.834 INFO:teuthology.orchestra.run.smithi173.stdout:26 Mar 03:07:14 ntpd[17180]: ntpd: time slew -0.000765 s 2024-03-26T03:07:14.834 INFO:teuthology.orchestra.run.smithi173.stdout:ntpd: time slew -0.000765s 2024-03-26T03:07:14.834 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-26T03:07:14.835 INFO:teuthology.orchestra.run.smithi173.stderr:26 Mar 03:07:14 ntpd[17180]: can't open /var/log/ntpstats/loopstats.20240326: Permission denied 2024-03-26T03:07:14.856 INFO:teuthology.orchestra.run.smithi071.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T03:07:14.856 INFO:teuthology.orchestra.run.smithi071.stdout:============================================================================== 2024-03-26T03:07:14.856 INFO:teuthology.orchestra.run.smithi071.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:07:14.856 INFO:teuthology.orchestra.run.smithi071.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:07:14.856 INFO:teuthology.orchestra.run.smithi071.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:07:14.856 INFO:teuthology.orchestra.run.smithi071.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:07:14.860 INFO:teuthology.orchestra.run.smithi072.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T03:07:14.860 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================== 2024-03-26T03:07:14.861 INFO:teuthology.orchestra.run.smithi072.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:07:14.861 INFO:teuthology.orchestra.run.smithi072.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:07:14.861 INFO:teuthology.orchestra.run.smithi072.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:07:14.861 INFO:teuthology.orchestra.run.smithi072.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:07:14.888 INFO:teuthology.orchestra.run.smithi173.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T03:07:14.889 INFO:teuthology.orchestra.run.smithi173.stdout:============================================================================== 2024-03-26T03:07:14.889 INFO:teuthology.orchestra.run.smithi173.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:07:14.889 INFO:teuthology.orchestra.run.smithi173.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:07:14.889 INFO:teuthology.orchestra.run.smithi173.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:07:14.889 INFO:teuthology.orchestra.run.smithi173.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-26T03:07:14.890 INFO:teuthology.run_tasks:Running task install... 2024-03-26T03:07:14.899 DEBUG:teuthology.task.install:project ceph 2024-03-26T03:07:14.899 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003'}} 2024-03-26T03:07:14.899 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003'} 2024-03-26T03:07:14.899 INFO:teuthology.task.install:Using flavor: default 2024-03-26T03:07:14.904 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-03-26T03:07:14.904 INFO:teuthology.task.install:extra packages: [] 2024-03-26T03:07:14.905 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-key list | grep Ceph 2024-03-26T03:07:14.905 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-key list | grep Ceph 2024-03-26T03:07:14.906 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-key list | grep Ceph 2024-03-26T03:07:14.960 INFO:teuthology.orchestra.run.smithi071.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T03:07:14.964 INFO:teuthology.orchestra.run.smithi072.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T03:07:14.987 INFO:teuthology.orchestra.run.smithi173.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-26T03:07:14.988 INFO:teuthology.orchestra.run.smithi071.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T03:07:14.988 INFO:teuthology.orchestra.run.smithi071.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T03:07:14.988 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-26T03:07:14.989 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:07:14.994 INFO:teuthology.orchestra.run.smithi072.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T03:07:14.994 INFO:teuthology.orchestra.run.smithi072.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T03:07:14.994 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-26T03:07:14.994 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:07:15.012 INFO:teuthology.orchestra.run.smithi173.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-26T03:07:15.013 INFO:teuthology.orchestra.run.smithi173.stdout:uid [ unknown] Ceph.com (release key) 2024-03-26T03:07:15.013 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-26T03:07:15.013 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:07:15.138 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/ 2024-03-26T03:07:15.138 INFO:teuthology.task.install.deb:Package version is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:07:15.209 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/ 2024-03-26T03:07:15.209 INFO:teuthology.task.install.deb:Package version is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:07:15.242 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/ 2024-03-26T03:07:15.242 INFO:teuthology.task.install.deb:Package version is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:07:15.307 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T03:07:15.307 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T03:07:15.321 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get update 2024-03-26T03:07:15.350 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-26T03:07:15.350 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T03:07:15.364 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get update 2024-03-26T03:07:15.378 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-26T03:07:15.378 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-26T03:07:15.392 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-get update 2024-03-26T03:07:15.493 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T03:07:15.509 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T03:07:15.529 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T03:07:15.533 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T03:07:15.546 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T03:07:15.550 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T03:07:15.564 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T03:07:15.566 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T03:07:15.604 INFO:teuthology.orchestra.run.smithi071.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T03:07:15.612 INFO:teuthology.orchestra.run.smithi072.stdout:Ign:2 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T03:07:15.633 INFO:teuthology.orchestra.run.smithi072.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T03:07:15.640 INFO:teuthology.orchestra.run.smithi071.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T03:07:15.643 INFO:teuthology.orchestra.run.smithi173.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy InRelease 2024-03-26T03:07:15.650 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-26T03:07:15.655 INFO:teuthology.orchestra.run.smithi072.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T03:07:15.677 INFO:teuthology.orchestra.run.smithi072.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T03:07:15.677 INFO:teuthology.orchestra.run.smithi071.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T03:07:15.681 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-26T03:07:15.685 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-26T03:07:15.706 INFO:teuthology.orchestra.run.smithi072.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-03-26T03:07:15.712 INFO:teuthology.orchestra.run.smithi071.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-03-26T03:07:15.718 INFO:teuthology.orchestra.run.smithi173.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-26T03:07:15.754 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,422 B] 2024-03-26T03:07:15.755 INFO:teuthology.orchestra.run.smithi071.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T03:07:15.761 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-26T03:07:15.797 INFO:teuthology.orchestra.run.smithi173.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-26T03:07:15.843 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-26T03:07:15.846 INFO:teuthology.orchestra.run.smithi071.stdout:Fetched 29.2 kB in 0s (83.4 kB/s) 2024-03-26T03:07:15.889 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 29.2 kB in 0s (84.3 kB/s) 2024-03-26T03:07:15.988 INFO:teuthology.orchestra.run.smithi072.stdout:Fetched 29.2 kB in 0s (71.3 kB/s) 2024-03-26T03:07:16.770 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-03-26T03:07:16.785 DEBUG:teuthology.orchestra.run.smithi071:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2475-ge42b8ea3-1jammy cephadm=19.0.0-2475-ge42b8ea3-1jammy ceph-mds=19.0.0-2475-ge42b8ea3-1jammy ceph-mgr=19.0.0-2475-ge42b8ea3-1jammy ceph-common=19.0.0-2475-ge42b8ea3-1jammy ceph-fuse=19.0.0-2475-ge42b8ea3-1jammy ceph-test=19.0.0-2475-ge42b8ea3-1jammy ceph-volume=19.0.0-2475-ge42b8ea3-1jammy radosgw=19.0.0-2475-ge42b8ea3-1jammy python3-rados=19.0.0-2475-ge42b8ea3-1jammy python3-rgw=19.0.0-2475-ge42b8ea3-1jammy python3-cephfs=19.0.0-2475-ge42b8ea3-1jammy python3-rbd=19.0.0-2475-ge42b8ea3-1jammy libcephfs2=19.0.0-2475-ge42b8ea3-1jammy libcephfs-dev=19.0.0-2475-ge42b8ea3-1jammy librados2=19.0.0-2475-ge42b8ea3-1jammy librbd1=19.0.0-2475-ge42b8ea3-1jammy rbd-fuse=19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:07:16.838 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-03-26T03:07:16.846 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-03-26T03:07:16.853 DEBUG:teuthology.orchestra.run.smithi173:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2475-ge42b8ea3-1jammy cephadm=19.0.0-2475-ge42b8ea3-1jammy ceph-mds=19.0.0-2475-ge42b8ea3-1jammy ceph-mgr=19.0.0-2475-ge42b8ea3-1jammy ceph-common=19.0.0-2475-ge42b8ea3-1jammy ceph-fuse=19.0.0-2475-ge42b8ea3-1jammy ceph-test=19.0.0-2475-ge42b8ea3-1jammy ceph-volume=19.0.0-2475-ge42b8ea3-1jammy radosgw=19.0.0-2475-ge42b8ea3-1jammy python3-rados=19.0.0-2475-ge42b8ea3-1jammy python3-rgw=19.0.0-2475-ge42b8ea3-1jammy python3-cephfs=19.0.0-2475-ge42b8ea3-1jammy python3-rbd=19.0.0-2475-ge42b8ea3-1jammy libcephfs2=19.0.0-2475-ge42b8ea3-1jammy libcephfs-dev=19.0.0-2475-ge42b8ea3-1jammy librados2=19.0.0-2475-ge42b8ea3-1jammy librbd1=19.0.0-2475-ge42b8ea3-1jammy rbd-fuse=19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:07:16.905 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-03-26T03:07:16.943 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2024-03-26T03:07:16.958 DEBUG:teuthology.orchestra.run.smithi072:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2475-ge42b8ea3-1jammy cephadm=19.0.0-2475-ge42b8ea3-1jammy ceph-mds=19.0.0-2475-ge42b8ea3-1jammy ceph-mgr=19.0.0-2475-ge42b8ea3-1jammy ceph-common=19.0.0-2475-ge42b8ea3-1jammy ceph-fuse=19.0.0-2475-ge42b8ea3-1jammy ceph-test=19.0.0-2475-ge42b8ea3-1jammy ceph-volume=19.0.0-2475-ge42b8ea3-1jammy radosgw=19.0.0-2475-ge42b8ea3-1jammy python3-rados=19.0.0-2475-ge42b8ea3-1jammy python3-rgw=19.0.0-2475-ge42b8ea3-1jammy python3-cephfs=19.0.0-2475-ge42b8ea3-1jammy python3-rbd=19.0.0-2475-ge42b8ea3-1jammy libcephfs2=19.0.0-2475-ge42b8ea3-1jammy libcephfs-dev=19.0.0-2475-ge42b8ea3-1jammy librados2=19.0.0-2475-ge42b8ea3-1jammy librbd1=19.0.0-2475-ge42b8ea3-1jammy rbd-fuse=19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:07:17.012 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2024-03-26T03:07:17.042 INFO:teuthology.orchestra.run.smithi071.stdout:Building dependency tree... 2024-03-26T03:07:17.043 INFO:teuthology.orchestra.run.smithi071.stdout:Reading state information... 2024-03-26T03:07:17.078 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2024-03-26T03:07:17.079 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2024-03-26T03:07:17.184 INFO:teuthology.orchestra.run.smithi072.stdout:Building dependency tree... 2024-03-26T03:07:17.184 INFO:teuthology.orchestra.run.smithi072.stdout:Reading state information... 2024-03-26T03:07:17.223 INFO:teuthology.orchestra.run.smithi071.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T03:07:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T03:07:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T03:07:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T03:07:17.224 INFO:teuthology.orchestra.run.smithi071.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T03:07:17.224 INFO:teuthology.orchestra.run.smithi071.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T03:07:17.224 INFO:teuthology.orchestra.run.smithi071.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T03:07:17.225 INFO:teuthology.orchestra.run.smithi071.stdout:The following additional packages will be installed: 2024-03-26T03:07:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T03:07:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T03:07:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T03:07:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T03:07:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T03:07:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T03:07:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T03:07:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T03:07:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T03:07:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T03:07:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T03:07:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T03:07:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T03:07:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T03:07:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T03:07:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T03:07:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T03:07:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T03:07:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T03:07:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T03:07:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T03:07:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T03:07:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T03:07:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet zip 2024-03-26T03:07:17.228 INFO:teuthology.orchestra.run.smithi071.stdout:Suggested packages: 2024-03-26T03:07:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T03:07:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T03:07:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T03:07:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T03:07:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T03:07:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T03:07:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T03:07:17.229 INFO:teuthology.orchestra.run.smithi071.stdout:Recommended packages: 2024-03-26T03:07:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: btrfs-tools 2024-03-26T03:07:17.237 INFO:teuthology.orchestra.run.smithi173.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T03:07:17.237 INFO:teuthology.orchestra.run.smithi173.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T03:07:17.237 INFO:teuthology.orchestra.run.smithi173.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T03:07:17.237 INFO:teuthology.orchestra.run.smithi173.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T03:07:17.237 INFO:teuthology.orchestra.run.smithi173.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T03:07:17.238 INFO:teuthology.orchestra.run.smithi173.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T03:07:17.238 INFO:teuthology.orchestra.run.smithi173.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T03:07:17.238 INFO:teuthology.orchestra.run.smithi173.stdout:The following additional packages will be installed: 2024-03-26T03:07:17.238 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T03:07:17.238 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T03:07:17.238 INFO:teuthology.orchestra.run.smithi173.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T03:07:17.239 INFO:teuthology.orchestra.run.smithi173.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T03:07:17.240 INFO:teuthology.orchestra.run.smithi173.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T03:07:17.240 INFO:teuthology.orchestra.run.smithi173.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T03:07:17.240 INFO:teuthology.orchestra.run.smithi173.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T03:07:17.240 INFO:teuthology.orchestra.run.smithi173.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T03:07:17.240 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T03:07:17.240 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T03:07:17.240 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T03:07:17.240 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T03:07:17.240 INFO:teuthology.orchestra.run.smithi173.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T03:07:17.240 INFO:teuthology.orchestra.run.smithi173.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T03:07:17.240 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T03:07:17.240 INFO:teuthology.orchestra.run.smithi173.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T03:07:17.240 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T03:07:17.240 INFO:teuthology.orchestra.run.smithi173.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T03:07:17.241 INFO:teuthology.orchestra.run.smithi173.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T03:07:17.241 INFO:teuthology.orchestra.run.smithi173.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T03:07:17.241 INFO:teuthology.orchestra.run.smithi173.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T03:07:17.241 INFO:teuthology.orchestra.run.smithi173.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T03:07:17.241 INFO:teuthology.orchestra.run.smithi173.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T03:07:17.241 INFO:teuthology.orchestra.run.smithi173.stdout: xmlstarlet zip 2024-03-26T03:07:17.241 INFO:teuthology.orchestra.run.smithi173.stdout:Suggested packages: 2024-03-26T03:07:17.241 INFO:teuthology.orchestra.run.smithi173.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T03:07:17.241 INFO:teuthology.orchestra.run.smithi173.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T03:07:17.241 INFO:teuthology.orchestra.run.smithi173.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T03:07:17.242 INFO:teuthology.orchestra.run.smithi173.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T03:07:17.242 INFO:teuthology.orchestra.run.smithi173.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T03:07:17.242 INFO:teuthology.orchestra.run.smithi173.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T03:07:17.242 INFO:teuthology.orchestra.run.smithi173.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T03:07:17.242 INFO:teuthology.orchestra.run.smithi173.stdout:Recommended packages: 2024-03-26T03:07:17.242 INFO:teuthology.orchestra.run.smithi173.stdout: btrfs-tools 2024-03-26T03:07:17.329 INFO:teuthology.orchestra.run.smithi071.stdout:The following NEW packages will be installed: 2024-03-26T03:07:17.329 INFO:teuthology.orchestra.run.smithi071.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T03:07:17.329 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T03:07:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T03:07:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T03:07:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T03:07:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T03:07:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T03:07:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T03:07:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T03:07:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T03:07:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T03:07:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T03:07:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T03:07:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T03:07:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T03:07:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T03:07:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T03:07:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T03:07:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T03:07:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T03:07:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T03:07:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T03:07:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T03:07:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T03:07:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T03:07:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T03:07:17.340 INFO:teuthology.orchestra.run.smithi173.stdout:The following NEW packages will be installed: 2024-03-26T03:07:17.340 INFO:teuthology.orchestra.run.smithi173.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T03:07:17.340 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T03:07:17.340 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T03:07:17.340 INFO:teuthology.orchestra.run.smithi173.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T03:07:17.340 INFO:teuthology.orchestra.run.smithi173.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T03:07:17.340 INFO:teuthology.orchestra.run.smithi173.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T03:07:17.341 INFO:teuthology.orchestra.run.smithi173.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T03:07:17.341 INFO:teuthology.orchestra.run.smithi173.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T03:07:17.341 INFO:teuthology.orchestra.run.smithi173.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T03:07:17.342 INFO:teuthology.orchestra.run.smithi173.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T03:07:17.343 INFO:teuthology.orchestra.run.smithi173.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T03:07:17.343 INFO:teuthology.orchestra.run.smithi173.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T03:07:17.345 INFO:teuthology.orchestra.run.smithi072.stdout:The following packages were automatically installed and are no longer required: 2024-03-26T03:07:17.345 INFO:teuthology.orchestra.run.smithi072.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-26T03:07:17.345 INFO:teuthology.orchestra.run.smithi072.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-26T03:07:17.345 INFO:teuthology.orchestra.run.smithi072.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-26T03:07:17.345 INFO:teuthology.orchestra.run.smithi072.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-26T03:07:17.345 INFO:teuthology.orchestra.run.smithi072.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-26T03:07:17.345 INFO:teuthology.orchestra.run.smithi072.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-26T03:07:17.345 INFO:teuthology.orchestra.run.smithi072.stdout:The following additional packages will be installed: 2024-03-26T03:07:17.345 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-26T03:07:17.345 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T03:07:17.346 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-26T03:07:17.347 INFO:teuthology.orchestra.run.smithi072.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-26T03:07:17.347 INFO:teuthology.orchestra.run.smithi072.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-26T03:07:17.347 INFO:teuthology.orchestra.run.smithi072.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-26T03:07:17.347 INFO:teuthology.orchestra.run.smithi072.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-26T03:07:17.347 INFO:teuthology.orchestra.run.smithi072.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-26T03:07:17.347 INFO:teuthology.orchestra.run.smithi072.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-26T03:07:17.347 INFO:teuthology.orchestra.run.smithi072.stdout: xmlstarlet zip 2024-03-26T03:07:17.347 INFO:teuthology.orchestra.run.smithi072.stdout:Suggested packages: 2024-03-26T03:07:17.347 INFO:teuthology.orchestra.run.smithi072.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-26T03:07:17.347 INFO:teuthology.orchestra.run.smithi072.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-26T03:07:17.348 INFO:teuthology.orchestra.run.smithi072.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-26T03:07:17.348 INFO:teuthology.orchestra.run.smithi072.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-26T03:07:17.348 INFO:teuthology.orchestra.run.smithi072.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-26T03:07:17.348 INFO:teuthology.orchestra.run.smithi072.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-26T03:07:17.348 INFO:teuthology.orchestra.run.smithi072.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-26T03:07:17.348 INFO:teuthology.orchestra.run.smithi072.stdout:Recommended packages: 2024-03-26T03:07:17.348 INFO:teuthology.orchestra.run.smithi072.stdout: btrfs-tools 2024-03-26T03:07:17.405 INFO:teuthology.orchestra.run.smithi173.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T03:07:17.405 INFO:teuthology.orchestra.run.smithi173.stdout:Need to get 178 MB of archives. 2024-03-26T03:07:17.405 INFO:teuthology.orchestra.run.smithi173.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T03:07:17.405 INFO:teuthology.orchestra.run.smithi173.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T03:07:17.445 INFO:teuthology.orchestra.run.smithi072.stdout:The following NEW packages will be installed: 2024-03-26T03:07:17.445 INFO:teuthology.orchestra.run.smithi072.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-26T03:07:17.445 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-26T03:07:17.445 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-26T03:07:17.445 INFO:teuthology.orchestra.run.smithi072.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-26T03:07:17.445 INFO:teuthology.orchestra.run.smithi072.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-26T03:07:17.446 INFO:teuthology.orchestra.run.smithi072.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-26T03:07:17.447 INFO:teuthology.orchestra.run.smithi072.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-26T03:07:17.447 INFO:teuthology.orchestra.run.smithi072.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-26T03:07:17.447 INFO:teuthology.orchestra.run.smithi072.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-26T03:07:17.447 INFO:teuthology.orchestra.run.smithi072.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-26T03:07:17.447 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-26T03:07:17.447 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-26T03:07:17.447 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-26T03:07:17.447 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-26T03:07:17.447 INFO:teuthology.orchestra.run.smithi072.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-26T03:07:17.447 INFO:teuthology.orchestra.run.smithi072.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-26T03:07:17.447 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-26T03:07:17.448 INFO:teuthology.orchestra.run.smithi072.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-26T03:07:17.448 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-26T03:07:17.448 INFO:teuthology.orchestra.run.smithi072.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-26T03:07:17.448 INFO:teuthology.orchestra.run.smithi072.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-26T03:07:17.448 INFO:teuthology.orchestra.run.smithi072.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-26T03:07:17.448 INFO:teuthology.orchestra.run.smithi072.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-26T03:07:17.448 INFO:teuthology.orchestra.run.smithi072.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-26T03:07:17.448 INFO:teuthology.orchestra.run.smithi072.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-26T03:07:17.448 INFO:teuthology.orchestra.run.smithi072.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-26T03:07:17.473 INFO:teuthology.orchestra.run.smithi071.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T03:07:17.473 INFO:teuthology.orchestra.run.smithi071.stdout:Need to get 178 MB of archives. 2024-03-26T03:07:17.473 INFO:teuthology.orchestra.run.smithi071.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T03:07:17.474 INFO:teuthology.orchestra.run.smithi071.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,553 kB] 2024-03-26T03:07:17.520 INFO:teuthology.orchestra.run.smithi071.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T03:07:17.525 INFO:teuthology.orchestra.run.smithi173.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T03:07:17.529 INFO:teuthology.orchestra.run.smithi173.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T03:07:17.551 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-26T03:07:17.557 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,553 kB] 2024-03-26T03:07:17.614 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T03:07:17.618 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T03:07:17.631 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T03:07:17.635 INFO:teuthology.orchestra.run.smithi173.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T03:07:17.635 INFO:teuthology.orchestra.run.smithi072.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-26T03:07:17.635 INFO:teuthology.orchestra.run.smithi072.stdout:Need to get 178 MB of archives. 2024-03-26T03:07:17.635 INFO:teuthology.orchestra.run.smithi072.stdout:After this operation, 819 MB of additional disk space will be used. 2024-03-26T03:07:17.636 INFO:teuthology.orchestra.run.smithi072.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-26T03:07:17.636 INFO:teuthology.orchestra.run.smithi173.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T03:07:17.636 INFO:teuthology.orchestra.run.smithi173.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T03:07:17.645 INFO:teuthology.orchestra.run.smithi173.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T03:07:17.647 INFO:teuthology.orchestra.run.smithi173.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T03:07:17.649 INFO:teuthology.orchestra.run.smithi173.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T03:07:17.651 INFO:teuthology.orchestra.run.smithi173.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T03:07:17.659 INFO:teuthology.orchestra.run.smithi173.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T03:07:17.661 INFO:teuthology.orchestra.run.smithi173.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T03:07:17.663 INFO:teuthology.orchestra.run.smithi173.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T03:07:17.679 INFO:teuthology.orchestra.run.smithi173.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T03:07:17.680 INFO:teuthology.orchestra.run.smithi072.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,553 kB] 2024-03-26T03:07:17.680 INFO:teuthology.orchestra.run.smithi173.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T03:07:17.681 INFO:teuthology.orchestra.run.smithi173.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-26T03:07:17.682 INFO:teuthology.orchestra.run.smithi173.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T03:07:17.682 INFO:teuthology.orchestra.run.smithi173.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T03:07:17.683 INFO:teuthology.orchestra.run.smithi173.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T03:07:17.683 INFO:teuthology.orchestra.run.smithi173.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T03:07:17.689 INFO:teuthology.orchestra.run.smithi071.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,226 kB] 2024-03-26T03:07:17.700 INFO:teuthology.orchestra.run.smithi173.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T03:07:17.700 INFO:teuthology.orchestra.run.smithi173.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T03:07:17.701 INFO:teuthology.orchestra.run.smithi173.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T03:07:17.720 INFO:teuthology.orchestra.run.smithi173.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T03:07:17.721 INFO:teuthology.orchestra.run.smithi173.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T03:07:17.721 INFO:teuthology.orchestra.run.smithi173.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T03:07:17.722 INFO:teuthology.orchestra.run.smithi173.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-26T03:07:17.723 INFO:teuthology.orchestra.run.smithi173.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T03:07:17.724 INFO:teuthology.orchestra.run.smithi173.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T03:07:17.724 INFO:teuthology.orchestra.run.smithi173.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-26T03:07:17.741 INFO:teuthology.orchestra.run.smithi173.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T03:07:17.742 INFO:teuthology.orchestra.run.smithi173.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T03:07:17.742 INFO:teuthology.orchestra.run.smithi173.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T03:07:17.761 INFO:teuthology.orchestra.run.smithi173.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T03:07:17.762 INFO:teuthology.orchestra.run.smithi173.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T03:07:17.762 INFO:teuthology.orchestra.run.smithi173.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T03:07:17.763 INFO:teuthology.orchestra.run.smithi173.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T03:07:17.764 INFO:teuthology.orchestra.run.smithi173.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T03:07:17.766 INFO:teuthology.orchestra.run.smithi173.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T03:07:17.767 INFO:teuthology.orchestra.run.smithi173.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-26T03:07:17.782 INFO:teuthology.orchestra.run.smithi173.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-26T03:07:17.782 INFO:teuthology.orchestra.run.smithi173.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-26T03:07:17.785 INFO:teuthology.orchestra.run.smithi173.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T03:07:17.802 INFO:teuthology.orchestra.run.smithi173.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T03:07:17.803 INFO:teuthology.orchestra.run.smithi173.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T03:07:17.805 INFO:teuthology.orchestra.run.smithi173.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-26T03:07:17.809 INFO:teuthology.orchestra.run.smithi071.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2475-ge42b8ea3-1jammy [712 kB] 2024-03-26T03:07:17.833 INFO:teuthology.orchestra.run.smithi071.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2475-ge42b8ea3-1jammy [356 kB] 2024-03-26T03:07:17.848 INFO:teuthology.orchestra.run.smithi071.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2475-ge42b8ea3-1jammy [32.8 kB] 2024-03-26T03:07:17.849 INFO:teuthology.orchestra.run.smithi071.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2475-ge42b8ea3-1jammy [180 kB] 2024-03-26T03:07:17.856 INFO:teuthology.orchestra.run.smithi071.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2475-ge42b8ea3-1jammy [66.7 kB] 2024-03-26T03:07:17.858 INFO:teuthology.orchestra.run.smithi071.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2475-ge42b8ea3-1jammy [330 kB] 2024-03-26T03:07:17.863 INFO:teuthology.orchestra.run.smithi173.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-26T03:07:17.864 INFO:teuthology.orchestra.run.smithi173.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T03:07:17.865 INFO:teuthology.orchestra.run.smithi173.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T03:07:17.866 INFO:teuthology.orchestra.run.smithi173.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T03:07:17.867 INFO:teuthology.orchestra.run.smithi173.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T03:07:17.875 INFO:teuthology.orchestra.run.smithi071.stdout:Get:10 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2475-ge42b8ea3-1jammy [6,660 kB] 2024-03-26T03:07:17.887 INFO:teuthology.orchestra.run.smithi173.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T03:07:17.889 INFO:teuthology.orchestra.run.smithi173.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T03:07:17.889 INFO:teuthology.orchestra.run.smithi173.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T03:07:17.909 INFO:teuthology.orchestra.run.smithi173.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T03:07:17.910 INFO:teuthology.orchestra.run.smithi173.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T03:07:17.911 INFO:teuthology.orchestra.run.smithi173.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T03:07:17.911 INFO:teuthology.orchestra.run.smithi173.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T03:07:17.921 INFO:teuthology.orchestra.run.smithi173.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T03:07:17.921 INFO:teuthology.orchestra.run.smithi173.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-26T03:07:17.922 INFO:teuthology.orchestra.run.smithi173.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T03:07:17.922 INFO:teuthology.orchestra.run.smithi173.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T03:07:17.925 INFO:teuthology.orchestra.run.smithi173.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T03:07:17.943 INFO:teuthology.orchestra.run.smithi071.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T03:07:17.943 INFO:teuthology.orchestra.run.smithi173.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T03:07:17.945 INFO:teuthology.orchestra.run.smithi173.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T03:07:17.945 INFO:teuthology.orchestra.run.smithi173.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T03:07:17.948 INFO:teuthology.orchestra.run.smithi173.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T03:07:17.950 INFO:teuthology.orchestra.run.smithi173.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-26T03:07:17.954 INFO:teuthology.orchestra.run.smithi071.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T03:07:17.965 INFO:teuthology.orchestra.run.smithi173.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T03:07:17.966 INFO:teuthology.orchestra.run.smithi173.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T03:07:17.970 INFO:teuthology.orchestra.run.smithi173.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T03:07:17.971 INFO:teuthology.orchestra.run.smithi173.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T03:07:17.975 INFO:teuthology.orchestra.run.smithi173.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T03:07:17.988 INFO:teuthology.orchestra.run.smithi173.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T03:07:17.989 INFO:teuthology.orchestra.run.smithi173.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T03:07:17.990 INFO:teuthology.orchestra.run.smithi173.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T03:07:17.992 INFO:teuthology.orchestra.run.smithi173.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T03:07:17.993 INFO:teuthology.orchestra.run.smithi173.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T03:07:18.011 INFO:teuthology.orchestra.run.smithi173.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T03:07:18.011 INFO:teuthology.orchestra.run.smithi173.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T03:07:18.012 INFO:teuthology.orchestra.run.smithi173.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T03:07:18.013 INFO:teuthology.orchestra.run.smithi173.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T03:07:18.014 INFO:teuthology.orchestra.run.smithi173.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T03:07:18.038 INFO:teuthology.orchestra.run.smithi071.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-26T03:07:18.062 INFO:teuthology.orchestra.run.smithi072.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-26T03:07:18.074 INFO:teuthology.orchestra.run.smithi072.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-26T03:07:18.148 INFO:teuthology.orchestra.run.smithi071.stdout:Get:14 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2475-ge42b8ea3-1jammy [112 kB] 2024-03-26T03:07:18.152 INFO:teuthology.orchestra.run.smithi071.stdout:Get:15 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2475-ge42b8ea3-1jammy [466 kB] 2024-03-26T03:07:18.156 INFO:teuthology.orchestra.run.smithi072.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-26T03:07:18.170 INFO:teuthology.orchestra.run.smithi071.stdout:Get:16 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2475-ge42b8ea3-1jammy [25.3 MB] 2024-03-26T03:07:18.270 INFO:teuthology.orchestra.run.smithi071.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T03:07:18.281 INFO:teuthology.orchestra.run.smithi071.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T03:07:18.311 INFO:teuthology.orchestra.run.smithi071.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T03:07:18.320 INFO:teuthology.orchestra.run.smithi071.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T03:07:18.321 INFO:teuthology.orchestra.run.smithi071.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T03:07:18.322 INFO:teuthology.orchestra.run.smithi071.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T03:07:18.341 INFO:teuthology.orchestra.run.smithi071.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T03:07:18.386 INFO:teuthology.orchestra.run.smithi072.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-26T03:07:18.399 INFO:teuthology.orchestra.run.smithi072.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-26T03:07:18.428 INFO:teuthology.orchestra.run.smithi072.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-26T03:07:18.438 INFO:teuthology.orchestra.run.smithi072.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-26T03:07:18.439 INFO:teuthology.orchestra.run.smithi072.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-26T03:07:18.441 INFO:teuthology.orchestra.run.smithi072.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-26T03:07:18.458 INFO:teuthology.orchestra.run.smithi072.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-26T03:07:18.509 INFO:teuthology.orchestra.run.smithi071.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T03:07:18.627 INFO:teuthology.orchestra.run.smithi072.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-26T03:07:18.653 INFO:teuthology.orchestra.run.smithi072.stdout:Get:14 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,226 kB] 2024-03-26T03:07:18.918 INFO:teuthology.orchestra.run.smithi071.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T03:07:18.950 INFO:teuthology.orchestra.run.smithi071.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T03:07:18.952 INFO:teuthology.orchestra.run.smithi071.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T03:07:19.033 INFO:teuthology.orchestra.run.smithi071.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T03:07:19.036 INFO:teuthology.orchestra.run.smithi072.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-26T03:07:19.070 INFO:teuthology.orchestra.run.smithi072.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-26T03:07:19.072 INFO:teuthology.orchestra.run.smithi072.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-26T03:07:19.084 INFO:teuthology.orchestra.run.smithi071.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T03:07:19.106 INFO:teuthology.orchestra.run.smithi071.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T03:07:19.112 INFO:teuthology.orchestra.run.smithi071.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T03:07:19.113 INFO:teuthology.orchestra.run.smithi071.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-26T03:07:19.125 INFO:teuthology.orchestra.run.smithi071.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T03:07:19.126 INFO:teuthology.orchestra.run.smithi071.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T03:07:19.133 INFO:teuthology.orchestra.run.smithi173.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2475-ge42b8ea3-1jammy [3,226 kB] 2024-03-26T03:07:19.153 INFO:teuthology.orchestra.run.smithi072.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-26T03:07:19.204 INFO:teuthology.orchestra.run.smithi072.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-26T03:07:19.226 INFO:teuthology.orchestra.run.smithi072.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-26T03:07:19.232 INFO:teuthology.orchestra.run.smithi072.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-26T03:07:19.233 INFO:teuthology.orchestra.run.smithi072.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-26T03:07:19.245 INFO:teuthology.orchestra.run.smithi072.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-26T03:07:19.246 INFO:teuthology.orchestra.run.smithi072.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-26T03:07:19.291 INFO:teuthology.orchestra.run.smithi071.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T03:07:19.297 INFO:teuthology.orchestra.run.smithi072.stdout:Get:25 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2475-ge42b8ea3-1jammy [712 kB] 2024-03-26T03:07:19.365 INFO:teuthology.orchestra.run.smithi071.stdout:Get:36 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2475-ge42b8ea3-1jammy [5,086 kB] 2024-03-26T03:07:19.396 INFO:teuthology.orchestra.run.smithi071.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T03:07:19.411 INFO:teuthology.orchestra.run.smithi072.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-26T03:07:19.423 INFO:teuthology.orchestra.run.smithi072.stdout:Get:27 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2475-ge42b8ea3-1jammy [356 kB] 2024-03-26T03:07:19.425 INFO:teuthology.orchestra.run.smithi071.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T03:07:19.442 INFO:teuthology.orchestra.run.smithi071.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T03:07:19.487 INFO:teuthology.orchestra.run.smithi071.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T03:07:19.495 INFO:teuthology.orchestra.run.smithi072.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-26T03:07:19.504 INFO:teuthology.orchestra.run.smithi071.stdout:Get:41 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2475-ge42b8ea3-1jammy [244 kB] 2024-03-26T03:07:19.504 INFO:teuthology.orchestra.run.smithi072.stdout:Get:29 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2475-ge42b8ea3-1jammy [32.8 kB] 2024-03-26T03:07:19.507 INFO:teuthology.orchestra.run.smithi072.stdout:Get:30 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2475-ge42b8ea3-1jammy [180 kB] 2024-03-26T03:07:19.516 INFO:teuthology.orchestra.run.smithi071.stdout:Get:42 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [124 kB] 2024-03-26T03:07:19.524 INFO:teuthology.orchestra.run.smithi071.stdout:Get:43 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2475-ge42b8ea3-1jammy [1,526 kB] 2024-03-26T03:07:19.524 INFO:teuthology.orchestra.run.smithi072.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-26T03:07:19.541 INFO:teuthology.orchestra.run.smithi072.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-26T03:07:19.562 INFO:teuthology.orchestra.run.smithi072.stdout:Get:33 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2475-ge42b8ea3-1jammy [66.7 kB] 2024-03-26T03:07:19.567 INFO:teuthology.orchestra.run.smithi072.stdout:Get:34 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2475-ge42b8ea3-1jammy [330 kB] 2024-03-26T03:07:19.585 INFO:teuthology.orchestra.run.smithi072.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-26T03:07:19.596 INFO:teuthology.orchestra.run.smithi071.stdout:Get:44 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2475-ge42b8ea3-1jammy [6,259 kB] 2024-03-26T03:07:19.639 INFO:teuthology.orchestra.run.smithi072.stdout:Get:36 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2475-ge42b8ea3-1jammy [6,660 kB] 2024-03-26T03:07:19.702 INFO:teuthology.orchestra.run.smithi071.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T03:07:19.717 INFO:teuthology.orchestra.run.smithi071.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T03:07:19.723 INFO:teuthology.orchestra.run.smithi071.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T03:07:19.729 INFO:teuthology.orchestra.run.smithi071.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-26T03:07:19.750 INFO:teuthology.orchestra.run.smithi071.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T03:07:19.754 INFO:teuthology.orchestra.run.smithi071.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T03:07:19.795 INFO:teuthology.orchestra.run.smithi072.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-26T03:07:19.799 INFO:teuthology.orchestra.run.smithi173.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2475-ge42b8ea3-1jammy [712 kB] 2024-03-26T03:07:19.810 INFO:teuthology.orchestra.run.smithi072.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-26T03:07:19.818 INFO:teuthology.orchestra.run.smithi072.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-26T03:07:19.823 INFO:teuthology.orchestra.run.smithi072.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-26T03:07:19.844 INFO:teuthology.orchestra.run.smithi072.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-26T03:07:19.848 INFO:teuthology.orchestra.run.smithi072.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-26T03:07:19.901 INFO:teuthology.orchestra.run.smithi071.stdout:Get:51 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2475-ge42b8ea3-1jammy [22.8 MB] 2024-03-26T03:07:19.904 INFO:teuthology.orchestra.run.smithi173.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2475-ge42b8ea3-1jammy [356 kB] 2024-03-26T03:07:19.919 INFO:teuthology.orchestra.run.smithi071.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-26T03:07:19.974 INFO:teuthology.orchestra.run.smithi173.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2475-ge42b8ea3-1jammy [32.8 kB] 2024-03-26T03:07:19.977 INFO:teuthology.orchestra.run.smithi173.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2475-ge42b8ea3-1jammy [180 kB] 2024-03-26T03:07:19.997 INFO:teuthology.orchestra.run.smithi173.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2475-ge42b8ea3-1jammy [66.7 kB] 2024-03-26T03:07:20.014 INFO:teuthology.orchestra.run.smithi072.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-26T03:07:20.035 INFO:teuthology.orchestra.run.smithi173.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2475-ge42b8ea3-1jammy [330 kB] 2024-03-26T03:07:20.068 INFO:teuthology.orchestra.run.smithi173.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2475-ge42b8ea3-1jammy [6,660 kB] 2024-03-26T03:07:20.235 INFO:teuthology.orchestra.run.smithi071.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T03:07:20.274 INFO:teuthology.orchestra.run.smithi071.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T03:07:20.285 INFO:teuthology.orchestra.run.smithi071.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T03:07:20.332 INFO:teuthology.orchestra.run.smithi072.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-26T03:07:20.371 INFO:teuthology.orchestra.run.smithi072.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-26T03:07:20.382 INFO:teuthology.orchestra.run.smithi072.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-26T03:07:20.489 INFO:teuthology.orchestra.run.smithi071.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T03:07:20.489 INFO:teuthology.orchestra.run.smithi071.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T03:07:20.496 INFO:teuthology.orchestra.run.smithi071.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T03:07:20.502 INFO:teuthology.orchestra.run.smithi071.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T03:07:20.516 INFO:teuthology.orchestra.run.smithi071.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T03:07:20.538 INFO:teuthology.orchestra.run.smithi071.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T03:07:20.544 INFO:teuthology.orchestra.run.smithi071.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-26T03:07:20.588 INFO:teuthology.orchestra.run.smithi072.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-26T03:07:20.589 INFO:teuthology.orchestra.run.smithi072.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-26T03:07:20.595 INFO:teuthology.orchestra.run.smithi072.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-26T03:07:20.600 INFO:teuthology.orchestra.run.smithi072.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-26T03:07:20.615 INFO:teuthology.orchestra.run.smithi072.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-26T03:07:20.639 INFO:teuthology.orchestra.run.smithi072.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-26T03:07:20.643 INFO:teuthology.orchestra.run.smithi072.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-26T03:07:20.718 INFO:teuthology.orchestra.run.smithi071.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-26T03:07:20.829 INFO:teuthology.orchestra.run.smithi072.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-26T03:07:20.973 INFO:teuthology.orchestra.run.smithi071.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-26T03:07:21.019 INFO:teuthology.orchestra.run.smithi173.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2475-ge42b8ea3-1jammy [112 kB] 2024-03-26T03:07:21.086 INFO:teuthology.orchestra.run.smithi072.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-26T03:07:21.138 INFO:teuthology.orchestra.run.smithi173.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2475-ge42b8ea3-1jammy [466 kB] 2024-03-26T03:07:21.147 INFO:teuthology.orchestra.run.smithi173.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2475-ge42b8ea3-1jammy [25.3 MB] 2024-03-26T03:07:21.196 INFO:teuthology.orchestra.run.smithi071.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T03:07:21.197 INFO:teuthology.orchestra.run.smithi071.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T03:07:21.198 INFO:teuthology.orchestra.run.smithi071.stdout:Get:67 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [14.1 kB] 2024-03-26T03:07:21.199 INFO:teuthology.orchestra.run.smithi071.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T03:07:21.199 INFO:teuthology.orchestra.run.smithi071.stdout:Get:69 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [870 kB] 2024-03-26T03:07:21.213 INFO:teuthology.orchestra.run.smithi072.stdout:Get:56 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2475-ge42b8ea3-1jammy [112 kB] 2024-03-26T03:07:21.216 INFO:teuthology.orchestra.run.smithi071.stdout:Get:70 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2475-ge42b8ea3-1jammy [2,435 kB] 2024-03-26T03:07:21.220 INFO:teuthology.orchestra.run.smithi072.stdout:Get:57 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2475-ge42b8ea3-1jammy [466 kB] 2024-03-26T03:07:21.250 INFO:teuthology.orchestra.run.smithi071.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-26T03:07:21.262 INFO:teuthology.orchestra.run.smithi071.stdout:Get:72 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2475-ge42b8ea3-1jammy [791 kB] 2024-03-26T03:07:21.263 INFO:teuthology.orchestra.run.smithi072.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-26T03:07:21.277 INFO:teuthology.orchestra.run.smithi072.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-26T03:07:21.296 INFO:teuthology.orchestra.run.smithi072.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-26T03:07:21.316 INFO:teuthology.orchestra.run.smithi071.stdout:Get:73 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2475-ge42b8ea3-1jammy [147 kB] 2024-03-26T03:07:21.320 INFO:teuthology.orchestra.run.smithi071.stdout:Get:74 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2475-ge42b8ea3-1jammy [2,259 kB] 2024-03-26T03:07:21.361 INFO:teuthology.orchestra.run.smithi072.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-26T03:07:21.364 INFO:teuthology.orchestra.run.smithi072.stdout:Get:62 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2475-ge42b8ea3-1jammy [25.3 MB] 2024-03-26T03:07:21.434 INFO:teuthology.orchestra.run.smithi071.stdout:Get:75 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2475-ge42b8ea3-1jammy [8,625 kB] 2024-03-26T03:07:21.561 INFO:teuthology.orchestra.run.smithi071.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-26T03:07:21.563 INFO:teuthology.orchestra.run.smithi071.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T03:07:21.565 INFO:teuthology.orchestra.run.smithi071.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T03:07:21.566 INFO:teuthology.orchestra.run.smithi071.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T03:07:21.568 INFO:teuthology.orchestra.run.smithi071.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T03:07:21.649 INFO:teuthology.orchestra.run.smithi072.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-26T03:07:21.651 INFO:teuthology.orchestra.run.smithi072.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-26T03:07:21.654 INFO:teuthology.orchestra.run.smithi072.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-26T03:07:21.654 INFO:teuthology.orchestra.run.smithi072.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-26T03:07:21.656 INFO:teuthology.orchestra.run.smithi072.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-26T03:07:21.790 INFO:teuthology.orchestra.run.smithi071.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T03:07:21.856 INFO:teuthology.orchestra.run.smithi071.stdout:Get:82 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2475-ge42b8ea3-1jammy [14.2 kB] 2024-03-26T03:07:21.857 INFO:teuthology.orchestra.run.smithi071.stdout:Get:83 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2475-ge42b8ea3-1jammy [50.3 MB] 2024-03-26T03:07:21.877 INFO:teuthology.orchestra.run.smithi072.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-26T03:07:22.228 INFO:teuthology.orchestra.run.smithi071.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T03:07:22.234 INFO:teuthology.orchestra.run.smithi071.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T03:07:22.316 INFO:teuthology.orchestra.run.smithi072.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-26T03:07:22.322 INFO:teuthology.orchestra.run.smithi072.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-26T03:07:22.524 INFO:teuthology.orchestra.run.smithi071.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T03:07:22.524 INFO:teuthology.orchestra.run.smithi071.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T03:07:22.526 INFO:teuthology.orchestra.run.smithi071.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T03:07:22.528 INFO:teuthology.orchestra.run.smithi071.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T03:07:22.530 INFO:teuthology.orchestra.run.smithi071.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T03:07:22.532 INFO:teuthology.orchestra.run.smithi071.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-26T03:07:22.533 INFO:teuthology.orchestra.run.smithi071.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T03:07:22.535 INFO:teuthology.orchestra.run.smithi071.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T03:07:22.613 INFO:teuthology.orchestra.run.smithi072.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-26T03:07:22.613 INFO:teuthology.orchestra.run.smithi072.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-26T03:07:22.616 INFO:teuthology.orchestra.run.smithi072.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-26T03:07:22.618 INFO:teuthology.orchestra.run.smithi072.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-26T03:07:22.620 INFO:teuthology.orchestra.run.smithi072.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-26T03:07:22.621 INFO:teuthology.orchestra.run.smithi072.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-26T03:07:22.622 INFO:teuthology.orchestra.run.smithi072.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-26T03:07:22.624 INFO:teuthology.orchestra.run.smithi072.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-26T03:07:22.716 INFO:teuthology.orchestra.run.smithi071.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T03:07:22.806 INFO:teuthology.orchestra.run.smithi072.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-26T03:07:23.128 INFO:teuthology.orchestra.run.smithi071.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T03:07:23.175 INFO:teuthology.orchestra.run.smithi071.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T03:07:23.210 INFO:teuthology.orchestra.run.smithi071.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T03:07:23.222 INFO:teuthology.orchestra.run.smithi072.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-26T03:07:23.268 INFO:teuthology.orchestra.run.smithi072.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-26T03:07:23.304 INFO:teuthology.orchestra.run.smithi072.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-26T03:07:23.306 INFO:teuthology.orchestra.run.smithi071.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T03:07:23.346 INFO:teuthology.orchestra.run.smithi071.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-26T03:07:23.358 INFO:teuthology.orchestra.run.smithi071.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T03:07:23.364 INFO:teuthology.orchestra.run.smithi071.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T03:07:23.401 INFO:teuthology.orchestra.run.smithi072.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-26T03:07:23.410 INFO:teuthology.orchestra.run.smithi071.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T03:07:23.413 INFO:teuthology.orchestra.run.smithi071.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T03:07:23.435 INFO:teuthology.orchestra.run.smithi071.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T03:07:23.441 INFO:teuthology.orchestra.run.smithi072.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-26T03:07:23.453 INFO:teuthology.orchestra.run.smithi072.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-26T03:07:23.460 INFO:teuthology.orchestra.run.smithi072.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-26T03:07:23.506 INFO:teuthology.orchestra.run.smithi072.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-26T03:07:23.509 INFO:teuthology.orchestra.run.smithi072.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-26T03:07:23.530 INFO:teuthology.orchestra.run.smithi072.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-26T03:07:23.599 INFO:teuthology.orchestra.run.smithi071.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T03:07:23.695 INFO:teuthology.orchestra.run.smithi072.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-26T03:07:23.872 INFO:teuthology.orchestra.run.smithi071.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T03:07:23.890 INFO:teuthology.orchestra.run.smithi071.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T03:07:23.968 INFO:teuthology.orchestra.run.smithi072.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-26T03:07:23.985 INFO:teuthology.orchestra.run.smithi072.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-26T03:07:24.044 INFO:teuthology.orchestra.run.smithi071.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T03:07:24.073 INFO:teuthology.orchestra.run.smithi071.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T03:07:24.139 INFO:teuthology.orchestra.run.smithi072.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-26T03:07:24.168 INFO:teuthology.orchestra.run.smithi072.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-26T03:07:24.219 INFO:teuthology.orchestra.run.smithi173.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2475-ge42b8ea3-1jammy [5,086 kB] 2024-03-26T03:07:24.230 INFO:teuthology.orchestra.run.smithi071.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T03:07:24.233 INFO:teuthology.orchestra.run.smithi071.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T03:07:24.235 INFO:teuthology.orchestra.run.smithi071.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T03:07:24.258 INFO:teuthology.orchestra.run.smithi071.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T03:07:24.262 INFO:teuthology.orchestra.run.smithi071.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T03:07:24.325 INFO:teuthology.orchestra.run.smithi072.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-26T03:07:24.328 INFO:teuthology.orchestra.run.smithi072.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-26T03:07:24.330 INFO:teuthology.orchestra.run.smithi072.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-26T03:07:24.353 INFO:teuthology.orchestra.run.smithi072.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-26T03:07:24.357 INFO:teuthology.orchestra.run.smithi072.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-26T03:07:24.690 INFO:teuthology.orchestra.run.smithi173.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2475-ge42b8ea3-1jammy [244 kB] 2024-03-26T03:07:24.714 INFO:teuthology.orchestra.run.smithi173.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [124 kB] 2024-03-26T03:07:24.724 INFO:teuthology.orchestra.run.smithi173.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2475-ge42b8ea3-1jammy [1,526 kB] 2024-03-26T03:07:24.869 INFO:teuthology.orchestra.run.smithi173.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2475-ge42b8ea3-1jammy [6,259 kB] 2024-03-26T03:07:24.884 INFO:teuthology.orchestra.run.smithi071.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2475-ge42b8ea3-1jammy [121 kB] 2024-03-26T03:07:24.886 INFO:teuthology.orchestra.run.smithi071.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2475-ge42b8ea3-1jammy [38.9 kB] 2024-03-26T03:07:24.887 INFO:teuthology.orchestra.run.smithi071.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2475-ge42b8ea3-1jammy [13.2 MB] 2024-03-26T03:07:25.448 INFO:teuthology.orchestra.run.smithi071.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [91.2 kB] 2024-03-26T03:07:25.560 INFO:teuthology.orchestra.run.smithi173.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2475-ge42b8ea3-1jammy [22.8 MB] 2024-03-26T03:07:26.010 INFO:teuthology.orchestra.run.smithi071.stdout:Fetched 178 MB in 8s (22.0 MB/s) 2024-03-26T03:07:26.269 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T03:07:26.362 INFO:teuthology.orchestra.run.smithi071.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-26T03:07:26.368 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T03:07:26.450 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T03:07:26.795 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T03:07:26.821 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T03:07:26.862 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T03:07:27.156 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T03:07:27.182 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T03:07:27.223 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T03:07:27.334 INFO:teuthology.orchestra.run.smithi173.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [14.1 kB] 2024-03-26T03:07:27.335 INFO:teuthology.orchestra.run.smithi173.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [870 kB] 2024-03-26T03:07:27.352 INFO:teuthology.orchestra.run.smithi173.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2475-ge42b8ea3-1jammy [2,435 kB] 2024-03-26T03:07:27.400 INFO:teuthology.orchestra.run.smithi072.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2475-ge42b8ea3-1jammy [5,086 kB] 2024-03-26T03:07:27.483 INFO:teuthology.orchestra.run.smithi173.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2475-ge42b8ea3-1jammy [791 kB] 2024-03-26T03:07:27.529 INFO:teuthology.orchestra.run.smithi173.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2475-ge42b8ea3-1jammy [147 kB] 2024-03-26T03:07:27.532 INFO:teuthology.orchestra.run.smithi173.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2475-ge42b8ea3-1jammy [2,259 kB] 2024-03-26T03:07:27.699 INFO:teuthology.orchestra.run.smithi173.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2475-ge42b8ea3-1jammy [8,625 kB] 2024-03-26T03:07:27.709 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T03:07:27.736 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:07:27.784 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:07:28.060 INFO:teuthology.orchestra.run.smithi072.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2475-ge42b8ea3-1jammy [244 kB] 2024-03-26T03:07:28.111 INFO:teuthology.orchestra.run.smithi072.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [124 kB] 2024-03-26T03:07:28.168 INFO:teuthology.orchestra.run.smithi072.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2475-ge42b8ea3-1jammy [1,526 kB] 2024-03-26T03:07:28.187 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T03:07:28.213 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:07:28.254 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:07:28.453 INFO:teuthology.orchestra.run.smithi072.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2475-ge42b8ea3-1jammy [6,259 kB] 2024-03-26T03:07:28.506 INFO:teuthology.orchestra.run.smithi173.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2475-ge42b8ea3-1jammy [14.2 kB] 2024-03-26T03:07:28.523 INFO:teuthology.orchestra.run.smithi173.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2475-ge42b8ea3-1jammy [50.3 MB] 2024-03-26T03:07:28.582 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T03:07:28.608 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:07:28.649 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:07:28.960 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T03:07:28.986 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T03:07:29.026 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T03:07:29.320 INFO:teuthology.orchestra.run.smithi072.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2475-ge42b8ea3-1jammy [22.8 MB] 2024-03-26T03:07:29.338 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package librados2. 2024-03-26T03:07:29.364 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../007-librados2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:29.404 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:29.865 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package librbd1. 2024-03-26T03:07:29.892 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../008-librbd1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:29.932 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:30.343 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T03:07:30.369 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:30.401 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:30.670 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-rados. 2024-03-26T03:07:30.685 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:30.728 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:31.065 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T03:07:31.091 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:07:31.148 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:31.376 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T03:07:31.391 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:31.425 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:31.745 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T03:07:31.771 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:07:31.811 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:31.991 INFO:teuthology.orchestra.run.smithi173.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2475-ge42b8ea3-1jammy [121 kB] 2024-03-26T03:07:31.993 INFO:teuthology.orchestra.run.smithi173.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2475-ge42b8ea3-1jammy [38.9 kB] 2024-03-26T03:07:31.995 INFO:teuthology.orchestra.run.smithi173.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2475-ge42b8ea3-1jammy [13.2 MB] 2024-03-26T03:07:32.148 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T03:07:32.174 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T03:07:32.214 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T03:07:32.404 INFO:teuthology.orchestra.run.smithi072.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2475-ge42b8ea3-1jammy [14.1 kB] 2024-03-26T03:07:32.404 INFO:teuthology.orchestra.run.smithi072.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [870 kB] 2024-03-26T03:07:32.474 INFO:teuthology.orchestra.run.smithi072.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2475-ge42b8ea3-1jammy [2,435 kB] 2024-03-26T03:07:32.534 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T03:07:32.560 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T03:07:32.600 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T03:07:32.775 INFO:teuthology.orchestra.run.smithi173.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [91.2 kB] 2024-03-26T03:07:32.815 INFO:teuthology.orchestra.run.smithi072.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2475-ge42b8ea3-1jammy [791 kB] 2024-03-26T03:07:32.844 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T03:07:32.860 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:32.892 INFO:teuthology.orchestra.run.smithi072.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2475-ge42b8ea3-1jammy [147 kB] 2024-03-26T03:07:32.894 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:32.923 INFO:teuthology.orchestra.run.smithi072.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2475-ge42b8ea3-1jammy [2,259 kB] 2024-03-26T03:07:33.209 INFO:teuthology.orchestra.run.smithi072.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2475-ge42b8ea3-1jammy [8,625 kB] 2024-03-26T03:07:33.231 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T03:07:33.258 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T03:07:33.296 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 178 MB in 15s (11.6 MB/s) 2024-03-26T03:07:33.297 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T03:07:33.443 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T03:07:33.543 INFO:teuthology.orchestra.run.smithi173.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-26T03:07:33.549 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T03:07:33.583 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T03:07:33.609 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T03:07:33.625 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T03:07:33.650 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T03:07:33.945 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T03:07:33.953 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T03:07:33.972 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T03:07:33.979 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T03:07:34.012 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T03:07:34.019 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T03:07:34.213 INFO:teuthology.orchestra.run.smithi072.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2475-ge42b8ea3-1jammy [14.2 kB] 2024-03-26T03:07:34.213 INFO:teuthology.orchestra.run.smithi072.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2475-ge42b8ea3-1jammy [50.3 MB] 2024-03-26T03:07:34.322 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package lua5.1. 2024-03-26T03:07:34.338 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T03:07:34.339 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T03:07:34.366 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T03:07:34.372 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T03:07:34.406 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T03:07:34.675 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package lua-any. 2024-03-26T03:07:34.691 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T03:07:34.733 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T03:07:34.810 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T03:07:34.836 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:07:34.893 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:07:35.003 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package zip. 2024-03-26T03:07:35.029 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T03:07:35.069 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T03:07:35.254 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T03:07:35.281 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:07:35.321 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:07:35.364 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package unzip. 2024-03-26T03:07:35.391 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T03:07:35.431 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T03:07:35.674 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T03:07:35.700 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:07:35.741 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:07:36.069 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T03:07:36.084 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T03:07:36.119 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T03:07:36.151 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package luarocks. 2024-03-26T03:07:36.178 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T03:07:36.218 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T03:07:36.576 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package librgw2. 2024-03-26T03:07:36.602 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../025-librgw2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:36.605 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librados2. 2024-03-26T03:07:36.631 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../007-librados2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:36.642 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:36.671 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:37.107 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librbd1. 2024-03-26T03:07:37.133 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../008-librbd1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:37.174 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:37.203 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T03:07:37.218 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:37.261 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:37.564 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T03:07:37.591 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T03:07:37.602 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T03:07:37.628 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:37.630 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T03:07:37.668 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:37.942 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T03:07:37.946 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rados. 2024-03-26T03:07:37.962 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:37.968 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:38.004 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:38.008 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:38.298 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T03:07:38.325 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:07:38.356 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:38.445 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-common. 2024-03-26T03:07:38.471 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:38.511 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:38.576 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T03:07:38.602 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:38.642 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:38.953 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T03:07:38.980 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:07:39.020 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:39.339 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T03:07:39.366 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T03:07:39.406 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T03:07:39.717 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T03:07:39.743 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T03:07:39.758 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-base. 2024-03-26T03:07:39.784 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T03:07:39.785 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:39.826 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:39.883 INFO:teuthology.orchestra.run.smithi072.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2475-ge42b8ea3-1jammy [121 kB] 2024-03-26T03:07:39.886 INFO:teuthology.orchestra.run.smithi072.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2475-ge42b8ea3-1jammy [38.9 kB] 2024-03-26T03:07:39.887 INFO:teuthology.orchestra.run.smithi072.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2475-ge42b8ea3-1jammy [13.2 MB] 2024-03-26T03:07:40.020 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T03:07:40.035 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:40.069 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:40.346 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T03:07:40.372 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T03:07:40.412 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T03:07:40.414 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T03:07:40.440 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T03:07:40.480 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T03:07:40.765 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T03:07:40.766 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T03:07:40.782 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T03:07:40.791 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T03:07:40.816 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T03:07:40.840 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T03:07:40.840 INFO:teuthology.orchestra.run.smithi072.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2475-ge42b8ea3-1jammy [91.2 kB] 2024-03-26T03:07:41.078 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T03:07:41.093 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T03:07:41.127 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T03:07:41.235 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T03:07:41.261 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T03:07:41.309 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T03:07:41.402 INFO:teuthology.orchestra.run.smithi072.stdout:Fetched 178 MB in 23s (7,630 kB/s) 2024-03-26T03:07:41.448 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package lua5.1. 2024-03-26T03:07:41.474 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T03:07:41.519 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T03:07:41.565 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-26T03:07:41.620 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T03:07:41.636 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T03:07:41.665 INFO:teuthology.orchestra.run.smithi072.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-26T03:07:41.671 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-26T03:07:41.679 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T03:07:41.756 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T03:07:41.917 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package lua-any. 2024-03-26T03:07:41.944 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T03:07:41.974 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T03:07:41.984 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T03:07:42.000 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T03:07:42.040 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T03:07:42.095 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-26T03:07:42.121 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-26T03:07:42.162 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T03:07:42.195 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package zip. 2024-03-26T03:07:42.210 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T03:07:42.245 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T03:07:42.393 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T03:07:42.420 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T03:07:42.468 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T03:07:42.494 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-26T03:07:42.520 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-26T03:07:42.531 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package unzip. 2024-03-26T03:07:42.557 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T03:07:42.560 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T03:07:42.597 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T03:07:42.821 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-portend. 2024-03-26T03:07:42.847 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T03:07:42.887 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T03:07:42.968 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-26T03:07:42.984 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package luarocks. 2024-03-26T03:07:42.994 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:07:43.011 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T03:07:43.043 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:07:43.051 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T03:07:43.190 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T03:07:43.217 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T03:07:43.256 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T03:07:43.434 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librgw2. 2024-03-26T03:07:43.459 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-26T03:07:43.460 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../025-librgw2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:43.485 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:07:43.500 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:43.534 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:07:43.560 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T03:07:43.586 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T03:07:43.626 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T03:07:43.881 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-26T03:07:43.907 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-26T03:07:43.948 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:07:43.980 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T03:07:44.006 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T03:07:44.044 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T03:07:44.046 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T03:07:44.060 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:44.119 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:44.305 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-26T03:07:44.332 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-26T03:07:44.358 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T03:07:44.372 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T03:07:44.384 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T03:07:44.422 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T03:07:44.424 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T03:07:44.449 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T03:07:44.489 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T03:07:44.695 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package librados2. 2024-03-26T03:07:44.722 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../007-librados2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:44.752 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T03:07:44.762 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:44.778 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T03:07:44.791 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T03:07:44.818 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:44.827 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T03:07:44.858 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:45.213 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-mako. 2024-03-26T03:07:45.239 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T03:07:45.245 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-common. 2024-03-26T03:07:45.271 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:45.288 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T03:07:45.292 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package librbd1. 2024-03-26T03:07:45.311 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:45.318 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../008-librbd1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:45.358 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:45.697 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T03:07:45.724 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T03:07:45.766 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T03:07:45.890 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libcephfs2. 2024-03-26T03:07:45.916 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:45.957 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:46.069 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T03:07:46.095 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T03:07:46.135 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T03:07:46.220 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-rados. 2024-03-26T03:07:46.242 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:46.487 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:46.663 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-webob. 2024-03-26T03:07:46.689 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T03:07:46.738 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T03:07:46.801 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-base. 2024-03-26T03:07:46.818 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-26T03:07:46.828 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:46.844 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:07:46.875 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:46.885 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:47.131 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-cephfs. 2024-03-26T03:07:47.146 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:47.149 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T03:07:47.176 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T03:07:47.183 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:47.228 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T03:07:47.438 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T03:07:47.464 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T03:07:47.496 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-26T03:07:47.504 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T03:07:47.522 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:07:47.563 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:47.602 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T03:07:47.628 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T03:07:47.677 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T03:07:47.823 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T03:07:47.850 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T03:07:47.861 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-26T03:07:47.887 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-26T03:07:47.890 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T03:07:47.928 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T03:07:47.996 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-paste. 2024-03-26T03:07:48.023 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T03:07:48.063 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T03:07:48.193 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T03:07:48.220 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T03:07:48.250 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-prettytable. 2024-03-26T03:07:48.251 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T03:07:48.276 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-26T03:07:48.317 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-26T03:07:48.425 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T03:07:48.451 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T03:07:48.499 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T03:07:48.546 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T03:07:48.573 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T03:07:48.581 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-rbd. 2024-03-26T03:07:48.596 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:48.612 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T03:07:48.640 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:48.802 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T03:07:48.829 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T03:07:48.868 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T03:07:48.915 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T03:07:48.942 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T03:07:48.988 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-26T03:07:48.990 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T03:07:49.014 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-26T03:07:49.055 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T03:07:49.172 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T03:07:49.198 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T03:07:49.238 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T03:07:49.293 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T03:07:49.320 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T03:07:49.343 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-26T03:07:49.359 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T03:07:49.369 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-26T03:07:49.409 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T03:07:49.583 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T03:07:49.610 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T03:07:49.612 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-portend. 2024-03-26T03:07:49.639 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T03:07:49.658 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T03:07:49.670 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T03:07:49.707 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-26T03:07:49.723 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-26T03:07:49.758 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T03:07:49.965 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T03:07:49.992 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T03:07:49.996 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T03:07:50.023 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T03:07:50.031 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T03:07:50.054 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T03:07:50.082 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package lua5.1. 2024-03-26T03:07:50.108 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-26T03:07:50.149 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-26T03:07:50.334 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T03:07:50.361 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T03:07:50.401 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T03:07:50.415 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-idna. 2024-03-26T03:07:50.437 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package lua-any. 2024-03-26T03:07:50.442 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T03:07:50.463 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-26T03:07:50.482 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T03:07:50.504 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-26T03:07:50.730 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T03:07:50.757 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T03:07:50.802 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T03:07:50.828 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T03:07:51.113 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T03:07:51.210 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T03:07:51.750 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T03:07:51.776 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T03:07:51.816 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T03:07:52.022 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-requests. 2024-03-26T03:07:52.048 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T03:07:52.088 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T03:07:52.294 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T03:07:52.321 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T03:07:52.360 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T03:07:52.362 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package zip. 2024-03-26T03:07:52.388 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-26T03:07:52.399 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T03:07:52.426 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T03:07:52.428 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking zip (3.0-12build2) ... 2024-03-26T03:07:52.466 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T03:07:52.630 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-mako. 2024-03-26T03:07:52.653 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T03:07:52.705 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T03:07:52.769 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T03:07:52.786 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package unzip. 2024-03-26T03:07:52.795 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:07:52.812 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-26T03:07:52.835 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:52.861 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-26T03:07:52.991 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T03:07:53.007 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T03:07:53.041 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T03:07:53.224 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T03:07:53.250 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:53.290 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:53.293 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package luarocks. 2024-03-26T03:07:53.319 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-26T03:07:53.335 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T03:07:53.362 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T03:07:53.369 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-26T03:07:53.402 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T03:07:53.609 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T03:07:53.637 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T03:07:53.676 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T03:07:53.705 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-webob. 2024-03-26T03:07:53.732 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T03:07:53.771 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T03:07:53.802 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package librgw2. 2024-03-26T03:07:53.828 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../025-librgw2_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:53.877 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:53.979 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T03:07:54.006 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T03:07:54.045 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T03:07:54.124 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T03:07:54.151 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T03:07:54.194 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T03:07:54.390 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T03:07:54.417 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:54.456 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:54.485 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T03:07:54.501 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T03:07:54.535 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T03:07:54.607 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-rgw. 2024-03-26T03:07:54.623 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:54.666 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:54.822 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-paste. 2024-03-26T03:07:54.849 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T03:07:54.868 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T03:07:54.888 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T03:07:54.895 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:54.942 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:55.063 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-26T03:07:55.089 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-26T03:07:55.138 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T03:07:55.216 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T03:07:55.243 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T03:07:55.283 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T03:07:55.512 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libradosstriper1. 2024-03-26T03:07:55.538 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:55.560 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T03:07:55.580 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T03:07:55.587 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:55.587 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T03:07:55.607 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:55.627 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T03:07:55.646 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:55.930 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T03:07:55.957 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T03:07:55.997 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T03:07:56.053 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-common. 2024-03-26T03:07:56.079 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:56.127 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:56.308 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T03:07:56.335 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T03:07:56.374 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T03:07:56.649 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph. 2024-03-26T03:07:56.676 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../066-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:56.721 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T03:07:56.732 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:56.748 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T03:07:56.787 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T03:07:57.048 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-idna. 2024-03-26T03:07:57.060 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T03:07:57.064 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T03:07:57.087 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:57.106 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T03:07:57.126 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:57.496 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T03:07:57.523 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:57.559 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T03:07:57.563 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:57.587 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T03:07:57.626 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T03:07:57.904 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-requests. 2024-03-26T03:07:57.920 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T03:07:57.949 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package cephadm. 2024-03-26T03:07:57.954 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T03:07:57.976 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../069-cephadm_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:58.024 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:58.047 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-base. 2024-03-26T03:07:58.073 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:58.132 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:58.207 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T03:07:58.233 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T03:07:58.273 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T03:07:58.327 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T03:07:58.353 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T03:07:58.393 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T03:07:58.560 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T03:07:58.586 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:07:58.618 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:58.687 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T03:07:58.703 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T03:07:58.737 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T03:07:58.815 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-26T03:07:58.841 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-26T03:07:58.882 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-26T03:07:58.998 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T03:07:59.025 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:07:59.064 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:07:59.180 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-cheroot. 2024-03-26T03:07:59.207 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-26T03:07:59.247 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T03:07:59.376 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T03:07:59.402 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T03:07:59.442 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T03:07:59.569 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-26T03:07:59.595 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-26T03:07:59.636 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-26T03:07:59.709 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-babel. 2024-03-26T03:07:59.737 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T03:07:59.753 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T03:07:59.775 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T03:07:59.780 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T03:07:59.820 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T03:07:59.934 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-26T03:07:59.960 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-26T03:08:00.001 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-26T03:08:00.081 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T03:08:00.096 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:00.112 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T03:08:00.130 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:00.139 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T03:08:00.178 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T03:08:00.308 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-26T03:08:00.334 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-26T03:08:00.374 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-26T03:08:00.531 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T03:08:00.550 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T03:08:00.558 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:00.577 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:00.598 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:00.617 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:00.654 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-tempora. 2024-03-26T03:08:00.681 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-26T03:08:00.721 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-26T03:08:00.951 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T03:08:00.978 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T03:08:01.017 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T03:08:01.020 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-portend. 2024-03-26T03:08:01.046 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-26T03:08:01.086 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-26T03:08:01.238 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T03:08:01.266 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:01.295 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-routes. 2024-03-26T03:08:01.304 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:01.311 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T03:08:01.345 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T03:08:01.383 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-26T03:08:01.409 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-26T03:08:01.450 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-26T03:08:01.690 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T03:08:01.706 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-26T03:08:01.717 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:01.721 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-26T03:08:01.756 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:01.757 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-26T03:08:02.064 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-natsort. 2024-03-26T03:08:02.091 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-26T03:08:02.131 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-26T03:08:02.428 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-logutils. 2024-03-26T03:08:02.449 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph. 2024-03-26T03:08:02.455 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-26T03:08:02.475 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../066-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:02.505 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-26T03:08:02.507 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:02.801 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T03:08:02.828 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:02.867 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:03.002 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-26T03:08:03.028 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-26T03:08:03.068 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-26T03:08:03.203 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T03:08:03.218 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T03:08:03.231 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T03:08:03.258 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:03.261 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T03:08:03.297 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:03.358 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-mako. 2024-03-26T03:08:03.384 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-26T03:08:03.458 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T03:08:03.650 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package cephadm. 2024-03-26T03:08:03.666 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../069-cephadm_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:03.700 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:03.789 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-26T03:08:03.790 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T03:08:03.815 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-26T03:08:03.817 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T03:08:03.856 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-26T03:08:03.856 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T03:08:04.011 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T03:08:04.038 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T03:08:04.077 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T03:08:04.121 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-26T03:08:04.147 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-26T03:08:04.187 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-26T03:08:04.201 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T03:08:04.228 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T03:08:04.268 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T03:08:04.356 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T03:08:04.382 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T03:08:04.422 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T03:08:04.485 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-webob. 2024-03-26T03:08:04.512 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-26T03:08:04.552 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-26T03:08:04.587 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T03:08:04.614 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T03:08:04.654 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T03:08:04.899 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-waitress. 2024-03-26T03:08:04.926 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-26T03:08:04.969 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T03:08:05.290 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-tempita. 2024-03-26T03:08:05.316 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-26T03:08:05.356 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T03:08:05.357 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T03:08:05.368 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-babel. 2024-03-26T03:08:05.384 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:05.396 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T03:08:05.426 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T03:08:05.509 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:05.663 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-paste. 2024-03-26T03:08:05.689 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-26T03:08:05.704 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T03:08:05.720 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T03:08:05.730 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T03:08:05.762 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T03:08:06.069 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-26T03:08:06.082 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T03:08:06.084 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-26T03:08:06.110 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:06.127 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T03:08:06.149 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:06.425 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-26T03:08:06.452 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-26T03:08:06.469 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T03:08:06.492 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-26T03:08:06.496 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T03:08:06.529 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T03:08:06.535 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T03:08:06.557 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T03:08:06.595 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T03:08:06.774 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-webtest. 2024-03-26T03:08:06.800 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-26T03:08:06.838 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-routes. 2024-03-26T03:08:06.841 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-26T03:08:06.865 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T03:08:06.907 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T03:08:06.921 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T03:08:06.934 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T03:08:06.974 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T03:08:07.138 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pecan. 2024-03-26T03:08:07.164 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-26T03:08:07.204 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T03:08:07.241 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T03:08:07.268 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:07.286 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T03:08:07.307 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:07.313 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T03:08:07.344 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T03:08:07.573 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-certifi. 2024-03-26T03:08:07.599 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-26T03:08:07.630 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T03:08:07.640 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-26T03:08:07.658 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T03:08:07.697 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T03:08:07.972 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-idna. 2024-03-26T03:08:07.998 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-26T03:08:08.018 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T03:08:08.038 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-26T03:08:08.045 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T03:08:08.084 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T03:08:08.360 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-urllib3. 2024-03-26T03:08:08.387 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-26T03:08:08.404 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T03:08:08.428 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T03:08:08.432 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T03:08:08.471 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T03:08:08.538 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T03:08:08.565 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T03:08:08.604 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T03:08:08.743 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-requests. 2024-03-26T03:08:08.766 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T03:08:08.769 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-26T03:08:08.793 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T03:08:08.809 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T03:08:08.833 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T03:08:09.058 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T03:08:09.085 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T03:08:09.107 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-26T03:08:09.116 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T03:08:09.128 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T03:08:09.134 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-26T03:08:09.155 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T03:08:09.174 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T03:08:09.186 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T03:08:09.503 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T03:08:09.513 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-26T03:08:09.529 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:09.529 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T03:08:09.569 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T03:08:09.573 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:09.842 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T03:08:09.859 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:09.889 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T03:08:09.900 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:09.915 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T03:08:09.955 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T03:08:09.958 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-26T03:08:09.985 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:10.025 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:10.220 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T03:08:10.247 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T03:08:10.286 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T03:08:10.313 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-26T03:08:10.340 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-26T03:08:10.380 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-26T03:08:10.573 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T03:08:10.601 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T03:08:10.639 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T03:08:10.661 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-openssl. 2024-03-26T03:08:10.688 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-26T03:08:10.696 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T03:08:10.724 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:10.728 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-26T03:08:10.857 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:10.909 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package jq. 2024-03-26T03:08:10.926 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T03:08:10.968 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T03:08:11.075 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mgr. 2024-03-26T03:08:11.102 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:11.142 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:11.220 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package socat. 2024-03-26T03:08:11.244 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T03:08:11.287 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T03:08:11.532 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mon. 2024-03-26T03:08:11.559 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:11.590 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T03:08:11.599 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:11.606 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T03:08:11.649 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T03:08:11.785 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T03:08:11.813 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T03:08:11.843 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T03:08:12.003 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-test. 2024-03-26T03:08:12.031 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:12.132 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:12.146 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T03:08:12.174 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T03:08:12.213 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T03:08:12.499 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-osd. 2024-03-26T03:08:12.526 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:12.565 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:12.816 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T03:08:12.844 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T03:08:12.883 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T03:08:13.177 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T03:08:13.204 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T03:08:13.244 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T03:08:13.531 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T03:08:13.558 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T03:08:13.589 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T03:08:13.834 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T03:08:13.849 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T03:08:13.884 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T03:08:13.964 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph. 2024-03-26T03:08:13.980 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../066-ceph_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:14.023 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:14.195 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T03:08:14.222 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T03:08:14.261 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T03:08:14.319 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-fuse. 2024-03-26T03:08:14.346 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:14.386 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:14.582 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T03:08:14.609 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T03:08:14.616 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T03:08:14.644 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:14.648 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T03:08:14.691 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:14.776 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mds. 2024-03-26T03:08:14.803 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:14.843 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:15.004 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T03:08:15.031 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:15.078 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:15.307 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package cephadm. 2024-03-26T03:08:15.333 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../069-cephadm_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:15.345 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T03:08:15.361 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:15.375 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:15.389 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T03:08:15.394 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:15.417 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T03:08:15.456 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T03:08:15.664 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T03:08:15.692 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T03:08:15.696 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-26T03:08:15.722 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T03:08:15.723 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-26T03:08:15.763 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-26T03:08:15.795 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T03:08:15.822 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T03:08:15.861 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T03:08:16.042 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T03:08:16.070 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T03:08:16.086 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-26T03:08:16.108 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T03:08:16.113 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T03:08:16.153 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T03:08:16.324 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T03:08:16.352 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T03:08:16.378 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package jq. 2024-03-26T03:08:16.398 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T03:08:16.405 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T03:08:16.444 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T03:08:16.688 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package socat. 2024-03-26T03:08:16.705 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T03:08:16.738 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T03:08:16.821 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package pkg-config. 2024-03-26T03:08:16.849 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T03:08:16.887 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T03:08:17.000 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T03:08:17.016 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T03:08:17.050 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T03:08:17.130 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-babel. 2024-03-26T03:08:17.149 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T03:08:17.157 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-26T03:08:17.165 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T03:08:17.197 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T03:08:17.224 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T03:08:17.396 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-test. 2024-03-26T03:08:17.424 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:17.462 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:17.527 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-jinja2. 2024-03-26T03:08:17.554 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-26T03:08:17.594 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T03:08:17.627 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T03:08:17.644 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T03:08:17.685 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T03:08:17.934 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-26T03:08:17.955 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T03:08:17.960 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:17.983 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T03:08:18.000 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:18.021 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T03:08:18.351 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T03:08:18.358 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-26T03:08:18.379 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T03:08:18.385 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-26T03:08:18.417 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T03:08:18.425 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-26T03:08:18.713 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-routes. 2024-03-26T03:08:18.728 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T03:08:18.740 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-26T03:08:18.756 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T03:08:18.788 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T03:08:18.795 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T03:08:19.120 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-26T03:08:19.147 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:19.181 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-py. 2024-03-26T03:08:19.187 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:19.209 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T03:08:19.256 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T03:08:19.577 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T03:08:19.605 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T03:08:19.643 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T03:08:19.800 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T03:08:19.827 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:19.866 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:20.055 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T03:08:20.072 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T03:08:20.105 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T03:08:20.178 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T03:08:20.194 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:20.236 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:20.417 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-toml. 2024-03-26T03:08:20.445 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T03:08:20.483 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T03:08:20.564 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T03:08:20.592 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T03:08:20.630 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T03:08:20.770 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T03:08:20.798 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T03:08:20.836 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T03:08:20.873 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-26T03:08:20.888 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-26T03:08:20.910 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T03:08:20.925 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T03:08:20.931 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T03:08:20.959 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T03:08:21.215 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T03:08:21.242 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T03:08:21.281 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T03:08:21.313 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T03:08:21.341 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T03:08:21.380 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T03:08:21.464 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-joblib. 2024-03-26T03:08:21.491 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-26T03:08:21.539 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T03:08:21.576 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T03:08:21.591 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T03:08:21.625 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T03:08:21.802 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package pkg-config. 2024-03-26T03:08:21.829 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T03:08:21.868 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T03:08:21.880 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-26T03:08:21.907 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-26T03:08:21.955 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-26T03:08:22.113 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T03:08:22.140 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T03:08:22.179 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T03:08:22.252 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-sklearn. 2024-03-26T03:08:22.278 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-26T03:08:22.318 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T03:08:22.363 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package radosgw. 2024-03-26T03:08:22.391 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../116-radosgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:22.429 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:22.591 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T03:08:22.618 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T03:08:22.657 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T03:08:22.943 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T03:08:22.945 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-26T03:08:22.971 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T03:08:22.973 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:23.010 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T03:08:23.101 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:23.250 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T03:08:23.278 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:23.313 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T03:08:23.341 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T03:08:23.354 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:23.379 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T03:08:23.724 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T03:08:23.752 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T03:08:23.790 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T03:08:23.829 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T03:08:24.080 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T03:08:24.118 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-py. 2024-03-26T03:08:24.146 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T03:08:24.185 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T03:08:24.206 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T03:08:24.425 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-cachetools. 2024-03-26T03:08:24.452 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-26T03:08:24.480 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T03:08:24.493 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-26T03:08:24.496 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T03:08:24.525 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T03:08:24.563 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T03:08:24.781 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-26T03:08:24.808 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-26T03:08:24.829 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T03:08:24.848 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-26T03:08:24.975 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T03:08:24.991 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T03:08:25.033 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T03:08:25.189 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-26T03:08:25.216 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-26T03:08:25.230 INFO:teuthology.orchestra.run.smithi071.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T03:08:25.255 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T03:08:25.299 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:25.303 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-toml. 2024-03-26T03:08:25.330 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T03:08:25.369 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T03:08:25.569 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-rsa. 2024-03-26T03:08:25.596 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-26T03:08:25.637 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-26T03:08:25.672 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T03:08:25.700 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T03:08:25.725 INFO:teuthology.orchestra.run.smithi071.stdout:Adding system user cephadm....done 2024-03-26T03:08:25.738 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T03:08:25.889 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T03:08:25.902 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-google-auth. 2024-03-26T03:08:25.918 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-26T03:08:25.952 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-26T03:08:26.092 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T03:08:26.120 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T03:08:26.158 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T03:08:26.174 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T03:08:26.268 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-26T03:08:26.295 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-26T03:08:26.334 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T03:08:26.426 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T03:08:26.427 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T03:08:26.444 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T03:08:26.486 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T03:08:26.543 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T03:08:26.625 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-websocket. 2024-03-26T03:08:26.652 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-26T03:08:26.691 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-26T03:08:26.803 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T03:08:27.050 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-26T03:08:27.054 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T03:08:27.074 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-26T03:08:27.114 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T03:08:27.180 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T03:08:27.215 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package radosgw. 2024-03-26T03:08:27.243 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../116-radosgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:27.273 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:27.491 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T03:08:27.710 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-26T03:08:27.738 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:27.777 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:27.842 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T03:08:28.001 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T03:08:28.017 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:28.050 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:28.085 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T03:08:28.107 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-26T03:08:28.134 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-26T03:08:28.182 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T03:08:28.362 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T03:08:28.563 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T03:08:28.614 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T03:08:28.682 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-26T03:08:28.708 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T03:08:28.806 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T03:08:28.822 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T03:08:28.890 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T03:08:28.932 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T03:08:29.060 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package jq. 2024-03-26T03:08:29.076 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-26T03:08:29.110 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-26T03:08:29.157 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T03:08:29.201 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T03:08:29.358 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package socat. 2024-03-26T03:08:29.374 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-26T03:08:29.400 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:29.416 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-26T03:08:29.504 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T03:08:29.660 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T03:08:29.724 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package xmlstarlet. 2024-03-26T03:08:29.739 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-26T03:08:29.774 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-26T03:08:29.919 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T03:08:29.924 INFO:teuthology.orchestra.run.smithi173.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T03:08:29.992 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:30.045 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T03:08:30.116 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-test. 2024-03-26T03:08:30.132 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:30.171 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T03:08:30.174 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:30.439 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T03:08:30.526 INFO:teuthology.orchestra.run.smithi173.stdout:Adding system user cephadm....done 2024-03-26T03:08:30.699 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T03:08:30.826 INFO:teuthology.orchestra.run.smithi071.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T03:08:30.853 INFO:teuthology.orchestra.run.smithi071.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T03:08:30.909 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T03:08:30.966 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T03:08:31.035 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T03:08:31.209 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T03:08:31.310 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T03:08:31.403 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T03:08:31.529 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T03:08:31.544 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T03:08:31.778 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T03:08:31.797 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T03:08:31.888 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T03:08:32.074 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T03:08:32.198 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T03:08:32.342 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T03:08:32.451 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T03:08:32.558 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T03:08:32.809 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T03:08:33.060 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T03:08:33.111 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T03:08:33.287 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T03:08:33.371 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T03:08:33.497 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T03:08:33.521 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T03:08:33.586 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-volume. 2024-03-26T03:08:33.612 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2475-ge42b8ea3-1jammy_all.deb ... 2024-03-26T03:08:33.624 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T03:08:33.651 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:33.780 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T03:08:33.908 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T03:08:33.949 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-26T03:08:33.965 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:33.999 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:34.040 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:34.284 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T03:08:34.323 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-26T03:08:34.350 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-26T03:08:34.389 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T03:08:34.408 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T03:08:34.527 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T03:08:34.542 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T03:08:34.668 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T03:08:34.699 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-26T03:08:34.726 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-26T03:08:34.766 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-26T03:08:34.794 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T03:08:34.895 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T03:08:35.053 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T03:08:35.116 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package nvme-cli. 2024-03-26T03:08:35.143 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-26T03:08:35.180 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T03:08:35.182 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T03:08:35.406 INFO:teuthology.orchestra.run.smithi173.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T03:08:35.442 INFO:teuthology.orchestra.run.smithi173.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T03:08:35.515 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T03:08:35.524 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T03:08:35.585 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package pkg-config. 2024-03-26T03:08:35.612 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-26T03:08:35.641 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T03:08:35.651 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T03:08:35.783 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T03:08:35.900 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-26T03:08:35.901 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:35.916 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-26T03:08:35.958 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-26T03:08:35.992 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T03:08:36.093 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T03:08:36.194 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T03:08:36.344 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T03:08:36.414 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-26T03:08:36.441 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-26T03:08:36.489 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-26T03:08:36.520 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T03:08:36.595 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T03:08:36.787 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pastescript. 2024-03-26T03:08:36.814 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-26T03:08:36.854 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-26T03:08:36.896 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T03:08:37.022 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T03:08:37.161 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pluggy. 2024-03-26T03:08:37.189 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-26T03:08:37.228 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-26T03:08:37.525 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-psutil. 2024-03-26T03:08:37.552 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-26T03:08:37.591 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-26T03:08:37.727 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T03:08:37.732 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T03:08:37.940 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-py. 2024-03-26T03:08:37.967 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-26T03:08:37.970 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:08:37.975 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T03:08:38.006 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-26T03:08:38.101 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T03:08:38.105 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T03:08:38.219 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T03:08:38.321 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pygments. 2024-03-26T03:08:38.348 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-26T03:08:38.364 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T03:08:38.389 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T03:08:38.474 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T03:08:38.495 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T03:08:38.583 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T03:08:38.880 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-26T03:08:38.888 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T03:08:38.908 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-26T03:08:38.955 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-26T03:08:38.985 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T03:08:39.147 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T03:08:39.253 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T03:08:39.261 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-toml. 2024-03-26T03:08:39.289 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-26T03:08:39.328 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-26T03:08:39.512 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:08:39.549 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T03:08:39.617 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pytest. 2024-03-26T03:08:39.638 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T03:08:39.645 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-26T03:08:39.684 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T03:08:39.833 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T03:08:39.940 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T03:08:40.015 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-simplejson. 2024-03-26T03:08:40.044 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-26T03:08:40.082 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-26T03:08:40.168 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T03:08:40.174 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T03:08:40.338 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-26T03:08:40.366 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-26T03:08:40.405 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-26T03:08:40.411 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T03:08:40.459 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T03:08:40.545 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:40.719 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T03:08:40.830 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T03:08:40.970 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T03:08:41.139 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T03:08:41.147 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package radosgw. 2024-03-26T03:08:41.175 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../116-radosgw_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:41.213 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:41.229 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T03:08:41.355 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T03:08:41.632 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T03:08:41.741 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T03:08:42.034 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T03:08:42.186 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package rbd-fuse. 2024-03-26T03:08:42.202 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2475-ge42b8ea3-1jammy_amd64.deb ... 2024-03-26T03:08:42.235 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:42.253 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T03:08:42.336 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T03:08:42.521 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:08:42.552 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-26T03:08:42.595 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T03:08:42.655 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T03:08:42.721 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T03:08:42.815 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-26T03:08:42.847 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T03:08:42.932 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T03:08:42.937 INFO:teuthology.orchestra.run.smithi071.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T03:08:42.966 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-26T03:08:43.049 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T03:08:43.150 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T03:08:43.166 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T03:08:43.256 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-26T03:08:43.275 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T03:08:43.427 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T03:08:43.567 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-26T03:08:43.677 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T03:08:43.677 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T03:08:43.920 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:08:43.962 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T03:08:43.975 INFO:teuthology.orchestra.run.smithi072.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-26T03:08:44.037 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T03:08:44.087 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:44.104 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T03:08:44.339 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T03:08:44.364 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:08:44.465 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T03:08:44.599 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T03:08:44.758 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T03:08:44.866 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T03:08:45.059 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T03:08:45.101 INFO:teuthology.orchestra.run.smithi072.stdout:Adding system user cephadm....done 2024-03-26T03:08:45.117 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T03:08:45.320 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-26T03:08:45.335 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T03:08:45.352 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T03:08:45.461 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T03:08:45.611 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T03:08:45.712 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T03:08:45.729 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T03:08:46.014 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T03:08:46.021 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T03:08:46.141 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T03:08:46.245 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-26T03:08:46.359 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T03:08:46.418 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T03:08:46.511 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-26T03:08:46.638 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-26T03:08:46.719 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T03:08:46.744 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T03:08:46.890 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-26T03:08:46.970 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T03:08:47.038 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T03:08:47.096 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T03:08:47.167 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-26T03:08:47.222 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T03:08:47.289 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-26T03:08:47.310 INFO:teuthology.orchestra.run.smithi173.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T03:08:47.366 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T03:08:47.475 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:47.565 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T03:08:47.590 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-26T03:08:47.601 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:47.675 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T03:08:47.727 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T03:08:47.978 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-26T03:08:48.068 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T03:08:48.088 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:48.200 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:48.248 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-26T03:08:48.319 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T03:08:48.326 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T03:08:48.446 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T03:08:48.611 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:48.617 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-26T03:08:48.705 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:08:48.754 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:48.831 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T03:08:48.870 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-26T03:08:48.880 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:49.077 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T03:08:49.077 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T03:08:49.124 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-26T03:08:49.158 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T03:08:49.401 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-26T03:08:49.451 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T03:08:49.564 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:49.669 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-ceph-argparse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:49.702 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T03:08:49.707 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:49.828 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T03:08:49.850 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:49.921 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-26T03:08:49.977 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T03:08:50.050 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-26T03:08:50.104 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T03:08:50.177 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-26T03:08:50.304 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-26T03:08:50.372 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T03:08:50.564 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-26T03:08:50.726 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T03:08:50.981 INFO:teuthology.orchestra.run.smithi072.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-26T03:08:51.015 INFO:teuthology.orchestra.run.smithi072.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-26T03:08:51.080 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-26T03:08:51.102 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T03:08:51.232 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-26T03:08:51.240 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:51.358 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:51.387 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T03:08:51.484 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:51.610 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:51.611 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-26T03:08:51.729 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-26T03:08:51.732 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T03:08:51.758 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:51.858 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:51.959 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:51.981 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-26T03:08:52.069 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T03:08:52.262 INFO:teuthology.orchestra.run.smithi071.stdout:Adding group ceph....done 2024-03-26T03:08:52.275 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-26T03:08:52.438 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:52.565 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:52.614 INFO:teuthology.orchestra.run.smithi071.stdout:Adding system user ceph....done 2024-03-26T03:08:52.621 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up zip (3.0-12build2) ... 2024-03-26T03:08:52.691 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T03:08:52.731 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-26T03:08:52.783 INFO:teuthology.orchestra.run.smithi071.stdout:Setting system user ceph properties....done 2024-03-26T03:08:52.799 INFO:teuthology.orchestra.run.smithi071.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T03:08:52.935 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T03:08:52.976 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:53.085 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:53.212 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:53.262 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T03:08:53.418 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-26T03:08:53.446 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T03:08:53.447 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T03:08:53.689 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-26T03:08:53.738 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:53.832 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-26T03:08:53.839 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:53.930 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:53.984 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-26T03:08:54.056 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:54.182 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:54.288 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T03:08:54.428 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T03:08:54.429 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T03:08:54.429 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-26T03:08:54.698 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-26T03:08:54.745 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:54.967 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-26T03:08:55.085 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T03:08:55.354 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-26T03:08:55.554 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:55.556 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:55.641 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-26T03:08:55.680 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:55.831 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:55.831 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T03:08:55.832 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T03:08:55.957 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:55.985 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-26T03:08:56.085 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:56.246 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-26T03:08:56.266 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:56.356 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:56.476 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T03:08:56.476 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T03:08:56.577 INFO:teuthology.orchestra.run.smithi173.stdout:Adding group ceph....done 2024-03-26T03:08:56.702 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-idna (3.3-1) ... 2024-03-26T03:08:56.935 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:56.944 INFO:teuthology.orchestra.run.smithi173.stdout:Adding system user ceph....done 2024-03-26T03:08:57.029 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-26T03:08:57.105 INFO:teuthology.orchestra.run.smithi173.stdout:Setting system user ceph properties....done 2024-03-26T03:08:57.120 INFO:teuthology.orchestra.run.smithi173.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T03:08:57.189 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T03:08:57.190 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T03:08:57.259 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T03:08:57.605 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T03:08:57.727 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:57.837 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:57.980 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:58.043 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:58.116 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-26T03:08:58.170 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:58.192 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T03:08:58.192 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T03:08:58.412 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:08:58.548 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-26T03:08:58.623 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T03:08:58.623 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T03:08:58.706 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:58.833 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-26T03:08:58.857 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:58.969 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-26T03:08:58.983 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:59.055 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:59.097 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-26T03:08:59.126 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:08:59.400 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-26T03:08:59.496 INFO:teuthology.orchestra.run.smithi071.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T03:08:59.587 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T03:08:59.605 INFO:teuthology.orchestra.run.smithi071.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T03:08:59.668 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-26T03:08:59.883 INFO:teuthology.orchestra.run.smithi071.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T03:08:59.937 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:09:00.034 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:00.066 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-26T03:09:00.260 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T03:09:00.260 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T03:09:00.360 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-26T03:09:00.629 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-26T03:09:00.686 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:00.881 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-26T03:09:00.898 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T03:09:00.898 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T03:09:00.910 INFO:teuthology.orchestra.run.smithi071.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T03:09:01.151 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-26T03:09:01.329 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:01.412 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-26T03:09:01.539 INFO:teuthology.orchestra.run.smithi071.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T03:09:01.544 DEBUG:teuthology.parallel:result is None 2024-03-26T03:09:01.590 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T03:09:01.590 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T03:09:01.680 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-26T03:09:01.799 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-26T03:09:02.023 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:02.086 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-26T03:09:02.149 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:02.221 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-26T03:09:02.300 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:02.513 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T03:09:02.513 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T03:09:02.565 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-26T03:09:02.868 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-26T03:09:02.968 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:03.111 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:03.146 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-26T03:09:03.212 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:03.248 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-26T03:09:03.346 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:03.375 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-26T03:09:03.464 INFO:teuthology.orchestra.run.smithi072.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-26T03:09:03.721 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-26T03:09:03.741 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T03:09:03.848 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-26T03:09:03.909 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T03:09:04.061 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T03:09:04.260 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-26T03:09:04.528 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-26T03:09:04.665 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-26T03:09:04.822 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T03:09:04.934 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-26T03:09:05.086 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-26T03:09:05.404 INFO:teuthology.orchestra.run.smithi173.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T03:09:05.409 DEBUG:teuthology.parallel:result is None 2024-03-26T03:09:05.430 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-26T03:09:05.750 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-26T03:09:06.044 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-26T03:09:06.188 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-26T03:09:06.465 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-26T03:09:06.752 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-26T03:09:07.125 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-26T03:09:07.513 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-26T03:09:07.808 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-26T03:09:08.239 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-26T03:09:08.366 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up librados2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:08.510 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:08.671 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-26T03:09:09.035 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libcephfs2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:09.187 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libradosstriper1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:09.332 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-26T03:09:09.610 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up librbd1 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:09.762 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mgr-modules-core (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:09.914 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:10.137 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T03:09:10.137 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-26T03:09:10.585 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libcephfs-dev (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:10.712 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-rados (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:10.822 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up librgw2 (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:10.949 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-26T03:09:12.183 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-rbd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:12.328 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up rbd-fuse (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:12.480 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-rgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:12.631 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-cephfs (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:12.775 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-common (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:13.374 INFO:teuthology.orchestra.run.smithi072.stdout:Adding group ceph....done 2024-03-26T03:09:13.755 INFO:teuthology.orchestra.run.smithi072.stdout:Adding system user ceph....done 2024-03-26T03:09:13.907 INFO:teuthology.orchestra.run.smithi072.stdout:Setting system user ceph properties....done 2024-03-26T03:09:13.928 INFO:teuthology.orchestra.run.smithi072.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-26T03:09:14.069 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-26T03:09:14.399 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-26T03:09:14.857 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-test (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:15.000 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up radosgw (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:15.874 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T03:09:15.875 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-26T03:09:16.330 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-base (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:16.701 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-26T03:09:17.161 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mds (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:17.438 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T03:09:17.438 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-26T03:09:17.897 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mgr (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:18.148 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T03:09:18.148 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-26T03:09:18.626 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-osd (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:18.903 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T03:09:18.903 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-26T03:09:19.388 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:19.515 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:19.675 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mon (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:19.897 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T03:09:19.897 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-26T03:09:20.364 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mgr-cephadm (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:20.532 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:20.659 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mgr-dashboard (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:20.946 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-volume (19.0.0-2475-ge42b8ea3-1jammy) ... 2024-03-26T03:09:21.301 INFO:teuthology.orchestra.run.smithi072.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-26T03:09:21.411 INFO:teuthology.orchestra.run.smithi072.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-26T03:09:21.583 INFO:teuthology.orchestra.run.smithi072.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-26T03:09:22.736 INFO:teuthology.orchestra.run.smithi072.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-26T03:09:23.573 INFO:teuthology.orchestra.run.smithi072.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-26T03:09:23.578 DEBUG:teuthology.parallel:result is None 2024-03-26T03:09:23.579 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:09:23.728 DEBUG:teuthology.orchestra.run.smithi071:> dpkg-query -W -f '${Version}' ceph 2024-03-26T03:09:23.748 INFO:teuthology.orchestra.run.smithi071.stdout:19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:09:23.748 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:09:23.749 INFO:teuthology.task.install:The correct ceph version 19.0.0-2475-ge42b8ea3-1jammy is installed. 2024-03-26T03:09:23.750 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:09:23.969 DEBUG:teuthology.orchestra.run.smithi072:> dpkg-query -W -f '${Version}' ceph 2024-03-26T03:09:23.988 INFO:teuthology.orchestra.run.smithi072.stdout:19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:09:23.988 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:09:23.989 INFO:teuthology.task.install:The correct ceph version 19.0.0-2475-ge42b8ea3-1jammy is installed. 2024-03-26T03:09:23.990 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:09:24.129 DEBUG:teuthology.orchestra.run.smithi173:> dpkg-query -W -f '${Version}' ceph 2024-03-26T03:09:24.148 INFO:teuthology.orchestra.run.smithi173.stdout:19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:09:24.149 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2475-ge42b8ea3-1jammy 2024-03-26T03:09:24.149 INFO:teuthology.task.install:The correct ceph version 19.0.0-2475-ge42b8ea3-1jammy is installed. 2024-03-26T03:09:24.150 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-26T03:09:24.151 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T03:09:24.151 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T03:09:24.165 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-26T03:09:24.165 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T03:09:24.179 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-26T03:09:24.179 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-26T03:09:24.204 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-26T03:09:24.204 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T03:09:24.204 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T03:09:24.219 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T03:09:24.274 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-26T03:09:24.274 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T03:09:24.287 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T03:09:24.341 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-26T03:09:24.341 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/daemon-helper 2024-03-26T03:09:24.355 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-26T03:09:24.408 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-26T03:09:24.408 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T03:09:24.408 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T03:09:24.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T03:09:24.474 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-26T03:09:24.474 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T03:09:24.488 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T03:09:24.542 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-26T03:09:24.542 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-26T03:09:24.555 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-26T03:09:24.608 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-26T03:09:24.608 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T03:09:24.608 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T03:09:24.621 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T03:09:24.675 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-26T03:09:24.675 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T03:09:24.689 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T03:09:24.742 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-26T03:09:24.742 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/stdin-killer 2024-03-26T03:09:24.755 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-26T03:09:24.811 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-26T03:09:24.909 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, quorum', 'is down \\(out of quorum\\)'], 'sha1': 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003'} 2024-03-26T03:09:24.938 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:09:24.939 INFO:tasks.cephadm:Cluster fsid is 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:09:24.939 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-26T03:09:24.939 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.71', 'mon.b': '172.21.15.72', 'mon.c': '172.21.15.173'} 2024-03-26T03:09:24.939 INFO:tasks.cephadm:First mon is mon.a on smithi071 2024-03-26T03:09:24.939 INFO:tasks.cephadm:First mgr is a 2024-03-26T03:09:24.939 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-26T03:09:24.939 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2024-03-26T03:09:24.954 DEBUG:teuthology.orchestra.run.smithi072:> sudo hostname $(hostname -s) 2024-03-26T03:09:24.968 DEBUG:teuthology.orchestra.run.smithi173:> sudo hostname $(hostname -s) 2024-03-26T03:09:24.982 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-26T03:09:24.983 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:09:25.201 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003', '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/77960/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2475-ge42b8ea3', 'node_name': '172.21.2.2+braggi02', '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-2475-ge42b8ea3-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-26 01:01:13.151654', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-03-25-1628', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-26T03:09:25.417 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-03-25-1628, sha1 e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:09:25.418 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-26T03:09:25.418 DEBUG:teuthology.orchestra.run.smithi071:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T03:09:26.301 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788768 Mar 26 03:09 /home/ubuntu/cephtest/cephadm 2024-03-26T03:09:26.302 DEBUG:teuthology.orchestra.run.smithi072:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T03:09:26.919 INFO:teuthology.orchestra.run.smithi072.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788768 Mar 26 03:09 /home/ubuntu/cephtest/cephadm 2024-03-26T03:09:26.919 DEBUG:teuthology.orchestra.run.smithi173:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-25-1628/e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-26T03:09:27.479 INFO:teuthology.orchestra.run.smithi173.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788768 Mar 26 03:09 /home/ubuntu/cephtest/cephadm 2024-03-26T03:09:27.479 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T03:09:27.487 DEBUG:teuthology.orchestra.run.smithi072:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T03:09:27.495 DEBUG:teuthology.orchestra.run.smithi173:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-26T03:09:27.513 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 on all hosts... 2024-03-26T03:09:27.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 pull 2024-03-26T03:09:27.532 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 pull 2024-03-26T03:09:27.539 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 pull 2024-03-26T03:09:27.696 INFO:teuthology.orchestra.run.smithi071.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003... 2024-03-26T03:09:27.704 INFO:teuthology.orchestra.run.smithi072.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003... 2024-03-26T03:09:27.710 INFO:teuthology.orchestra.run.smithi173.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003... 2024-03-26T03:10:19.640 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-03-26T03:10:19.641 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph_version": "ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev)", 2024-03-26T03:10:19.641 INFO:teuthology.orchestra.run.smithi071.stdout: "image_id": "f18c6672b5a35a9268569822301af4f68c7c1f5d599252bb322be37fdc7da354", 2024-03-26T03:10:19.641 INFO:teuthology.orchestra.run.smithi071.stdout: "repo_digests": [ 2024-03-26T03:10:19.641 INFO:teuthology.orchestra.run.smithi071.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:036ff263f269d03295f88ce388558d8d1cbe14b2ee02cd78a973d9f233151717" 2024-03-26T03:10:19.641 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-03-26T03:10:19.641 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-03-26T03:10:27.792 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2024-03-26T03:10:27.792 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph_version": "ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev)", 2024-03-26T03:10:27.792 INFO:teuthology.orchestra.run.smithi173.stdout: "image_id": "f18c6672b5a35a9268569822301af4f68c7c1f5d599252bb322be37fdc7da354", 2024-03-26T03:10:27.792 INFO:teuthology.orchestra.run.smithi173.stdout: "repo_digests": [ 2024-03-26T03:10:27.792 INFO:teuthology.orchestra.run.smithi173.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:036ff263f269d03295f88ce388558d8d1cbe14b2ee02cd78a973d9f233151717" 2024-03-26T03:10:27.792 INFO:teuthology.orchestra.run.smithi173.stdout: ] 2024-03-26T03:10:27.792 INFO:teuthology.orchestra.run.smithi173.stdout:} 2024-03-26T03:10:30.721 INFO:teuthology.orchestra.run.smithi072.stdout:{ 2024-03-26T03:10:30.721 INFO:teuthology.orchestra.run.smithi072.stdout: "ceph_version": "ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev)", 2024-03-26T03:10:30.721 INFO:teuthology.orchestra.run.smithi072.stdout: "image_id": "f18c6672b5a35a9268569822301af4f68c7c1f5d599252bb322be37fdc7da354", 2024-03-26T03:10:30.721 INFO:teuthology.orchestra.run.smithi072.stdout: "repo_digests": [ 2024-03-26T03:10:30.721 INFO:teuthology.orchestra.run.smithi072.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:036ff263f269d03295f88ce388558d8d1cbe14b2ee02cd78a973d9f233151717" 2024-03-26T03:10:30.722 INFO:teuthology.orchestra.run.smithi072.stdout: ] 2024-03-26T03:10:30.722 INFO:teuthology.orchestra.run.smithi072.stdout:} 2024-03-26T03:10:30.769 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2024-03-26T03:10:30.784 DEBUG:teuthology.orchestra.run.smithi072:> sudo mkdir -p /etc/ceph 2024-03-26T03:10:30.797 DEBUG:teuthology.orchestra.run.smithi173:> sudo mkdir -p /etc/ceph 2024-03-26T03:10:30.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2024-03-26T03:10:30.842 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod 777 /etc/ceph 2024-03-26T03:10:30.855 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 777 /etc/ceph 2024-03-26T03:10:30.867 INFO:tasks.cephadm:Writing seed config... 2024-03-26T03:10:30.868 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-03-26T03:10:30.868 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-26T03:10:30.868 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-26T03:10:30.868 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-03-26T03:10:30.868 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-26T03:10:30.868 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-26T03:10:30.868 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-26T03:10:30.868 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-26T03:10:30.868 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-26T03:10:30.869 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T03:10:30.869 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-26T03:10:30.890 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 = 3ff158ae-eb1e-11ee-95d0-87774f69a715 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-03-26T03:10:30.891 DEBUG:teuthology.orchestra.run.smithi071:mon.a> sudo journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.a.service 2024-03-26T03:10:30.936 DEBUG:teuthology.orchestra.run.smithi071:mgr.a> sudo journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mgr.a.service 2024-03-26T03:10:30.979 INFO:tasks.cephadm:Bootstrapping... 2024-03-26T03:10:30.979 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 -v bootstrap --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.71 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:10:31.188 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-03-26T03:10:31.188 INFO:teuthology.orchestra.run.smithi071.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003', '-v', 'bootstrap', '--fsid', '3ff158ae-eb1e-11ee-95d0-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.71', '--skip-admin-label'] 2024-03-26T03:10:31.188 INFO:teuthology.orchestra.run.smithi071.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-26T03:10:31.189 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying podman|docker is present... 2024-03-26T03:10:31.189 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying lvm2 is present... 2024-03-26T03:10:31.189 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying time synchronization is in place... 2024-03-26T03:10:31.195 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-26T03:10:31.195 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-26T03:10:31.198 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-26T03:10:31.198 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-03-26T03:10:31.202 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-26T03:10:31.202 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-26T03:10:31.207 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-26T03:10:31.207 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-03-26T03:10:31.211 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-26T03:10:31.211 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout masked 2024-03-26T03:10:31.215 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-26T03:10:31.215 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-03-26T03:10:31.218 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-26T03:10:31.218 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-26T03:10:31.222 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-26T03:10:31.222 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-03-26T03:10:31.226 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout enabled 2024-03-26T03:10:31.230 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout active 2024-03-26T03:10:31.230 INFO:teuthology.orchestra.run.smithi071.stdout:Unit ntp.service is enabled and running 2024-03-26T03:10:31.230 INFO:teuthology.orchestra.run.smithi071.stdout:Repeating the final host check... 2024-03-26T03:10:31.230 INFO:teuthology.orchestra.run.smithi071.stdout:docker (/usr/bin/docker) is present 2024-03-26T03:10:31.230 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl is present 2024-03-26T03:10:31.230 INFO:teuthology.orchestra.run.smithi071.stdout:lvcreate is present 2024-03-26T03:10:31.233 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-26T03:10:31.233 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-26T03:10:31.237 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-26T03:10:31.237 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-03-26T03:10:31.241 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-26T03:10:31.241 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-26T03:10:31.245 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-26T03:10:31.245 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-03-26T03:10:31.249 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-26T03:10:31.250 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout masked 2024-03-26T03:10:31.253 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-26T03:10:31.253 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-03-26T03:10:31.258 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-26T03:10:31.258 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-26T03:10:31.261 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-26T03:10:31.261 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-03-26T03:10:31.265 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout enabled 2024-03-26T03:10:31.269 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout active 2024-03-26T03:10:31.269 INFO:teuthology.orchestra.run.smithi071.stdout:Unit ntp.service is enabled and running 2024-03-26T03:10:31.270 INFO:teuthology.orchestra.run.smithi071.stdout:Host looks OK 2024-03-26T03:10:31.270 INFO:teuthology.orchestra.run.smithi071.stdout:Cluster fsid: 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:10:31.270 INFO:teuthology.orchestra.run.smithi071.stdout:Acquiring lock 139798971279216 on /run/cephadm/3ff158ae-eb1e-11ee-95d0-87774f69a715.lock 2024-03-26T03:10:31.270 INFO:teuthology.orchestra.run.smithi071.stdout:Lock 139798971279216 acquired on /run/cephadm/3ff158ae-eb1e-11ee-95d0-87774f69a715.lock 2024-03-26T03:10:31.270 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying IP 172.21.15.71 port 3300 ... 2024-03-26T03:10:31.270 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying IP 172.21.15.71 port 6789 ... 2024-03-26T03:10:31.270 INFO:teuthology.orchestra.run.smithi071.stdout:Base mon IP(s) is [172.21.15.71:3300, 172.21.15.71:6789], mon addrv is [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-03-26T03:10:31.273 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-03-26T03:10:31.273 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.71 metric 100 2024-03-26T03:10:31.273 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.71 metric 100 2024-03-26T03:10:31.273 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-26T03:10:31.273 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2024-03-26T03:10:31.273 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.71 metric 100 2024-03-26T03:10:31.273 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.71 metric 100 2024-03-26T03:10:31.273 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.71 metric 100 2024-03-26T03:10:31.275 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-26T03:10:31.275 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-26T03:10:31.275 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1789sec pref medium 2024-03-26T03:10:31.277 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-26T03:10:31.277 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-26T03:10:31.277 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-26T03:10:31.277 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-26T03:10:31.277 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d765/64 scope link 2024-03-26T03:10:31.277 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-26T03:10:31.278 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2024-03-26T03:10:31.278 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2024-03-26T03:10:31.279 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.0.1/32` 2024-03-26T03:10:31.279 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.0.1/32` 2024-03-26T03:10:31.279 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.0.2/32` 2024-03-26T03:10:31.279 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.0.2/32` 2024-03-26T03:10:31.279 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.15.254/32` 2024-03-26T03:10:31.279 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.15.254/32` 2024-03-26T03:10:31.279 INFO:teuthology.orchestra.run.smithi071.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-03-26T03:10:31.279 INFO:teuthology.orchestra.run.smithi071.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-26T03:10:31.279 INFO:teuthology.orchestra.run.smithi071.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003... 2024-03-26T03:10:31.612 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/docker: stdout e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003: Pulling from ceph-ci/ceph 2024-03-26T03:10:31.612 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/docker: stdout Digest: sha256:036ff263f269d03295f88ce388558d8d1cbe14b2ee02cd78a973d9f233151717 2024-03-26T03:10:31.612 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:10:31.612 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 2024-03-26T03:10:33.101 INFO:teuthology.orchestra.run.smithi071.stdout:ceph: stdout ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev) 2024-03-26T03:10:33.101 INFO:teuthology.orchestra.run.smithi071.stdout:Ceph version: ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev) 2024-03-26T03:10:33.101 INFO:teuthology.orchestra.run.smithi071.stdout:Extracting ceph user uid/gid from container image... 2024-03-26T03:10:34.457 INFO:teuthology.orchestra.run.smithi071.stdout:stat: stdout 167 167 2024-03-26T03:10:34.457 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial keys... 2024-03-26T03:10:35.867 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQCrPAJmN/cXCxAA275o1g35So/Pm7jApF7uwA== 2024-03-26T03:10:37.146 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQCsPAJm1xkBJBAABzk7CS/7CXEz1f5q8Fr5Yg== 2024-03-26T03:10:38.526 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQCtPAJm6/YcNhAARRGzBt0Kdt0+PUVLr+wHgg== 2024-03-26T03:10:38.527 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial monmap... 2024-03-26T03:10:39.881 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-26T03:10:39.881 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-26T03:10:39.881 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:10:39.881 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-26T03:10:39.881 INFO:teuthology.orchestra.run.smithi071.stdout:monmaptool for a [v2:172.21.15.71:3300,v1:172.21.15.71:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-26T03:10:39.881 INFO:teuthology.orchestra.run.smithi071.stdout:setting min_mon_release = quincy 2024-03-26T03:10:39.881 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: set fsid to 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:10:39.881 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-26T03:10:39.881 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:10:39.881 INFO:teuthology.orchestra.run.smithi071.stdout:Creating mon... 2024-03-26T03:10:41.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.629+0000 7f478f81dc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T03:10:41.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.629+0000 7f478f81dc80 1 imported monmap: 2024-03-26T03:10:41.241 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-26T03:10:41.241 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:10:41.241 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-26T03:10:39.295669+0000 2024-03-26T03:10:41.241 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr created 2024-03-26T03:10:39.295669+0000 2024-03-26T03:10:41.241 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-26T03:10:41.241 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-26T03:10:41.241 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-03-26T03:10:41.241 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.241 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.629+0000 7f478f81dc80 0 /usr/bin/ceph-mon: set fsid to 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:10:41.241 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T03:10:41.241 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.241 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Git sha 0 2024-03-26T03:10:41.242 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Compile date 2024-03-25 23:25:11 2024-03-26T03:10:41.242 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: DB SUMMARY 2024-03-26T03:10:41.242 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.242 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: DB Session ID: JUM5VJ09WUFMYBQ8CE9A 2024-03-26T03:10:41.242 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.242 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-26T03:10:41.242 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.242 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-26T03:10:41.242 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.242 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T03:10:41.242 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.create_if_missing: 1 2024-03-26T03:10:41.242 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T03:10:41.243 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T03:10:41.243 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T03:10:41.243 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T03:10:41.243 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.env: 0x5563e8850c60 2024-03-26T03:10:41.243 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T03:10:41.243 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.info_log: 0x5563e9d3cd60 2024-03-26T03:10:41.243 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T03:10:41.243 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.statistics: (nil) 2024-03-26T03:10:41.243 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.use_fsync: 0 2024-03-26T03:10:41.243 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T03:10:41.243 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T03:10:41.243 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T03:10:41.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T03:10:41.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T03:10:41.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T03:10:41.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T03:10:41.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T03:10:41.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T03:10:41.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T03:10:41.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T03:10:41.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.db_log_dir: 2024-03-26T03:10:41.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.wal_dir: 2024-03-26T03:10:41.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T03:10:41.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T03:10:41.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T03:10:41.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T03:10:41.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T03:10:41.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T03:10:41.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T03:10:41.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T03:10:41.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.write_buffer_manager: 0x5563e9d0f360 2024-03-26T03:10:41.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T03:10:41.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T03:10:41.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T03:10:41.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T03:10:41.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T03:10:41.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T03:10:41.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T03:10:41.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T03:10:41.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.unordered_write: 0 2024-03-26T03:10:41.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T03:10:41.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T03:10:41.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T03:10:41.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T03:10:41.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.row_cache: None 2024-03-26T03:10:41.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.wal_filter: None 2024-03-26T03:10:41.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T03:10:41.247 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T03:10:41.247 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T03:10:41.247 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T03:10:41.247 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.wal_compression: 0 2024-03-26T03:10:41.247 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T03:10:41.247 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T03:10:41.247 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T03:10:41.247 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T03:10:41.247 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T03:10:41.247 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T03:10:41.247 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T03:10:41.247 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T03:10:41.248 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T03:10:41.248 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T03:10:41.248 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T03:10:41.248 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T03:10:41.248 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T03:10:41.248 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T03:10:41.248 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T03:10:41.248 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T03:10:41.248 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T03:10:41.248 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T03:10:41.248 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T03:10:41.248 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T03:10:41.249 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T03:10:41.249 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T03:10:41.249 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T03:10:41.249 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_open_files: -1 2024-03-26T03:10:41.249 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T03:10:41.249 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T03:10:41.249 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T03:10:41.249 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T03:10:41.249 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T03:10:41.249 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Compression algorithms supported: 2024-03-26T03:10:41.249 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T03:10:41.249 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: kZSTD supported: 0 2024-03-26T03:10:41.250 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T03:10:41.250 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T03:10:41.250 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T03:10:41.250 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T03:10:41.250 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T03:10:41.250 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T03:10:41.250 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T03:10:41.250 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T03:10:41.250 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-26T03:10:41.250 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.250 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-26T03:10:41.250 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.251 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T03:10:41.251 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.251 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T03:10:41.251 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.merge_operator: 2024-03-26T03:10:41.251 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compaction_filter: None 2024-03-26T03:10:41.251 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T03:10:41.251 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T03:10:41.251 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T03:10:41.251 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T03:10:41.251 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5563e9d3cf20) 2024-03-26T03:10:41.251 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-26T03:10:41.251 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T03:10:41.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T03:10:41.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-26T03:10:41.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-26T03:10:41.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-26T03:10:41.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-26T03:10:41.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-26T03:10:41.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-26T03:10:41.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-26T03:10:41.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5563e9d41090 2024-03-26T03:10:41.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-26T03:10:41.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-26T03:10:41.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-26T03:10:41.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-26T03:10:41.253 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-26T03:10:41.253 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-26T03:10:41.253 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-26T03:10:41.253 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-26T03:10:41.253 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-26T03:10:41.253 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-26T03:10:41.253 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-26T03:10:41.253 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-26T03:10:41.253 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-26T03:10:41.253 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-26T03:10:41.253 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-26T03:10:41.254 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-26T03:10:41.254 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-26T03:10:41.254 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-26T03:10:41.254 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-26T03:10:41.254 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-26T03:10:41.254 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-26T03:10:41.254 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-26T03:10:41.254 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-26T03:10:41.254 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-26T03:10:41.254 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-26T03:10:41.254 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-26T03:10:41.254 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.254 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T03:10:41.255 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T03:10:41.255 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compression: NoCompression 2024-03-26T03:10:41.255 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T03:10:41.255 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T03:10:41.255 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T03:10:41.255 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.num_levels: 7 2024-03-26T03:10:41.255 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T03:10:41.255 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T03:10:41.255 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T03:10:41.255 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T03:10:41.255 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T03:10:41.255 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T03:10:41.255 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T03:10:41.256 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T03:10:41.256 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T03:10:41.256 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T03:10:41.256 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T03:10:41.256 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T03:10:41.256 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T03:10:41.256 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T03:10:41.256 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T03:10:41.256 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T03:10:41.256 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T03:10:41.256 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T03:10:41.256 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T03:10:41.257 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T03:10:41.257 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T03:10:41.257 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T03:10:41.257 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T03:10:41.257 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T03:10:41.257 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T03:10:41.257 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T03:10:41.257 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T03:10:41.257 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T03:10:41.257 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T03:10:41.257 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T03:10:41.257 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T03:10:41.257 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T03:10:41.257 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T03:10:41.258 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T03:10:41.258 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T03:10:41.258 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T03:10:41.258 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T03:10:41.258 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T03:10:41.258 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T03:10:41.258 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T03:10:41.258 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T03:10:41.258 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T03:10:41.258 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T03:10:41.258 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T03:10:41.258 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T03:10:41.259 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T03:10:41.259 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T03:10:41.259 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T03:10:41.259 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T03:10:41.259 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T03:10:41.259 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T03:10:41.259 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T03:10:41.259 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T03:10:41.259 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-26T03:10:41.259 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T03:10:41.259 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T03:10:41.259 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T03:10:41.260 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T03:10:41.260 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T03:10:41.260 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T03:10:41.260 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T03:10:41.260 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T03:10:41.260 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T03:10:41.260 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T03:10:41.260 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T03:10:41.260 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.ttl: 2592000 2024-03-26T03:10:41.260 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T03:10:41.260 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T03:10:41.260 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T03:10:41.260 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T03:10:41.261 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T03:10:41.261 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T03:10:41.261 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T03:10:41.261 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T03:10:41.261 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T03:10:41.261 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T03:10:41.261 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T03:10:41.261 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T03:10:41.261 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T03:10:41.261 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-26T03:10:41.261 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.261 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-26T03:10:41.261 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.262 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e76c0970-b94d-408c-bc2b-8676a1dbb431 2024-03-26T03:10:41.262 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.262 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-26T03:10:41.262 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.262 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5563e9e0a000 2024-03-26T03:10:41.262 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f478f81dc80 4 rocksdb: DB pointer 0x5563e9dfa000 2024-03-26T03:10:41.262 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f477f980700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T03:10:41.262 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.633+0000 7f477f980700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T03:10:41.262 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-26T03:10:41.262 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T03:10:41.262 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-26T03:10:41.262 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T03:10:41.262 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T03:10:41.263 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-26T03:10:41.263 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T03:10:41.263 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T03:10:41.263 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.263 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-26T03:10:41.263 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T03:10:41.263 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T03:10:41.263 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-26T03:10:41.263 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-26T03:10:41.263 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.263 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-26T03:10:41.264 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T03:10:41.264 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T03:10:41.264 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.264 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T03:10:41.264 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.264 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T03:10:41.264 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T03:10:41.264 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T03:10:41.264 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-26T03:10:41.264 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T03:10:41.264 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-26T03:10:41.264 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T03:10:41.265 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T03:10:41.265 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-26T03:10:41.265 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5563e9d41090#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-03-26T03:10:41.265 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-26T03:10:41.265 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.265 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-26T03:10:41.265 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr 2024-03-26T03:10:41.265 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.637+0000 7f478f81dc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-26T03:10:41.265 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.637+0000 7f478f81dc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-26T03:10:41.265 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-26T03:10:40.637+0000 7f478f81dc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-26T03:10:41.265 INFO:teuthology.orchestra.run.smithi071.stdout:create mon.a on 2024-03-26T03:10:41.483 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-26T03:10:41.670 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-26T03:10:41.903 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715.target -> /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715.target. 2024-03-26T03:10:41.903 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715.target -> /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715.target. 2024-03-26T03:10:42.159 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.a 2024-03-26T03:10:42.159 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.a.service: Unit ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.a.service not loaded. 2024-03-26T03:10:42.373 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715.target.wants/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service. 2024-03-26T03:10:42.382 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld does not appear to be present 2024-03-26T03:10:42.382 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to enable service . firewalld.service is not available 2024-03-26T03:10:42.382 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mon to start... 2024-03-26T03:10:42.382 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mon... 2024-03-26T03:10:43.881 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:43 smithi071 bash[21034]: cluster 2024-03-26T03:10:43.699105+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T03:10:44.496 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout cluster: 2024-03-26T03:10:44.496 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout id: 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:10:44.497 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-26T03:10:44.497 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-03-26T03:10:44.497 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout services: 2024-03-26T03:10:44.497 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.168891s) 2024-03-26T03:10:44.497 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-26T03:10:44.497 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-26T03:10:44.497 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-03-26T03:10:44.497 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout data: 2024-03-26T03:10:44.497 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-26T03:10:44.497 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-26T03:10:44.497 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-26T03:10:44.497 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout pgs: 2024-03-26T03:10:44.498 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-03-26T03:10:44.498 INFO:teuthology.orchestra.run.smithi071.stdout:mon is available 2024-03-26T03:10:44.498 INFO:teuthology.orchestra.run.smithi071.stdout:Assimilating anything we can from ceph.conf... 2024-03-26T03:10:45.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:44 smithi071 bash[21034]: cluster 2024-03-26T03:10:43.702341+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T03:10:45.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:44 smithi071 bash[21034]: cluster 2024-03-26T03:10:43.702523+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-03-26T03:10:45.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:44 smithi071 bash[21034]: cluster 2024-03-26T03:10:43.702538+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:10:45.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:44 smithi071 bash[21034]: cluster 2024-03-26T03:10:43.702546+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-26T03:10:39.295669+0000 2024-03-26T03:10:45.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:44 smithi071 bash[21034]: cluster 2024-03-26T03:10:43.702555+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-26T03:10:39.295669+0000 2024-03-26T03:10:45.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:44 smithi071 bash[21034]: cluster 2024-03-26T03:10:43.702563+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:10:45.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:44 smithi071 bash[21034]: cluster 2024-03-26T03:10:43.702571+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-26T03:10:45.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:44 smithi071 bash[21034]: cluster 2024-03-26T03:10:43.702579+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-03-26T03:10:45.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:44 smithi071 bash[21034]: cluster 2024-03-26T03:10:43.704639+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-03-26T03:10:45.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:44 smithi071 bash[21034]: cluster 2024-03-26T03:10:43.707176+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-26T03:10:45.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:44 smithi071 bash[21034]: cluster 2024-03-26T03:10:43.707645+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-03-26T03:10:45.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:44 smithi071 bash[21034]: audit 2024-03-26T03:10:43.871199+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.71:0/2198670593' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-26T03:10:45.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:45 smithi071 bash[21034]: audit 2024-03-26T03:10:45.517631+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.71:0/792067688' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-26T03:10:45.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:45 smithi071 bash[21034]: audit 2024-03-26T03:10:45.521372+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.71:0/792067688' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-26T03:10:46.144 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-03-26T03:10:46.144 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [global] 2024-03-26T03:10:46.144 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout fsid = 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:10:46.144 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-03-26T03:10:46.144 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-26T03:10:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-26T03:10:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-26T03:10:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-26T03:10:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-03-26T03:10:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-26T03:10:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-03-26T03:10:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-26T03:10:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-03-26T03:10:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [osd] 2024-03-26T03:10:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-26T03:10:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-26T03:10:46.145 INFO:teuthology.orchestra.run.smithi071.stdout:Generating new minimal ceph.conf... 2024-03-26T03:10:47.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:47 smithi071 bash[21034]: audit 2024-03-26T03:10:47.171249+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.71:0/3422604005' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:10:47.812 INFO:teuthology.orchestra.run.smithi071.stdout:Restarting the monitor... 2024-03-26T03:10:48.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:47 smithi071 systemd[1]: Stopping Ceph mon.a for 3ff158ae-eb1e-11ee-95d0-87774f69a715... 2024-03-26T03:10:48.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:47 smithi071 bash[21034]: debug 2024-03-26T03:10:47.952+0000 7fc5ec816700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-26T03:10:48.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:47 smithi071 bash[21034]: debug 2024-03-26T03:10:47.952+0000 7fc5ec816700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-26T03:10:48.599 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:48 smithi071 bash[21421]: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715-mon-a 2024-03-26T03:10:48.606 INFO:teuthology.orchestra.run.smithi071.stdout:Setting public_network to 172.21.0.1/32,172.21.0.2/32,172.21.0.0/20,172.21.15.254/32 in mon config section 2024-03-26T03:10:48.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:48 smithi071 bash[21483]: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715-mon-a 2024-03-26T03:10:48.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:48 smithi071 systemd[1]: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-26T03:10:48.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:48 smithi071 systemd[1]: Stopped Ceph mon.a for 3ff158ae-eb1e-11ee-95d0-87774f69a715. 2024-03-26T03:10:48.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:48 smithi071 systemd[1]: Started Ceph mon.a for 3ff158ae-eb1e-11ee-95d0-87774f69a715. 2024-03-26T03:10:50.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.768+0000 7f2a0ac1ec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T03:10:50.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.768+0000 7f2a0ac1ec80 0 ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev), process ceph-mon, pid 7 2024-03-26T03:10:50.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.768+0000 7f2a0ac1ec80 0 pidfile_write: ignore empty --pid-file 2024-03-26T03:10:50.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 0 load: jerasure load: lrc 2024-03-26T03:10:50.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T03:10:50.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Git sha 0 2024-03-26T03:10:50.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Compile date 2024-03-25 23:25:11 2024-03-26T03:10:50.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: DB SUMMARY 2024-03-26T03:10:50.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: DB Session ID: 2FBLHE2APTNYC35MDF1X 2024-03-26T03:10:50.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: CURRENT file: CURRENT 2024-03-26T03:10:50.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-26T03:10:50.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-26T03:10:50.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-26T03:10:50.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89089 ; 2024-03-26T03:10:50.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T03:10:50.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.create_if_missing: 0 2024-03-26T03:10:50.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T03:10:50.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T03:10:50.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T03:10:50.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T03:10:50.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.env: 0x561e5faf6c60 2024-03-26T03:10:50.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T03:10:50.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.info_log: 0x561e60e85b20 2024-03-26T03:10:50.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T03:10:50.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.statistics: (nil) 2024-03-26T03:10:50.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.use_fsync: 0 2024-03-26T03:10:50.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T03:10:50.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T03:10:50.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T03:10:50.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T03:10:50.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T03:10:50.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T03:10:50.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T03:10:50.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T03:10:50.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T03:10:50.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T03:10:50.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T03:10:50.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.db_log_dir: 2024-03-26T03:10:50.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.wal_dir: 2024-03-26T03:10:50.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T03:10:50.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T03:10:50.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T03:10:50.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T03:10:50.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T03:10:50.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T03:10:50.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T03:10:50.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T03:10:50.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.write_buffer_manager: 0x561e60e561e0 2024-03-26T03:10:50.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T03:10:50.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T03:10:50.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T03:10:50.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T03:10:50.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T03:10:50.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T03:10:50.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T03:10:50.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T03:10:50.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.unordered_write: 0 2024-03-26T03:10:50.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T03:10:50.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T03:10:50.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T03:10:50.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T03:10:50.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.row_cache: None 2024-03-26T03:10:50.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.wal_filter: None 2024-03-26T03:10:50.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T03:10:50.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T03:10:50.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.wal_compression: 0 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T03:10:50.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T03:10:50.033 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T03:10:50.033 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T03:10:50.033 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T03:10:50.033 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T03:10:50.033 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T03:10:50.033 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T03:10:50.033 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T03:10:50.033 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T03:10:50.033 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T03:10:50.033 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_open_files: -1 2024-03-26T03:10:50.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T03:10:50.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T03:10:50.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T03:10:50.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T03:10:50.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T03:10:50.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Compression algorithms supported: 2024-03-26T03:10:50.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T03:10:50.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: kZSTD supported: 0 2024-03-26T03:10:50.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T03:10:50.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T03:10:50.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T03:10:50.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T03:10:50.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.merge_operator: 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compaction_filter: None 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561e60e85d00) 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: cache_index_and_filter_blocks: 1 2024-03-26T03:10:50.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: pin_top_level_index_and_filter: 1 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: index_type: 0 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: data_block_index_type: 0 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: index_shortening: 1 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: data_block_hash_table_util_ratio: 0.750000 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: checksum: 4 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: no_block_cache: 0 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: block_cache: 0x561e60e87090 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: block_cache_name: BinnedLRUCache 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: block_cache_options: 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: capacity : 536870912 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: num_shard_bits : 4 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: strict_capacity_limit : 0 2024-03-26T03:10:50.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: high_pri_pool_ratio: 0.000 2024-03-26T03:10:50.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: block_cache_compressed: (nil) 2024-03-26T03:10:50.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: persistent_cache: (nil) 2024-03-26T03:10:50.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: block_size: 4096 2024-03-26T03:10:50.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: block_size_deviation: 10 2024-03-26T03:10:50.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: block_restart_interval: 16 2024-03-26T03:10:50.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: index_block_restart_interval: 1 2024-03-26T03:10:50.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: metadata_block_size: 4096 2024-03-26T03:10:50.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: partition_filters: 0 2024-03-26T03:10:50.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: use_delta_encoding: 1 2024-03-26T03:10:50.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: filter_policy: bloomfilter 2024-03-26T03:10:50.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: whole_key_filtering: 1 2024-03-26T03:10:50.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: verify_compression: 0 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: read_amp_bytes_per_bit: 0 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: format_version: 5 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: enable_index_compression: 1 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: block_align: 0 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: max_auto_readahead_size: 262144 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: prepopulate_block_cache: 0 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: initial_auto_readahead_size: 8192 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: num_file_reads_for_auto_readahead: 2 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compression: NoCompression 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T03:10:50.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.num_levels: 7 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T03:10:50.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T03:10:50.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T03:10:50.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T03:10:50.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T03:10:50.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T03:10:50.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T03:10:50.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T03:10:50.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T03:10:50.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T03:10:50.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T03:10:50.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T03:10:50.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T03:10:50.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T03:10:50.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T03:10:50.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T03:10:50.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T03:10:50.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.ttl: 2592000 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T03:10:50.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e76c0970-b94d-408c-bc2b-8676a1dbb431 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711422649776136, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.772+0000 7f2a0ac1ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.776+0000 7f2a0ac1ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711422649777252, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85706, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83853, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 78060, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711422649, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e76c0970-b94d-408c-bc2b-8676a1dbb431", "db_session_id": "2FBLHE2APTNYC35MDF1X", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.776+0000 7f2a0ac1ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711422649777350, "job": 1, "event": "recovery_finished"} 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.776+0000 7f2a0ac1ec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.776+0000 7f2a0ac1ec80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.776+0000 7f2a0ac1ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561e60f7a000 2024-03-26T03:10:50.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.776+0000 7f2a0ac1ec80 4 rocksdb: DB pointer 0x561e60f64000 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.776+0000 7f29f9379700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.776+0000 7f29f9379700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: ** DB Stats ** 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: ** Compaction Stats [default] ** 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: L0 2/0 85.56 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T03:10:50.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Sum 2/0 85.56 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: ** Compaction Stats [default] ** 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 118.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: AddFile(Total Files): cumulative 0, interval 0 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: AddFile(Keys): cumulative 0, interval 0 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Cumulative compaction: 0.00 GB write, 22.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Interval compaction: 0.00 GB write, 22.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T03:10:50.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: Block cache BinnedLRUCache@0x561e60e87090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: 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-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: ** File Read Latency Histogram By Level [default] ** 2024-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.776+0000 7f2a0ac1ec80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.776+0000 7f2a0ac1ec80 1 mon.a@-1(???) e1 preinit fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.776+0000 7f2a0ac1ec80 0 mon.a@-1(???).mds e1 new map 2024-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.776+0000 7f2a0ac1ec80 0 mon.a@-1(???).mds e1 print_map 2024-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: e1 2024-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: 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-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: legacy client fscid: -1 2024-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: 2024-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: No filesystems configured 2024-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.776+0000 7f2a0ac1ec80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.780+0000 7f2a0ac1ec80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:10:50.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.780+0000 7f2a0ac1ec80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:10:50.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.780+0000 7f2a0ac1ec80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:10:50.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: debug 2024-03-26T03:10:49.780+0000 7f2a0ac1ec80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-26T03:10:50.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: cluster 2024-03-26T03:10:49.801188+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-26T03:10:50.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: cluster 2024-03-26T03:10:49.801270+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-03-26T03:10:50.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: cluster 2024-03-26T03:10:49.801282+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:10:50.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: cluster 2024-03-26T03:10:49.801301+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-03-26T03:10:39.295669+0000 2024-03-26T03:10:50.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: cluster 2024-03-26T03:10:49.801313+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-03-26T03:10:39.295669+0000 2024-03-26T03:10:50.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: cluster 2024-03-26T03:10:49.801327+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:10:50.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: cluster 2024-03-26T03:10:49.801338+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-03-26T03:10:50.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: cluster 2024-03-26T03:10:49.801356+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-03-26T03:10:50.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: cluster 2024-03-26T03:10:49.801770+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-03-26T03:10:50.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: cluster 2024-03-26T03:10:49.801802+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-26T03:10:50.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:49 smithi071 bash[21522]: cluster 2024-03-26T03:10:49.802204+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-03-26T03:10:50.688 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-26T03:10:50.714 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:10:50.715 INFO:teuthology.orchestra.run.smithi071.stdout:Creating mgr... 2024-03-26T03:10:50.715 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-26T03:10:50.715 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-26T03:10:51.066 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mgr.a 2024-03-26T03:10:51.066 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mgr.a.service: Unit ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mgr.a.service not loaded. 2024-03-26T03:10:51.070 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:51 smithi071 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:10:51.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:50 smithi071 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:10:51.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:51 smithi071 bash[21522]: audit 2024-03-26T03:10:50.013288+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.71:0/505792262' entity='client.admin' 2024-03-26T03:10:51.261 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715.target.wants/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service. 2024-03-26T03:10:51.269 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld does not appear to be present 2024-03-26T03:10:51.269 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to enable service . firewalld.service is not available 2024-03-26T03:10:51.269 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld does not appear to be present 2024-03-26T03:10:51.269 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-26T03:10:51.269 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr to start... 2024-03-26T03:10:51.269 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr... 2024-03-26T03:10:51.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:51 smithi071 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:10:51.411 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:51 smithi071 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:10:51.411 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:51 smithi071 systemd[1]: Started Ceph mgr.a for 3ff158ae-eb1e-11ee-95d0-87774f69a715. 2024-03-26T03:10:53.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:52 smithi071 bash[21522]: audit 2024-03-26T03:10:52.776456+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.71:0/3154358000' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T03:10:53.026 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:52 smithi071 bash[21777]: debug 2024-03-26T03:10:52.708+0000 7f500b13f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T03:10:53.415 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-03-26T03:10:53.415 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:10:53.415 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "3ff158ae-eb1e-11ee-95d0-87774f69a715", 2024-03-26T03:10:53.415 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T03:10:53.415 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T03:10:53.415 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T03:10:53.416 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T03:10:53.416 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:10:53.416 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T03:10:53.416 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T03:10:53.416 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2024-03-26T03:10:53.416 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:10:53.418 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T03:10:53.418 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T03:10:53.418 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:10:53.418 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-26T03:10:53.418 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T03:10:53.418 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:10:53.418 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T03:10:53.418 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T03:10:53.418 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:10:53.419 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T03:10:53.419 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:10:53.419 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T03:10:53.419 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T03:10:53.419 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T03:10:53.419 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T03:10:53.419 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T03:10:53.419 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T03:10:53.422 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T03:10:53.423 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T03:10:43.703671+0000", 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:10:53.424 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:10:53.425 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T03:10:53.425 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:10:53.425 INFO:teuthology.orchestra.run.smithi071.stdout:mgr not available, waiting (1/15)... 2024-03-26T03:10:54.606 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:54 smithi071 bash[21777]: debug 2024-03-26T03:10:54.268+0000 7f500b13f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T03:10:54.606 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:54 smithi071 bash[21777]: debug 2024-03-26T03:10:54.360+0000 7f500b13f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T03:10:54.606 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:54 smithi071 bash[21777]: debug 2024-03-26T03:10:54.604+0000 7f500b13f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T03:10:55.661 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:55 smithi071 bash[21777]: debug 2024-03-26T03:10:55.392+0000 7f500b13f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T03:10:55.661 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:55 smithi071 bash[21777]: debug 2024-03-26T03:10:55.508+0000 7f500b13f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T03:10:55.661 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:55 smithi071 bash[21777]: debug 2024-03-26T03:10:55.608+0000 7f500b13f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T03:10:56.222 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:55 smithi071 bash[21777]: debug 2024-03-26T03:10:55.964+0000 7f500b13f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T03:10:56.222 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:56 smithi071 bash[21777]: debug 2024-03-26T03:10:56.076+0000 7f500b13f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T03:10:56.223 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:56 smithi071 bash[21777]: debug 2024-03-26T03:10:56.176+0000 7f500b13f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T03:10:56.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:10:56 smithi071 bash[21522]: audit 2024-03-26T03:10:56.536581+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.71:0/3883214378' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T03:10:56.911 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:56 smithi071 bash[21777]: debug 2024-03-26T03:10:56.544+0000 7f500b13f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T03:10:56.911 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:56 smithi071 bash[21777]: debug 2024-03-26T03:10:56.784+0000 7f500b13f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T03:10:57.152 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-03-26T03:10:57.152 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:10:57.152 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "3ff158ae-eb1e-11ee-95d0-87774f69a715", 2024-03-26T03:10:57.152 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T03:10:57.152 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T03:10:57.152 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T03:10:57.153 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T03:10:57.153 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:10:57.155 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T03:10:57.156 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T03:10:57.158 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T03:10:57.158 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T03:10:57.158 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T03:10:57.158 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T03:10:57.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:10:57.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T03:10:57.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T03:10:57.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T03:10:57.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T03:10:57.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T03:10:57.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T03:10:57.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T03:10:57.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T03:10:57.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T03:10:57.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:10:57.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T03:10:57.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:10:57.159 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T03:10:57.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T03:10:57.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:10:57.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T03:10:57.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T03:10:57.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T03:10:57.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T03:10:57.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T03:10:57.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T03:10:57.160 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T03:10:57.161 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:10:57.161 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:10:57.161 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:10:57.161 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T03:10:57.162 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:10:57.162 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T03:10:43.703671+0000", 2024-03-26T03:10:57.162 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:10:57.162 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:10:57.162 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T03:10:57.162 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:10:57.162 INFO:teuthology.orchestra.run.smithi071.stdout:mgr not available, waiting (2/15)... 2024-03-26T03:10:57.411 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:57 smithi071 bash[21777]: debug 2024-03-26T03:10:57.044+0000 7f500b13f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T03:10:57.411 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:57 smithi071 bash[21777]: debug 2024-03-26T03:10:57.156+0000 7f500b13f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T03:10:57.836 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:57 smithi071 bash[21777]: debug 2024-03-26T03:10:57.424+0000 7f500b13f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T03:10:58.161 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:57 smithi071 bash[21777]: debug 2024-03-26T03:10:57.836+0000 7f500b13f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:10:58.161 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:58 smithi071 bash[21777]: debug 2024-03-26T03:10:58.068+0000 7f500b13f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T03:10:58.661 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:58 smithi071 bash[21777]: debug 2024-03-26T03:10:58.188+0000 7f500b13f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T03:10:58.661 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:58 smithi071 bash[21777]: debug 2024-03-26T03:10:58.432+0000 7f500b13f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:10:59.541 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:59 smithi071 bash[21777]: debug 2024-03-26T03:10:59.428+0000 7f500b13f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T03:10:59.832 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:59 smithi071 bash[21777]: debug 2024-03-26T03:10:59.540+0000 7f500b13f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T03:11:00.161 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:59 smithi071 bash[21777]: debug 2024-03-26T03:10:59.832+0000 7f500b13f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T03:11:00.161 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:10:59 smithi071 bash[21777]: debug 2024-03-26T03:10:59.944+0000 7f500b13f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T03:11:00.525 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:00 smithi071 bash[21777]: debug 2024-03-26T03:11:00.404+0000 7f500b13f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T03:11:00.526 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:00 smithi071 bash[21522]: audit 2024-03-26T03:11:00.242598+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.71:0/2759204207' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T03:11:00.852 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-03-26T03:11:00.852 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:11:00.852 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "3ff158ae-eb1e-11ee-95d0-87774f69a715", 2024-03-26T03:11:00.852 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T03:11:00.853 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T03:11:00.854 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:11:00.854 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T03:11:00.854 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:11:00.854 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T03:11:00.854 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T03:11:00.854 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T03:11:00.858 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T03:11:00.858 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T03:11:00.858 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T03:11:00.858 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:11:00.858 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T03:11:00.858 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T03:11:00.858 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T03:11:00.858 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T03:11:00.858 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T03:11:00.858 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T03:11:00.859 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T03:11:00.859 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T03:11:00.859 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T03:11:00.859 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:11:00.859 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T03:11:00.859 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:11:00.859 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T03:11:00.859 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T03:11:00.859 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:11:00.859 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T03:11:00.859 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-26T03:11:00.859 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T03:10:43.703671+0000", 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:11:00.860 INFO:teuthology.orchestra.run.smithi071.stdout:mgr not available, waiting (3/15)... 2024-03-26T03:11:00.911 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:00 smithi071 bash[21777]: debug 2024-03-26T03:11:00.524+0000 7f500b13f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T03:11:01.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:01 smithi071 bash[21522]: cluster 2024-03-26T03:11:00.547712+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-03-26T03:11:01.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:01 smithi071 bash[21522]: cluster 2024-03-26T03:11:00.555026+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00769901s) 2024-03-26T03:11:01.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:01 smithi071 bash[21522]: audit 2024-03-26T03:11:00.556018+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.71:0/777284202' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T03:11:01.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:01 smithi071 bash[21522]: audit 2024-03-26T03:11:00.556211+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.71:0/777284202' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T03:11:01.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:01 smithi071 bash[21522]: audit 2024-03-26T03:11:00.556410+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.71:0/777284202' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T03:11:01.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:01 smithi071 bash[21522]: audit 2024-03-26T03:11:00.556603+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.71:0/777284202' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T03:11:01.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:01 smithi071 bash[21522]: audit 2024-03-26T03:11:00.556804+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.71:0/777284202' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:11:01.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:01 smithi071 bash[21522]: audit 2024-03-26T03:11:00.557223+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.71:0/777284202' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T03:11:01.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:01 smithi071 bash[21522]: cluster 2024-03-26T03:11:00.582835+0000 mon.a (mon.0) 24 : cluster [INF] Manager daemon a is now available 2024-03-26T03:11:01.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:01 smithi071 bash[21522]: audit 2024-03-26T03:11:00.594191+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.71:0/777284202' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T03:11:01.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:01 smithi071 bash[21522]: audit 2024-03-26T03:11:00.596988+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.71:0/777284202' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T03:11:01.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:01 smithi071 bash[21522]: audit 2024-03-26T03:11:00.603096+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.71:0/777284202' entity='mgr.a' 2024-03-26T03:11:01.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:01 smithi071 bash[21522]: audit 2024-03-26T03:11:00.608298+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.71:0/777284202' entity='mgr.a' 2024-03-26T03:11:01.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:01 smithi071 bash[21522]: audit 2024-03-26T03:11:00.613667+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.71:0/777284202' entity='mgr.a' 2024-03-26T03:11:02.881 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:02 smithi071 bash[21522]: cluster 2024-03-26T03:11:01.561550+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e3: a(active, since 1.01421s) 2024-03-26T03:11:04.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:04 smithi071 bash[21522]: cluster 2024-03-26T03:11:03.561936+0000 mon.a (mon.0) 31 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-03-26T03:11:04.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:04 smithi071 bash[21522]: audit 2024-03-26T03:11:04.349664+0000 mon.a (mon.0) 32 : audit [DBG] from='client.? 172.21.15.71:0/3811804683' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-26T03:11:05.007 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-03-26T03:11:05.007 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:11:05.007 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "3ff158ae-eb1e-11ee-95d0-87774f69a715", 2024-03-26T03:11:05.007 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2024-03-26T03:11:05.007 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-26T03:11:05.007 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "a" 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-26T03:11:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:11:05.009 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-26T03:11:05.009 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:11:05.009 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-26T03:11:05.009 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-26T03:11:05.009 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-26T03:11:05.009 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-26T03:11:05.009 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-26T03:11:05.009 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-26T03:11:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:11:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-26T03:11:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-26T03:11:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-26T03:11:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-26T03:11:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-26T03:11:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-26T03:11:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-26T03:11:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-26T03:11:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-26T03:11:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:11:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-26T03:11:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:11:05.013 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-26T03:11:05.014 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-26T03:11:05.014 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:11:05.014 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-26T03:11:05.014 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T03:11:05.014 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-26T03:11:05.014 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-26T03:11:05.014 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-26T03:11:05.014 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-26T03:11:05.014 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2024-03-26T03:11:05.014 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-03-26T03:11:05.014 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:11:05.014 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:11:05.014 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-26T03:11:05.014 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-26T03:11:05.015 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2024-03-26T03:10:43.703671+0000", 2024-03-26T03:11:05.015 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-26T03:11:05.015 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-03-26T03:11:05.015 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-26T03:11:05.015 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:11:05.015 INFO:teuthology.orchestra.run.smithi071.stdout:mgr is available 2024-03-26T03:11:06.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:06 smithi071 bash[21522]: audit 2024-03-26T03:11:06.243616+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.71:0/2527892985' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-26T03:11:06.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:06 smithi071 bash[21522]: audit 2024-03-26T03:11:06.248634+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.71:0/2527892985' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-26T03:11:06.878 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-03-26T03:11:06.878 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [global] 2024-03-26T03:11:06.878 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout fsid = 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:11:06.878 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-26T03:11:06.878 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-26T03:11:06.878 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-26T03:11:06.878 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-26T03:11:06.878 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-03-26T03:11:06.878 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-26T03:11:06.878 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-26T03:11:06.878 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-03-26T03:11:06.878 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [osd] 2024-03-26T03:11:06.879 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-26T03:11:06.879 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-26T03:11:06.879 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling cephadm module... 2024-03-26T03:11:08.548 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:08 smithi071 bash[21522]: audit 2024-03-26T03:11:08.230774+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.71:0/415448710' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-26T03:11:08.549 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:08 smithi071 bash[21777]: ignoring --setuser ceph since I am not root 2024-03-26T03:11:08.549 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:08 smithi071 bash[21777]: ignoring --setgroup ceph since I am not root 2024-03-26T03:11:08.549 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:08 smithi071 bash[21777]: debug 2024-03-26T03:11:08.467+0000 7f95f3f2c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T03:11:09.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:09 smithi071 bash[21522]: audit 2024-03-26T03:11:08.282850+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.71:0/415448710' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-26T03:11:09.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:09 smithi071 bash[21522]: cluster 2024-03-26T03:11:08.287531+0000 mon.a (mon.0) 37 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-03-26T03:11:10.316 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:10 smithi071 bash[21777]: debug 2024-03-26T03:11:10.035+0000 7f95f3f2c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T03:11:10.317 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:10 smithi071 bash[21777]: debug 2024-03-26T03:11:10.131+0000 7f95f3f2c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T03:11:10.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:10 smithi071 bash[21522]: audit 2024-03-26T03:11:10.303202+0000 mon.a (mon.0) 38 : audit [DBG] from='client.? 172.21.15.71:0/2544206017' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-26T03:11:10.661 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:10 smithi071 bash[21777]: debug 2024-03-26T03:11:10.387+0000 7f95f3f2c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T03:11:10.911 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:11:10.911 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-26T03:11:10.911 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T03:11:10.912 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-26T03:11:10.912 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-26T03:11:10.912 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:11:10.912 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for the mgr to restart... 2024-03-26T03:11:10.912 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr epoch 5... 2024-03-26T03:11:11.483 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:11 smithi071 bash[21777]: debug 2024-03-26T03:11:11.183+0000 7f95f3f2c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T03:11:11.483 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:11 smithi071 bash[21777]: debug 2024-03-26T03:11:11.295+0000 7f95f3f2c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T03:11:11.484 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:11 smithi071 bash[21777]: debug 2024-03-26T03:11:11.399+0000 7f95f3f2c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T03:11:12.161 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:11 smithi071 bash[21777]: debug 2024-03-26T03:11:11.759+0000 7f95f3f2c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T03:11:12.161 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:11 smithi071 bash[21777]: debug 2024-03-26T03:11:11.871+0000 7f95f3f2c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T03:11:12.162 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:11 smithi071 bash[21777]: debug 2024-03-26T03:11:11.971+0000 7f95f3f2c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T03:11:12.661 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:12 smithi071 bash[21777]: debug 2024-03-26T03:11:12.327+0000 7f95f3f2c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T03:11:12.662 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:12 smithi071 bash[21777]: debug 2024-03-26T03:11:12.563+0000 7f95f3f2c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T03:11:13.161 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:12 smithi071 bash[21777]: debug 2024-03-26T03:11:12.827+0000 7f95f3f2c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T03:11:13.162 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:12 smithi071 bash[21777]: debug 2024-03-26T03:11:12.939+0000 7f95f3f2c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T03:11:13.619 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:13 smithi071 bash[21777]: debug 2024-03-26T03:11:13.207+0000 7f95f3f2c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T03:11:13.911 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:13 smithi071 bash[21777]: debug 2024-03-26T03:11:13.615+0000 7f95f3f2c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:11:13.911 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:13 smithi071 bash[21777]: debug 2024-03-26T03:11:13.855+0000 7f95f3f2c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T03:11:14.411 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:13 smithi071 bash[21777]: debug 2024-03-26T03:11:13.971+0000 7f95f3f2c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T03:11:14.411 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:14 smithi071 bash[21777]: debug 2024-03-26T03:11:14.215+0000 7f95f3f2c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:11:15.641 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:15 smithi071 bash[21777]: debug 2024-03-26T03:11:15.235+0000 7f95f3f2c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T03:11:15.641 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:15 smithi071 bash[21777]: debug 2024-03-26T03:11:15.347+0000 7f95f3f2c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T03:11:15.911 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:15 smithi071 bash[21777]: debug 2024-03-26T03:11:15.639+0000 7f95f3f2c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T03:11:15.911 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:15 smithi071 bash[21777]: debug 2024-03-26T03:11:15.751+0000 7f95f3f2c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T03:11:16.661 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:16 smithi071 bash[21777]: debug 2024-03-26T03:11:16.195+0000 7f95f3f2c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T03:11:16.662 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:16 smithi071 bash[21777]: debug 2024-03-26T03:11:16.315+0000 7f95f3f2c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T03:11:16.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:16 smithi071 bash[21522]: cluster 2024-03-26T03:11:16.339206+0000 mon.a (mon.0) 39 : cluster [INF] Active manager daemon a restarted 2024-03-26T03:11:16.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:16 smithi071 bash[21522]: cluster 2024-03-26T03:11:16.339443+0000 mon.a (mon.0) 40 : cluster [INF] Activating manager daemon a 2024-03-26T03:11:16.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:16 smithi071 bash[21522]: cluster 2024-03-26T03:11:16.346825+0000 mon.a (mon.0) 41 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-26T03:11:16.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:16 smithi071 bash[21522]: cluster 2024-03-26T03:11:16.347084+0000 mon.a (mon.0) 42 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00772961s) 2024-03-26T03:11:16.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:16 smithi071 bash[21522]: audit 2024-03-26T03:11:16.347930+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:11:16.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:16 smithi071 bash[21522]: audit 2024-03-26T03:11:16.349951+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T03:11:16.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:16 smithi071 bash[21522]: audit 2024-03-26T03:11:16.351129+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T03:11:16.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:16 smithi071 bash[21522]: audit 2024-03-26T03:11:16.351645+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T03:11:16.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:16 smithi071 bash[21522]: audit 2024-03-26T03:11:16.351883+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T03:11:16.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:16 smithi071 bash[21522]: cluster 2024-03-26T03:11:16.375563+0000 mon.a (mon.0) 48 : cluster [INF] Manager daemon a is now available 2024-03-26T03:11:17.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:17 smithi071 bash[21522]: cephadm 2024-03-26T03:11:16.394959+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-26T03:11:17.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:17 smithi071 bash[21522]: audit 2024-03-26T03:11:16.397406+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' 2024-03-26T03:11:17.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:17 smithi071 bash[21522]: audit 2024-03-26T03:11:16.400046+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' 2024-03-26T03:11:17.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:17 smithi071 bash[21522]: audit 2024-03-26T03:11:16.404294+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:11:17.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:17 smithi071 bash[21522]: audit 2024-03-26T03:11:16.408306+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:11:17.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:17 smithi071 bash[21522]: audit 2024-03-26T03:11:16.417811+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T03:11:17.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:17 smithi071 bash[21522]: audit 2024-03-26T03:11:16.421132+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T03:11:17.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:17 smithi071 bash[21522]: audit 2024-03-26T03:11:16.852228+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' 2024-03-26T03:11:17.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:17 smithi071 bash[21522]: audit 2024-03-26T03:11:16.858700+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' 2024-03-26T03:11:17.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:17 smithi071 bash[21522]: cluster 2024-03-26T03:11:17.353202+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.01384s) 2024-03-26T03:11:18.101 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:11:18.101 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-26T03:11:18.101 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-26T03:11:18.101 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:11:18.101 INFO:teuthology.orchestra.run.smithi071.stdout:mgr epoch 5 is available 2024-03-26T03:11:18.101 INFO:teuthology.orchestra.run.smithi071.stdout:Setting orchestrator backend to cephadm... 2024-03-26T03:11:18.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:18 smithi071 bash[21522]: audit 2024-03-26T03:11:17.351239+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-26T03:11:18.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:18 smithi071 bash[21522]: audit 2024-03-26T03:11:17.363587+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-26T03:11:18.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:18 smithi071 bash[21522]: cephadm 2024-03-26T03:11:17.370832+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [26/Mar/2024:03:11:17] ENGINE Bus STARTING 2024-03-26T03:11:18.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:18 smithi071 bash[21522]: cephadm 2024-03-26T03:11:17.472804+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [26/Mar/2024:03:11:17] ENGINE Serving on http://172.21.15.71:8765 2024-03-26T03:11:18.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:18 smithi071 bash[21522]: cephadm 2024-03-26T03:11:17.588040+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [26/Mar/2024:03:11:17] ENGINE Serving on https://172.21.15.71:7150 2024-03-26T03:11:18.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:18 smithi071 bash[21522]: cephadm 2024-03-26T03:11:17.588208+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [26/Mar/2024:03:11:17] ENGINE Bus STARTED 2024-03-26T03:11:18.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:18 smithi071 bash[21522]: audit 2024-03-26T03:11:17.630802+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:11:19.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:19 smithi071 bash[21522]: cluster 2024-03-26T03:11:18.409701+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-03-26T03:11:19.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:19 smithi071 bash[21522]: audit 2024-03-26T03:11:19.360173+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' 2024-03-26T03:11:19.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:19 smithi071 bash[21522]: audit 2024-03-26T03:11:19.402389+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:11:20.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:20 smithi071 bash[21522]: audit 2024-03-26T03:11:19.354732+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:11:21.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:21 smithi071 bash[21522]: audit 2024-03-26T03:11:21.213917+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:11:21.868 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-26T03:11:21.868 INFO:teuthology.orchestra.run.smithi071.stdout:Generating ssh key... 2024-03-26T03:11:23.662 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: Generating public/private rsa key pair. 2024-03-26T03:11:23.662 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: Your identification has been saved in /tmp/tmpna5re49b/key. 2024-03-26T03:11:23.662 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: Your public key has been saved in /tmp/tmpna5re49b/key.pub. 2024-03-26T03:11:23.662 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: The key fingerprint is: 2024-03-26T03:11:23.662 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: SHA256:45JJ5G228YPNL6rajt+VvdrO0k+JZd4rQoWUazhxHUw ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:11:23.662 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: The key's randomart image is: 2024-03-26T03:11:23.662 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: +---[RSA 3072]----+ 2024-03-26T03:11:23.662 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: | =E. | 2024-03-26T03:11:23.663 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: | . + o | 2024-03-26T03:11:23.663 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: | . = o | 2024-03-26T03:11:23.663 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: | o . o + . | 2024-03-26T03:11:23.663 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: | o S o . o | 2024-03-26T03:11:23.663 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: | . * O + = o | 2024-03-26T03:11:23.663 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: | + + O.o + .| 2024-03-26T03:11:23.663 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: | o o .o*.+ .| 2024-03-26T03:11:23.663 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: | o+=.o..=B.o. | 2024-03-26T03:11:23.663 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:23 smithi071 bash[21777]: +----[SHA256]-----+ 2024-03-26T03:11:24.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:24 smithi071 bash[21522]: audit 2024-03-26T03:11:23.089253+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:11:24.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:24 smithi071 bash[21522]: cephadm 2024-03-26T03:11:23.089524+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-26T03:11:24.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:24 smithi071 bash[21522]: audit 2024-03-26T03:11:23.342052+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' 2024-03-26T03:11:24.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:24 smithi071 bash[21522]: audit 2024-03-26T03:11:23.347271+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' 2024-03-26T03:11:25.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:25 smithi071 bash[21522]: audit 2024-03-26T03:11:25.115404+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:11:25.778 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTYAmlX1p/bdDOhV3ZY/enuGvAnUN6ARp0306ElBXMEv/fUMHqDSnYQtGkh3VSgD0fKXR89cXnwPpDAUrtJP6szSTpFp/43Ar/IZiz6G0hQsxh/abJBTzyXrO2Q/EQh2md/NzGkZEnzmwweCcG2La1sPDR6e8pmoaeKLDWHGY4B+3zOcKmOVaoWkBQVkH2l/q3V4kOnT08JMhCGt1UZP7Q2SpmkcbvtaWk6fxRoQaR6ZqXvdb8d2rM31xpHk+IuWkFJgPdC+dLrYC9Zq4L6RoS4mO+dj6bO+QyHvSKj1AjorHL96HXnf9tjkfxT32kKjElChcuBWIu3dTxcOtN481DtILI65k7wo5DVQkXVSjcGTh5X+krlx7lEFeKsF6SCjal10/Farq5xwbvSWlcc40rCg94cVCM98P4lHez/aPyhWB2Yw2Xg3yzyh79wbia2zIlQoIL2dxwM8smzsPoe2RbNztbJQWRhK3wY4yjJaqKUuqsQ0WcCP1oNahfyHjeu70= ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:11:25.778 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-26T03:11:25.778 INFO:teuthology.orchestra.run.smithi071.stdout:Adding key to root@localhost authorized_keys... 2024-03-26T03:11:25.779 INFO:teuthology.orchestra.run.smithi071.stdout:Adding host smithi071... 2024-03-26T03:11:27.405 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:27 smithi071 bash[21522]: audit 2024-03-26T03:11:27.121735+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "addr": "172.21.15.71", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:11:28.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:28 smithi071 bash[21522]: cephadm 2024-03-26T03:11:27.732268+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi071 2024-03-26T03:11:33.533 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Added host 'smithi071' with addr '172.21.15.71' 2024-03-26T03:11:33.533 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying unmanaged mon service... 2024-03-26T03:11:33.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:33 smithi071 bash[21522]: audit 2024-03-26T03:11:32.682954+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' 2024-03-26T03:11:33.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:33 smithi071 bash[21522]: cephadm 2024-03-26T03:11:32.683512+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi071 2024-03-26T03:11:33.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:33 smithi071 bash[21522]: audit 2024-03-26T03:11:32.711313+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:11:35.917 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-26T03:11:35.917 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying unmanaged mgr service... 2024-03-26T03:11:36.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:35 smithi071 bash[21522]: audit 2024-03-26T03:11:34.863077+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:11:36.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:35 smithi071 bash[21522]: cephadm 2024-03-26T03:11:34.866356+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-26T03:11:36.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:35 smithi071 bash[21522]: audit 2024-03-26T03:11:34.869444+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' 2024-03-26T03:11:37.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:37 smithi071 bash[21522]: cluster 2024-03-26T03:11:36.352826+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:11:38.692 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-26T03:11:38.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:38 smithi071 bash[21522]: audit 2024-03-26T03:11:37.538640+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' 2024-03-26T03:11:38.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:38 smithi071 bash[21522]: audit 2024-03-26T03:11:38.017448+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' 2024-03-26T03:11:38.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:38 smithi071 bash[21522]: audit 2024-03-26T03:11:38.030784+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:11:38.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:38 smithi071 bash[21522]: cephadm 2024-03-26T03:11:38.032743+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-26T03:11:38.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:38 smithi071 bash[21522]: audit 2024-03-26T03:11:38.037958+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' 2024-03-26T03:11:40.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:40 smithi071 bash[21522]: cluster 2024-03-26T03:11:38.353266+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:11:40.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:40 smithi071 bash[21522]: audit 2024-03-26T03:11:40.011015+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.71:0/1938665454' entity='client.admin' 2024-03-26T03:11:42.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:42 smithi071 bash[21522]: cluster 2024-03-26T03:11:40.353712+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:11:42.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:42 smithi071 bash[21522]: audit 2024-03-26T03:11:41.864004+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.71:0/2556646881' entity='client.admin' 2024-03-26T03:11:42.502 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling the dashboard module... 2024-03-26T03:11:44.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:44 smithi071 bash[21522]: cluster 2024-03-26T03:11:42.354134+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:11:44.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:44 smithi071 bash[21522]: audit 2024-03-26T03:11:43.405767+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' 2024-03-26T03:11:44.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:44 smithi071 bash[21522]: audit 2024-03-26T03:11:43.834899+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.71:0/3580393965' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-26T03:11:44.911 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:44 smithi071 bash[21777]: ignoring --setuser ceph since I am not root 2024-03-26T03:11:44.912 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:44 smithi071 bash[21777]: ignoring --setgroup ceph since I am not root 2024-03-26T03:11:44.912 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:44 smithi071 bash[21777]: debug 2024-03-26T03:11:44.591+0000 7f66486e6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T03:11:45.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:45 smithi071 bash[21522]: audit 2024-03-26T03:11:44.397809+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.71:0/3598526569' entity='mgr.a' 2024-03-26T03:11:45.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:45 smithi071 bash[21522]: audit 2024-03-26T03:11:44.405244+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.71:0/3580393965' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-26T03:11:45.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:45 smithi071 bash[21522]: cluster 2024-03-26T03:11:44.410078+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e9: a(active, since 28s) 2024-03-26T03:11:46.255 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:46 smithi071 bash[21777]: debug 2024-03-26T03:11:46.154+0000 7f66486e6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T03:11:46.604 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:46 smithi071 bash[21777]: debug 2024-03-26T03:11:46.250+0000 7f66486e6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T03:11:46.604 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:46 smithi071 bash[21777]: debug 2024-03-26T03:11:46.498+0000 7f66486e6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T03:11:46.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:46 smithi071 bash[21522]: audit 2024-03-26T03:11:46.590280+0000 mon.a (mon.0) 77 : audit [DBG] from='client.? 172.21.15.71:0/1548938969' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-26T03:11:47.212 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:11:47.212 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-26T03:11:47.212 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-26T03:11:47.212 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-26T03:11:47.212 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-26T03:11:47.212 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:11:47.212 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for the mgr to restart... 2024-03-26T03:11:47.212 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr epoch 9... 2024-03-26T03:11:47.521 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:47 smithi071 bash[21777]: debug 2024-03-26T03:11:47.302+0000 7f66486e6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T03:11:47.521 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:47 smithi071 bash[21777]: debug 2024-03-26T03:11:47.414+0000 7f66486e6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T03:11:48.162 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:47 smithi071 bash[21777]: debug 2024-03-26T03:11:47.518+0000 7f66486e6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T03:11:48.162 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:47 smithi071 bash[21777]: debug 2024-03-26T03:11:47.878+0000 7f66486e6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T03:11:48.162 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:48 smithi071 bash[21777]: debug 2024-03-26T03:11:47.998+0000 7f66486e6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T03:11:48.162 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:48 smithi071 bash[21777]: debug 2024-03-26T03:11:48.106+0000 7f66486e6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T03:11:48.911 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:48 smithi071 bash[21777]: debug 2024-03-26T03:11:48.462+0000 7f66486e6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T03:11:48.912 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:48 smithi071 bash[21777]: debug 2024-03-26T03:11:48.702+0000 7f66486e6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T03:11:49.353 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:48 smithi071 bash[21777]: debug 2024-03-26T03:11:48.962+0000 7f66486e6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T03:11:49.353 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:49 smithi071 bash[21777]: debug 2024-03-26T03:11:49.078+0000 7f66486e6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T03:11:49.662 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:49 smithi071 bash[21777]: debug 2024-03-26T03:11:49.350+0000 7f66486e6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T03:11:50.125 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:49 smithi071 bash[21777]: debug 2024-03-26T03:11:49.762+0000 7f66486e6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:11:50.125 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:50 smithi071 bash[21777]: debug 2024-03-26T03:11:50.002+0000 7f66486e6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T03:11:50.412 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:50 smithi071 bash[21777]: debug 2024-03-26T03:11:50.122+0000 7f66486e6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T03:11:50.412 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:50 smithi071 bash[21777]: debug 2024-03-26T03:11:50.370+0000 7f66486e6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:11:51.662 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:51 smithi071 bash[21777]: debug 2024-03-26T03:11:51.370+0000 7f66486e6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T03:11:51.662 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:51 smithi071 bash[21777]: debug 2024-03-26T03:11:51.486+0000 7f66486e6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T03:11:52.162 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:51 smithi071 bash[21777]: debug 2024-03-26T03:11:51.782+0000 7f66486e6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T03:11:52.162 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:51 smithi071 bash[21777]: debug 2024-03-26T03:11:51.894+0000 7f66486e6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T03:11:52.600 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:52 smithi071 bash[21777]: debug 2024-03-26T03:11:52.342+0000 7f66486e6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T03:11:52.600 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:11:52 smithi071 bash[21777]: debug 2024-03-26T03:11:52.466+0000 7f66486e6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T03:11:52.600 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:52 smithi071 bash[21522]: cluster 2024-03-26T03:11:52.490905+0000 mon.a (mon.0) 78 : cluster [INF] Active manager daemon a restarted 2024-03-26T03:11:52.600 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:52 smithi071 bash[21522]: cluster 2024-03-26T03:11:52.491726+0000 mon.a (mon.0) 79 : cluster [INF] Activating manager daemon a 2024-03-26T03:11:52.600 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:52 smithi071 bash[21522]: cluster 2024-03-26T03:11:52.499206+0000 mon.a (mon.0) 80 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-26T03:11:52.601 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:52 smithi071 bash[21522]: cluster 2024-03-26T03:11:52.499490+0000 mon.a (mon.0) 81 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00813347s) 2024-03-26T03:11:52.601 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:52 smithi071 bash[21522]: audit 2024-03-26T03:11:52.502121+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:11:52.601 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:52 smithi071 bash[21522]: audit 2024-03-26T03:11:52.503760+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-26T03:11:52.601 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:52 smithi071 bash[21522]: audit 2024-03-26T03:11:52.504673+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-26T03:11:52.601 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:52 smithi071 bash[21522]: audit 2024-03-26T03:11:52.505010+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-26T03:11:52.601 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:52 smithi071 bash[21522]: audit 2024-03-26T03:11:52.505163+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-26T03:11:52.601 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:52 smithi071 bash[21522]: cluster 2024-03-26T03:11:52.530805+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon a is now available 2024-03-26T03:11:53.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:53 smithi071 bash[21522]: audit 2024-03-26T03:11:52.554983+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:11:53.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:53 smithi071 bash[21522]: audit 2024-03-26T03:11:52.573840+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-26T03:11:53.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:53 smithi071 bash[21522]: audit 2024-03-26T03:11:52.578206+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-26T03:11:53.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:53 smithi071 bash[21522]: cephadm 2024-03-26T03:11:53.196880+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [26/Mar/2024:03:11:53] ENGINE Bus STARTING 2024-03-26T03:11:53.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:53 smithi071 bash[21522]: cephadm 2024-03-26T03:11:53.314325+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [26/Mar/2024:03:11:53] ENGINE Serving on https://172.21.15.71:7150 2024-03-26T03:11:53.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:53 smithi071 bash[21522]: cephadm 2024-03-26T03:11:53.415437+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [26/Mar/2024:03:11:53] ENGINE Serving on http://172.21.15.71:8765 2024-03-26T03:11:53.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:53 smithi071 bash[21522]: cephadm 2024-03-26T03:11:53.415575+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [26/Mar/2024:03:11:53] ENGINE Bus STARTED 2024-03-26T03:11:53.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:53 smithi071 bash[21522]: cluster 2024-03-26T03:11:53.505727+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: a(active, since 1.01437s) 2024-03-26T03:11:54.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-03-26T03:11:54.252 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-26T03:11:54.253 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-26T03:11:54.253 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-03-26T03:11:54.253 INFO:teuthology.orchestra.run.smithi071.stdout:mgr epoch 9 is available 2024-03-26T03:11:54.253 INFO:teuthology.orchestra.run.smithi071.stdout:Generating a dashboard self-signed certificate... 2024-03-26T03:11:54.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:54 smithi071 bash[21522]: audit 2024-03-26T03:11:53.503237+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-26T03:11:54.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:54 smithi071 bash[21522]: audit 2024-03-26T03:11:53.515564+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-26T03:11:55.862 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:55 smithi071 bash[21522]: cluster 2024-03-26T03:11:54.554155+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-03-26T03:11:56.249 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-26T03:11:56.249 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial admin user... 2024-03-26T03:11:56.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:56 smithi071 bash[21522]: audit 2024-03-26T03:11:55.490626+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:11:56.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:56 smithi071 bash[21522]: audit 2024-03-26T03:11:55.610369+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:11:56.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:56 smithi071 bash[21522]: audit 2024-03-26T03:11:55.613905+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:11:58.478 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$.5GqBx9VDyWb/.Tdjv1chuLOTQVtH5BI9pWXeXxIrbuc2OjwXlI2e", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711422717, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-26T03:11:58.478 INFO:teuthology.orchestra.run.smithi071.stdout:Fetching dashboard port number... 2024-03-26T03:11:59.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:58 smithi071 bash[21522]: audit 2024-03-26T03:11:57.538489+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:11:59.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:58 smithi071 bash[21522]: audit 2024-03-26T03:11:57.822280+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:00.070 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:59 smithi071 bash[21522]: cluster 2024-03-26T03:11:58.828082+0000 mon.a (mon.0) 96 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-03-26T03:12:00.070 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:59 smithi071 bash[21522]: audit 2024-03-26T03:11:59.515306+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:00.070 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:11:59 smithi071 bash[21522]: audit 2024-03-26T03:11:59.747269+0000 mon.a (mon.0) 98 : audit [DBG] from='client.? 172.21.15.71:0/769378022' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-26T03:12:00.416 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 8443 2024-03-26T03:12:00.417 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld does not appear to be present 2024-03-26T03:12:00.417 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-26T03:12:00.419 INFO:teuthology.orchestra.run.smithi071.stdout:Ceph Dashboard is now available at: 2024-03-26T03:12:00.419 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:12:00.419 INFO:teuthology.orchestra.run.smithi071.stdout: URL: https://smithi071.front.sepia.ceph.com:8443/ 2024-03-26T03:12:00.419 INFO:teuthology.orchestra.run.smithi071.stdout: User: admin 2024-03-26T03:12:00.419 INFO:teuthology.orchestra.run.smithi071.stdout: Password: kk0lkju6sc 2024-03-26T03:12:00.419 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:12:00.420 INFO:teuthology.orchestra.run.smithi071.stdout:Saving cluster configuration to /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config directory 2024-03-26T03:12:00.420 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling autotune for osd_memory_target 2024-03-26T03:12:01.757 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:01 smithi071 bash[21522]: audit 2024-03-26T03:12:00.507745+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:04.378 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-26T03:12:04.378 INFO:teuthology.orchestra.run.smithi071.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-26T03:12:04.378 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:12:04.378 INFO:teuthology.orchestra.run.smithi071.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:12:04.378 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:12:04.378 INFO:teuthology.orchestra.run.smithi071.stdout:Or, if you are only running a single cluster on this host: 2024-03-26T03:12:04.379 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:12:04.379 INFO:teuthology.orchestra.run.smithi071.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-26T03:12:04.379 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:12:04.379 INFO:teuthology.orchestra.run.smithi071.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-26T03:12:04.379 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:12:04.379 INFO:teuthology.orchestra.run.smithi071.stdout: ceph telemetry on 2024-03-26T03:12:04.379 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:12:04.379 INFO:teuthology.orchestra.run.smithi071.stdout:For more information see: 2024-03-26T03:12:04.379 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:12:04.379 INFO:teuthology.orchestra.run.smithi071.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-26T03:12:04.379 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:12:04.379 INFO:teuthology.orchestra.run.smithi071.stdout:Bootstrap complete. 2024-03-26T03:12:04.437 INFO:tasks.cephadm:Fetching config... 2024-03-26T03:12:04.437 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T03:12:04.437 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-26T03:12:04.443 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-26T03:12:04.443 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T03:12:04.443 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-26T03:12:04.493 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-26T03:12:04.493 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T03:12:04.493 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-26T03:12:04.549 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-26T03:12:04.549 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T03:12:04.549 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-26T03:12:04.596 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-26T03:12:04.597 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTYAmlX1p/bdDOhV3ZY/enuGvAnUN6ARp0306ElBXMEv/fUMHqDSnYQtGkh3VSgD0fKXR89cXnwPpDAUrtJP6szSTpFp/43Ar/IZiz6G0hQsxh/abJBTzyXrO2Q/EQh2md/NzGkZEnzmwweCcG2La1sPDR6e8pmoaeKLDWHGY4B+3zOcKmOVaoWkBQVkH2l/q3V4kOnT08JMhCGt1UZP7Q2SpmkcbvtaWk6fxRoQaR6ZqXvdb8d2rM31xpHk+IuWkFJgPdC+dLrYC9Zq4L6RoS4mO+dj6bO+QyHvSKj1AjorHL96HXnf9tjkfxT32kKjElChcuBWIu3dTxcOtN481DtILI65k7wo5DVQkXVSjcGTh5X+krlx7lEFeKsF6SCjal10/Farq5xwbvSWlcc40rCg94cVCM98P4lHez/aPyhWB2Yw2Xg3yzyh79wbia2zIlQoIL2dxwM8smzsPoe2RbNztbJQWRhK3wY4yjJaqKUuqsQ0WcCP1oNahfyHjeu70= ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T03:12:04.660 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTYAmlX1p/bdDOhV3ZY/enuGvAnUN6ARp0306ElBXMEv/fUMHqDSnYQtGkh3VSgD0fKXR89cXnwPpDAUrtJP6szSTpFp/43Ar/IZiz6G0hQsxh/abJBTzyXrO2Q/EQh2md/NzGkZEnzmwweCcG2La1sPDR6e8pmoaeKLDWHGY4B+3zOcKmOVaoWkBQVkH2l/q3V4kOnT08JMhCGt1UZP7Q2SpmkcbvtaWk6fxRoQaR6ZqXvdb8d2rM31xpHk+IuWkFJgPdC+dLrYC9Zq4L6RoS4mO+dj6bO+QyHvSKj1AjorHL96HXnf9tjkfxT32kKjElChcuBWIu3dTxcOtN481DtILI65k7wo5DVQkXVSjcGTh5X+krlx7lEFeKsF6SCjal10/Farq5xwbvSWlcc40rCg94cVCM98P4lHez/aPyhWB2Yw2Xg3yzyh79wbia2zIlQoIL2dxwM8smzsPoe2RbNztbJQWRhK3wY4yjJaqKUuqsQ0WcCP1oNahfyHjeu70= ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:12:04.669 DEBUG:teuthology.orchestra.run.smithi072:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTYAmlX1p/bdDOhV3ZY/enuGvAnUN6ARp0306ElBXMEv/fUMHqDSnYQtGkh3VSgD0fKXR89cXnwPpDAUrtJP6szSTpFp/43Ar/IZiz6G0hQsxh/abJBTzyXrO2Q/EQh2md/NzGkZEnzmwweCcG2La1sPDR6e8pmoaeKLDWHGY4B+3zOcKmOVaoWkBQVkH2l/q3V4kOnT08JMhCGt1UZP7Q2SpmkcbvtaWk6fxRoQaR6ZqXvdb8d2rM31xpHk+IuWkFJgPdC+dLrYC9Zq4L6RoS4mO+dj6bO+QyHvSKj1AjorHL96HXnf9tjkfxT32kKjElChcuBWIu3dTxcOtN481DtILI65k7wo5DVQkXVSjcGTh5X+krlx7lEFeKsF6SCjal10/Farq5xwbvSWlcc40rCg94cVCM98P4lHez/aPyhWB2Yw2Xg3yzyh79wbia2zIlQoIL2dxwM8smzsPoe2RbNztbJQWRhK3wY4yjJaqKUuqsQ0WcCP1oNahfyHjeu70= ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T03:12:04.695 INFO:teuthology.orchestra.run.smithi072.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTYAmlX1p/bdDOhV3ZY/enuGvAnUN6ARp0306ElBXMEv/fUMHqDSnYQtGkh3VSgD0fKXR89cXnwPpDAUrtJP6szSTpFp/43Ar/IZiz6G0hQsxh/abJBTzyXrO2Q/EQh2md/NzGkZEnzmwweCcG2La1sPDR6e8pmoaeKLDWHGY4B+3zOcKmOVaoWkBQVkH2l/q3V4kOnT08JMhCGt1UZP7Q2SpmkcbvtaWk6fxRoQaR6ZqXvdb8d2rM31xpHk+IuWkFJgPdC+dLrYC9Zq4L6RoS4mO+dj6bO+QyHvSKj1AjorHL96HXnf9tjkfxT32kKjElChcuBWIu3dTxcOtN481DtILI65k7wo5DVQkXVSjcGTh5X+krlx7lEFeKsF6SCjal10/Farq5xwbvSWlcc40rCg94cVCM98P4lHez/aPyhWB2Yw2Xg3yzyh79wbia2zIlQoIL2dxwM8smzsPoe2RbNztbJQWRhK3wY4yjJaqKUuqsQ0WcCP1oNahfyHjeu70= ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:12:04.704 DEBUG:teuthology.orchestra.run.smithi173:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTYAmlX1p/bdDOhV3ZY/enuGvAnUN6ARp0306ElBXMEv/fUMHqDSnYQtGkh3VSgD0fKXR89cXnwPpDAUrtJP6szSTpFp/43Ar/IZiz6G0hQsxh/abJBTzyXrO2Q/EQh2md/NzGkZEnzmwweCcG2La1sPDR6e8pmoaeKLDWHGY4B+3zOcKmOVaoWkBQVkH2l/q3V4kOnT08JMhCGt1UZP7Q2SpmkcbvtaWk6fxRoQaR6ZqXvdb8d2rM31xpHk+IuWkFJgPdC+dLrYC9Zq4L6RoS4mO+dj6bO+QyHvSKj1AjorHL96HXnf9tjkfxT32kKjElChcuBWIu3dTxcOtN481DtILI65k7wo5DVQkXVSjcGTh5X+krlx7lEFeKsF6SCjal10/Farq5xwbvSWlcc40rCg94cVCM98P4lHez/aPyhWB2Yw2Xg3yzyh79wbia2zIlQoIL2dxwM8smzsPoe2RbNztbJQWRhK3wY4yjJaqKUuqsQ0WcCP1oNahfyHjeu70= ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-26T03:12:04.726 INFO:teuthology.orchestra.run.smithi173.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTYAmlX1p/bdDOhV3ZY/enuGvAnUN6ARp0306ElBXMEv/fUMHqDSnYQtGkh3VSgD0fKXR89cXnwPpDAUrtJP6szSTpFp/43Ar/IZiz6G0hQsxh/abJBTzyXrO2Q/EQh2md/NzGkZEnzmwweCcG2La1sPDR6e8pmoaeKLDWHGY4B+3zOcKmOVaoWkBQVkH2l/q3V4kOnT08JMhCGt1UZP7Q2SpmkcbvtaWk6fxRoQaR6ZqXvdb8d2rM31xpHk+IuWkFJgPdC+dLrYC9Zq4L6RoS4mO+dj6bO+QyHvSKj1AjorHL96HXnf9tjkfxT32kKjElChcuBWIu3dTxcOtN481DtILI65k7wo5DVQkXVSjcGTh5X+krlx7lEFeKsF6SCjal10/Farq5xwbvSWlcc40rCg94cVCM98P4lHez/aPyhWB2Yw2Xg3yzyh79wbia2zIlQoIL2dxwM8smzsPoe2RbNztbJQWRhK3wY4yjJaqKUuqsQ0WcCP1oNahfyHjeu70= ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:12:04.735 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-26T03:12:05.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:04 smithi071 bash[21522]: audit 2024-03-26T03:12:03.723692+0000 mon.a (mon.0) 100 : audit [INF] from='client.? 172.21.15.71:0/214859614' entity='client.admin' 2024-03-26T03:12:08.894 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:12:12.883 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-26T03:12:12.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-26T03:12:13.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:12 smithi071 bash[21522]: audit 2024-03-26T03:12:11.704347+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:13.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:12 smithi071 bash[21522]: audit 2024-03-26T03:12:11.710739+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:13.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:12 smithi071 bash[21522]: audit 2024-03-26T03:12:11.712526+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:12:13.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:12 smithi071 bash[21522]: audit 2024-03-26T03:12:11.720954+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:13.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:12 smithi071 bash[21522]: audit 2024-03-26T03:12:11.754714+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:12:13.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:12 smithi071 bash[21522]: audit 2024-03-26T03:12:11.760314+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:13.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:12 smithi071 bash[21522]: audit 2024-03-26T03:12:12.136560+0000 mon.a (mon.0) 107 : audit [INF] from='client.? 172.21.15.71:0/3041356578' entity='client.admin' 2024-03-26T03:12:13.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:12 smithi071 bash[21522]: audit 2024-03-26T03:12:12.157992+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:12:13.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:12 smithi071 bash[21522]: audit 2024-03-26T03:12:12.162481+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:14.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:14 smithi071 bash[21522]: cluster 2024-03-26T03:12:12.506275+0000 mgr.a (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:16.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:16 smithi071 bash[21522]: cluster 2024-03-26T03:12:14.506799+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:17.593 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:12:18.424 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:18 smithi071 bash[21522]: cluster 2024-03-26T03:12:16.507236+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:20.523 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:20 smithi071 bash[21522]: cluster 2024-03-26T03:12:18.507573+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:20.943 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi072 2024-03-26T03:12:20.943 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-26T03:12:20.943 DEBUG:teuthology.orchestra.run.smithi072:> dd of=/etc/ceph/ceph.conf 2024-03-26T03:12:20.950 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-26T03:12:20.950 DEBUG:teuthology.orchestra.run.smithi072:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:12:20.998 INFO:tasks.cephadm:Adding host smithi072 to orchestrator... 2024-03-26T03:12:20.998 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph orch host add smithi072 2024-03-26T03:12:21.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:21 smithi071 bash[21522]: audit 2024-03-26T03:12:20.242075+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-03-26T03:12:21.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:21 smithi071 bash[21522]: audit 2024-03-26T03:12:20.247102+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:21.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:21 smithi071 bash[21522]: audit 2024-03-26T03:12:20.262831+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:12:21.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:21 smithi071 bash[21522]: audit 2024-03-26T03:12:20.265399+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:12:21.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:21 smithi071 bash[21522]: audit 2024-03-26T03:12:20.266527+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:12:21.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:21 smithi071 bash[21522]: cephadm 2024-03-26T03:12:20.267723+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-03-26T03:12:21.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:21 smithi071 bash[21522]: cephadm 2024-03-26T03:12:20.381662+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi071:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:12:21.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:21 smithi071 bash[21522]: audit 2024-03-26T03:12:20.726715+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:21.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:21 smithi071 bash[21522]: audit 2024-03-26T03:12:20.729342+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:21.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:21 smithi071 bash[21522]: audit 2024-03-26T03:12:20.731932+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:22.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:22 smithi071 bash[21522]: cephadm 2024-03-26T03:12:20.495457+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:12:22.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:22 smithi071 bash[21522]: cluster 2024-03-26T03:12:20.507835+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:22.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:22 smithi071 bash[21522]: cephadm 2024-03-26T03:12:20.609484+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi071:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:12:24.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:24 smithi071 bash[21522]: cluster 2024-03-26T03:12:22.508192+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:25.711 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:12:26.512 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:26 smithi071 bash[21522]: cluster 2024-03-26T03:12:24.508693+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:28.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:28 smithi071 bash[21522]: cluster 2024-03-26T03:12:26.509048+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:29.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:29 smithi071 bash[21522]: audit 2024-03-26T03:12:28.320946+0000 mgr.a (mgr.14152) 22 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi072", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:12:30.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:30 smithi071 bash[21522]: cluster 2024-03-26T03:12:28.509429+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:30.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:30 smithi071 bash[21522]: cephadm 2024-03-26T03:12:29.013973+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi072 2024-03-26T03:12:32.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:32 smithi071 bash[21522]: cluster 2024-03-26T03:12:30.509901+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:34.220 INFO:teuthology.orchestra.run.smithi071.stdout:Added host 'smithi072' with addr '172.21.15.72' 2024-03-26T03:12:34.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:34 smithi071 bash[21522]: cluster 2024-03-26T03:12:32.510246+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:34.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:34 smithi071 bash[21522]: audit 2024-03-26T03:12:34.219024+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:34.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:34 smithi071 bash[21522]: audit 2024-03-26T03:12:34.245306+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:12:34.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph orch host ls --format=json 2024-03-26T03:12:35.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:35 smithi071 bash[21522]: cephadm 2024-03-26T03:12:34.219840+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host smithi072 2024-03-26T03:12:35.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:35 smithi071 bash[21522]: audit 2024-03-26T03:12:34.717217+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:36.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:36 smithi071 bash[21522]: cluster 2024-03-26T03:12:34.510674+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:36.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:36 smithi071 bash[21522]: audit 2024-03-26T03:12:36.192551+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:38.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:38 smithi071 bash[21522]: cluster 2024-03-26T03:12:36.511115+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:38.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:38 smithi071 bash[21522]: audit 2024-03-26T03:12:37.342067+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:39.663 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:12:40.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:40 smithi071 bash[21522]: cluster 2024-03-26T03:12:38.511447+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:42.392 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:12:42.393 INFO:teuthology.orchestra.run.smithi071.stdout:[{"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "172.21.15.72", "hostname": "smithi072", "labels": [], "status": ""}] 2024-03-26T03:12:42.627 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:42 smithi071 bash[21522]: cluster 2024-03-26T03:12:40.511842+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:43.040 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi173 2024-03-26T03:12:43.040 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-26T03:12:43.040 DEBUG:teuthology.orchestra.run.smithi173:> dd of=/etc/ceph/ceph.conf 2024-03-26T03:12:43.047 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-26T03:12:43.047 DEBUG:teuthology.orchestra.run.smithi173:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:12:43.094 INFO:tasks.cephadm:Adding host smithi173 to orchestrator... 2024-03-26T03:12:43.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph orch host add smithi173 2024-03-26T03:12:43.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:43 smithi071 bash[21522]: audit 2024-03-26T03:12:42.392171+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-03-26T03:12:43.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:43 smithi071 bash[21522]: audit 2024-03-26T03:12:42.877537+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:43.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:43 smithi071 bash[21522]: audit 2024-03-26T03:12:42.884834+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:43.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:43 smithi071 bash[21522]: audit 2024-03-26T03:12:42.893299+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:43.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:43 smithi071 bash[21522]: audit 2024-03-26T03:12:42.900726+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:43.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:43 smithi071 bash[21522]: audit 2024-03-26T03:12:42.902258+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi072", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:12:43.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:43 smithi071 bash[21522]: audit 2024-03-26T03:12:42.904246+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:12:43.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:43 smithi071 bash[21522]: audit 2024-03-26T03:12:42.905972+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:12:44.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:44 smithi071 bash[21522]: cluster 2024-03-26T03:12:42.512177+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:44.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:44 smithi071 bash[21522]: cephadm 2024-03-26T03:12:42.908466+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-26T03:12:44.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:44 smithi071 bash[21522]: cephadm 2024-03-26T03:12:43.124925+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi072:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:12:44.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:44 smithi071 bash[21522]: cephadm 2024-03-26T03:12:43.289551+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:12:44.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:44 smithi071 bash[21522]: cephadm 2024-03-26T03:12:43.403731+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi072:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:12:44.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:44 smithi071 bash[21522]: audit 2024-03-26T03:12:43.576206+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:44.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:44 smithi071 bash[21522]: audit 2024-03-26T03:12:43.584080+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:44.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:44 smithi071 bash[21522]: audit 2024-03-26T03:12:43.592689+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:46.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:46 smithi071 bash[21522]: cluster 2024-03-26T03:12:44.512575+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:47.804 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:12:48.633 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:48 smithi071 bash[21522]: cluster 2024-03-26T03:12:46.513031+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:50.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:50 smithi071 bash[21522]: cluster 2024-03-26T03:12:48.513408+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:52.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:52 smithi071 bash[21522]: cluster 2024-03-26T03:12:50.513704+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:52.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:52 smithi071 bash[21522]: audit 2024-03-26T03:12:50.532614+0000 mgr.a (mgr.14152) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:12:52.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:52 smithi071 bash[21522]: cephadm 2024-03-26T03:12:51.326652+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Deploying cephadm binary to smithi173 2024-03-26T03:12:54.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:54 smithi071 bash[21522]: cluster 2024-03-26T03:12:52.514087+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:56.578 INFO:teuthology.orchestra.run.smithi071.stdout:Added host 'smithi173' with addr '172.21.15.173' 2024-03-26T03:12:56.625 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:56 smithi071 bash[21522]: cluster 2024-03-26T03:12:54.514576+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:57.304 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph orch host ls --format=json 2024-03-26T03:12:57.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:57 smithi071 bash[21522]: cluster 2024-03-26T03:12:56.515074+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:57.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:57 smithi071 bash[21522]: audit 2024-03-26T03:12:56.577830+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:57.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:57 smithi071 bash[21522]: cephadm 2024-03-26T03:12:56.578657+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Added host smithi173 2024-03-26T03:12:57.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:57 smithi071 bash[21522]: audit 2024-03-26T03:12:56.615220+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:12:57.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:57 smithi071 bash[21522]: audit 2024-03-26T03:12:57.088042+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:12:59.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:59 smithi071 bash[21522]: cluster 2024-03-26T03:12:58.515562+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:12:59.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:12:59 smithi071 bash[21522]: audit 2024-03-26T03:12:58.563433+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:01.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:00 smithi071 bash[21522]: audit 2024-03-26T03:12:59.870365+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:02.012 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:13:02.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:01 smithi071 bash[21522]: cluster 2024-03-26T03:13:00.516032+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:03.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:03 smithi071 bash[21522]: cluster 2024-03-26T03:13:02.516468+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:04.772 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:13:04.772 INFO:teuthology.orchestra.run.smithi071.stdout:[{"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "172.21.15.72", "hostname": "smithi072", "labels": [], "status": ""}, {"addr": "172.21.15.173", "hostname": "smithi173", "labels": [], "status": ""}] 2024-03-26T03:13:05.456 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-26T03:13:05.456 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph osd crush tunables default 2024-03-26T03:13:06.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:06 smithi071 bash[21522]: cluster 2024-03-26T03:13:04.516775+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:06.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:06 smithi071 bash[21522]: audit 2024-03-26T03:13:04.771417+0000 mgr.a (mgr.14152) 52 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:13:06.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:06 smithi071 bash[21522]: audit 2024-03-26T03:13:05.155021+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:06.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:06 smithi071 bash[21522]: audit 2024-03-26T03:13:05.161113+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:06.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:06 smithi071 bash[21522]: audit 2024-03-26T03:13:05.167914+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:06.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:06 smithi071 bash[21522]: audit 2024-03-26T03:13:05.173762+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:06.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:06 smithi071 bash[21522]: audit 2024-03-26T03:13:05.175370+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:13:06.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:06 smithi071 bash[21522]: audit 2024-03-26T03:13:05.177406+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:06.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:06 smithi071 bash[21522]: audit 2024-03-26T03:13:05.179036+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:13:06.414 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:06 smithi071 bash[21522]: cephadm 2024-03-26T03:13:05.181923+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-03-26T03:13:07.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:07 smithi071 bash[21522]: cephadm 2024-03-26T03:13:05.721688+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi173:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:13:07.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:07 smithi071 bash[21522]: cephadm 2024-03-26T03:13:05.886389+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:13:07.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:07 smithi071 bash[21522]: cephadm 2024-03-26T03:13:06.051532+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi173:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:13:07.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:07 smithi071 bash[21522]: audit 2024-03-26T03:13:06.222631+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:07.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:07 smithi071 bash[21522]: audit 2024-03-26T03:13:06.228825+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:07.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:07 smithi071 bash[21522]: audit 2024-03-26T03:13:06.234958+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:08.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:08 smithi071 bash[21522]: cluster 2024-03-26T03:13:06.517136+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:10.168 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:13:10.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:10 smithi071 bash[21522]: cluster 2024-03-26T03:13:08.517528+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:12.501 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:12 smithi071 bash[21522]: cluster 2024-03-26T03:13:10.517935+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:13.249 INFO:teuthology.orchestra.run.smithi071.stderr:adjusted tunables profile to default 2024-03-26T03:13:13.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:13 smithi071 bash[21522]: audit 2024-03-26T03:13:12.905553+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.71:0/779550814' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T03:13:13.913 INFO:tasks.cephadm:Adding mon.a on smithi071 2024-03-26T03:13:13.913 INFO:tasks.cephadm:Adding mon.b on smithi072 2024-03-26T03:13:13.913 INFO:tasks.cephadm:Adding mon.c on smithi173 2024-03-26T03:13:13.913 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph orch apply mon '3;smithi071:172.21.15.71=a;smithi072:172.21.15.72=b;smithi173:172.21.15.173=c' 2024-03-26T03:13:14.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:14 smithi071 bash[21522]: cluster 2024-03-26T03:13:12.518352+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:14.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:14 smithi071 bash[21522]: audit 2024-03-26T03:13:13.245332+0000 mon.a (mon.0) 148 : audit [INF] from='client.? 172.21.15.71:0/779550814' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T03:13:14.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:14 smithi071 bash[21522]: cluster 2024-03-26T03:13:13.253641+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:13:15.123 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:13:16.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:16 smithi071 bash[21522]: cluster 2024-03-26T03:13:14.518743+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:17.490 INFO:teuthology.orchestra.run.smithi173.stdout:Scheduled mon update... 2024-03-26T03:13:17.991 DEBUG:teuthology.orchestra.run.smithi072:mon.b> sudo journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.b.service 2024-03-26T03:13:17.994 DEBUG:teuthology.orchestra.run.smithi173:mon.c> sudo journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.c.service 2024-03-26T03:13:17.996 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-26T03:13:17.997 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph mon dump -f json 2024-03-26T03:13:18.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:18 smithi071 bash[21522]: cluster 2024-03-26T03:13:16.519145+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:18.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:18 smithi071 bash[21522]: audit 2024-03-26T03:13:17.476201+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi071:172.21.15.71=a;smithi072:172.21.15.72=b;smithi173:172.21.15.173=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:13:18.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:18 smithi071 bash[21522]: audit 2024-03-26T03:13:17.489421+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:18.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:18 smithi071 bash[21522]: audit 2024-03-26T03:13:17.532835+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:18.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:18 smithi071 bash[21522]: audit 2024-03-26T03:13:18.208283+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:18.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:18 smithi071 bash[21522]: audit 2024-03-26T03:13:18.210095+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:13:18.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:18 smithi071 bash[21522]: audit 2024-03-26T03:13:18.218212+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:18.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:18 smithi071 bash[21522]: audit 2024-03-26T03:13:18.222330+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:13:18.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:18 smithi071 bash[21522]: audit 2024-03-26T03:13:18.224072+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:19.243 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:13:19.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:19 smithi071 bash[21522]: cephadm 2024-03-26T03:13:17.481842+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi071:172.21.15.71=a;smithi072:172.21.15.72=b;smithi173:172.21.15.173=c;count:3 2024-03-26T03:13:19.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:19 smithi071 bash[21522]: cephadm 2024-03-26T03:13:18.225823+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi173 2024-03-26T03:13:20.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:20 smithi071 bash[21522]: cluster 2024-03-26T03:13:18.519552+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:22.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:22 smithi071 bash[21522]: cluster 2024-03-26T03:13:20.519949+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:22.856 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-26T03:13:22.856 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"3ff158ae-eb1e-11ee-95d0-87774f69a715","modified":"2024-03-26T03:10:39.295669Z","created":"2024-03-26T03:10:39.295669Z","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.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-26T03:13:22.858 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2024-03-26T03:13:23.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:23 smithi071 bash[21522]: audit 2024-03-26T03:13:22.856048+0000 mon.a (mon.0) 157 : audit [DBG] from='client.? 172.21.15.173:0/4161454935' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T03:13:23.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:23 smithi071 bash[21522]: audit 2024-03-26T03:13:23.177996+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:23.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:23 smithi071 bash[21522]: audit 2024-03-26T03:13:23.183809+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:23.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:23 smithi071 bash[21522]: audit 2024-03-26T03:13:23.209198+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:23.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:23 smithi071 bash[21522]: audit 2024-03-26T03:13:23.210638+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:13:23.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:23 smithi071 bash[21522]: audit 2024-03-26T03:13:23.212458+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:24.449 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:24 smithi173 bash[23834]: debug 2024-03-26T03:13:24.172+0000 7f8e6d77f700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-26T03:13:24.782 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-26T03:13:24.783 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph mon dump -f json 2024-03-26T03:13:27.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:27 smithi072 systemd[1]: Started Ceph mon.b for 3ff158ae-eb1e-11ee-95d0-87774f69a715. 2024-03-26T03:13:28.489 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T03:13:28.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.738+0000 7f0e8506fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-26T03:13:28.975 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.738+0000 7f0e8506fc80 0 ceph version 19.0.0-2475-ge42b8ea3 (e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003) squid (dev), process ceph-mon, pid 7 2024-03-26T03:13:28.975 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.738+0000 7f0e8506fc80 0 pidfile_write: ignore empty --pid-file 2024-03-26T03:13:28.975 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 0 load: jerasure load: lrc 2024-03-26T03:13:28.975 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-26T03:13:28.975 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Git sha 0 2024-03-26T03:13:28.975 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Compile date 2024-03-25 23:25:11 2024-03-26T03:13:28.975 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: DB SUMMARY 2024-03-26T03:13:28.975 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: DB Session ID: 19SWF4ZETB6H277XKCK4 2024-03-26T03:13:28.975 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: CURRENT file: CURRENT 2024-03-26T03:13:28.975 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-26T03:13:28.975 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-26T03:13:28.976 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-03-26T03:13:28.976 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-03-26T03:13:28.976 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.error_if_exists: 0 2024-03-26T03:13:28.976 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.create_if_missing: 0 2024-03-26T03:13:28.976 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-26T03:13:28.976 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-26T03:13:28.976 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-26T03:13:28.976 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-26T03:13:28.976 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.env: 0x557a70f62c60 2024-03-26T03:13:28.976 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-26T03:13:28.976 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.info_log: 0x557a724b7b20 2024-03-26T03:13:28.976 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-26T03:13:28.976 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.statistics: (nil) 2024-03-26T03:13:28.977 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.use_fsync: 0 2024-03-26T03:13:28.977 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-26T03:13:28.977 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-26T03:13:28.977 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-26T03:13:28.978 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-26T03:13:28.978 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-26T03:13:28.978 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-26T03:13:28.978 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-26T03:13:28.978 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-26T03:13:28.978 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-26T03:13:28.978 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-26T03:13:28.978 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-26T03:13:28.978 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.db_log_dir: 2024-03-26T03:13:28.978 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.wal_dir: 2024-03-26T03:13:28.978 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-26T03:13:28.978 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-26T03:13:28.979 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-26T03:13:28.979 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-26T03:13:28.979 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-26T03:13:28.979 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-26T03:13:28.979 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-26T03:13:28.979 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-26T03:13:28.979 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.write_buffer_manager: 0x557a724881e0 2024-03-26T03:13:28.979 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-26T03:13:28.979 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-26T03:13:28.980 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-26T03:13:28.980 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-26T03:13:28.980 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-26T03:13:28.980 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-26T03:13:28.980 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-26T03:13:28.980 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-26T03:13:28.980 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.unordered_write: 0 2024-03-26T03:13:28.980 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-26T03:13:28.980 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-26T03:13:28.980 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-26T03:13:28.980 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-26T03:13:28.980 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.row_cache: None 2024-03-26T03:13:28.980 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.wal_filter: None 2024-03-26T03:13:28.981 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-26T03:13:28.981 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-26T03:13:28.981 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.two_write_queues: 0 2024-03-26T03:13:28.981 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-26T03:13:28.981 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.wal_compression: 0 2024-03-26T03:13:28.981 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.atomic_flush: 0 2024-03-26T03:13:28.981 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-26T03:13:28.981 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-26T03:13:28.981 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-26T03:13:28.981 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-26T03:13:28.981 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-26T03:13:28.981 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-26T03:13:28.981 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-26T03:13:28.982 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-26T03:13:28.982 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-26T03:13:28.982 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-26T03:13:28.982 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-26T03:13:28.982 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-26T03:13:28.982 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-26T03:13:28.982 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-26T03:13:28.982 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-26T03:13:28.982 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-26T03:13:28.982 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-26T03:13:28.982 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-26T03:13:28.982 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-26T03:13:28.983 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-26T03:13:28.983 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-26T03:13:28.983 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-26T03:13:28.983 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_open_files: -1 2024-03-26T03:13:28.983 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-26T03:13:28.983 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-26T03:13:28.983 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-26T03:13:28.983 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-26T03:13:28.983 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-26T03:13:28.983 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Compression algorithms supported: 2024-03-26T03:13:28.983 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-26T03:13:28.983 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: kZSTD supported: 0 2024-03-26T03:13:28.983 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: kXpressCompression supported: 0 2024-03-26T03:13:28.984 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-26T03:13:28.984 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: kZlibCompression supported: 1 2024-03-26T03:13:28.984 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-26T03:13:28.984 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-26T03:13:28.984 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-26T03:13:28.984 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-26T03:13:28.984 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-26T03:13:28.984 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-03-26T03:13:28.984 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-26T03:13:28.986 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-26T03:13:28.987 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.merge_operator: 2024-03-26T03:13:28.987 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compaction_filter: None 2024-03-26T03:13:28.988 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-26T03:13:28.988 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-26T03:13:28.988 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-26T03:13:28.988 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-26T03:13:28.988 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557a724b7d00) 2024-03-26T03:13:28.988 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cache_index_and_filter_blocks: 1 2024-03-26T03:13:28.988 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-26T03:13:28.988 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-26T03:13:28.988 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: pin_top_level_index_and_filter: 1 2024-03-26T03:13:28.988 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: index_type: 0 2024-03-26T03:13:28.988 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: data_block_index_type: 0 2024-03-26T03:13:28.988 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: index_shortening: 1 2024-03-26T03:13:28.988 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: data_block_hash_table_util_ratio: 0.750000 2024-03-26T03:13:28.988 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: checksum: 4 2024-03-26T03:13:28.989 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: no_block_cache: 0 2024-03-26T03:13:28.989 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: block_cache: 0x557a724b9090 2024-03-26T03:13:28.989 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: block_cache_name: BinnedLRUCache 2024-03-26T03:13:28.989 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: block_cache_options: 2024-03-26T03:13:28.989 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: capacity : 536870912 2024-03-26T03:13:28.989 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: num_shard_bits : 4 2024-03-26T03:13:28.989 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: strict_capacity_limit : 0 2024-03-26T03:13:28.989 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: high_pri_pool_ratio: 0.000 2024-03-26T03:13:28.989 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: block_cache_compressed: (nil) 2024-03-26T03:13:28.989 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: persistent_cache: (nil) 2024-03-26T03:13:28.989 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: block_size: 4096 2024-03-26T03:13:28.989 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: block_size_deviation: 10 2024-03-26T03:13:28.989 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: block_restart_interval: 16 2024-03-26T03:13:28.989 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: index_block_restart_interval: 1 2024-03-26T03:13:28.990 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: metadata_block_size: 4096 2024-03-26T03:13:28.990 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: partition_filters: 0 2024-03-26T03:13:28.990 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: use_delta_encoding: 1 2024-03-26T03:13:28.990 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: filter_policy: bloomfilter 2024-03-26T03:13:28.990 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: whole_key_filtering: 1 2024-03-26T03:13:28.990 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: verify_compression: 0 2024-03-26T03:13:28.990 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: read_amp_bytes_per_bit: 0 2024-03-26T03:13:28.990 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: format_version: 5 2024-03-26T03:13:28.990 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: enable_index_compression: 1 2024-03-26T03:13:28.990 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: block_align: 0 2024-03-26T03:13:28.990 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: max_auto_readahead_size: 262144 2024-03-26T03:13:28.990 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: prepopulate_block_cache: 0 2024-03-26T03:13:28.990 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: initial_auto_readahead_size: 8192 2024-03-26T03:13:28.991 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: num_file_reads_for_auto_readahead: 2 2024-03-26T03:13:28.991 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-26T03:13:28.991 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-26T03:13:28.991 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compression: NoCompression 2024-03-26T03:13:28.991 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-26T03:13:28.991 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-26T03:13:28.991 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-26T03:13:28.991 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.num_levels: 7 2024-03-26T03:13:28.991 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-26T03:13:28.992 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-26T03:13:28.992 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-26T03:13:28.992 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-26T03:13:28.992 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-26T03:13:28.992 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-26T03:13:28.992 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-26T03:13:28.992 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-26T03:13:28.992 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-26T03:13:28.992 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-26T03:13:28.992 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-26T03:13:28.992 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-26T03:13:28.992 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-26T03:13:28.992 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-26T03:13:28.992 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-26T03:13:28.993 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-26T03:13:28.993 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-26T03:13:28.993 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-26T03:13:28.993 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-26T03:13:28.993 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-26T03:13:28.993 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-26T03:13:28.993 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-26T03:13:28.993 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-26T03:13:28.993 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-26T03:13:28.993 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-26T03:13:28.993 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-26T03:13:28.993 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-26T03:13:28.993 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-26T03:13:28.993 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-26T03:13:28.994 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-26T03:13:28.994 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-26T03:13:28.994 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-26T03:13:28.994 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-26T03:13:28.994 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-26T03:13:28.994 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-26T03:13:28.994 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-26T03:13:28.994 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-26T03:13:28.994 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-26T03:13:28.994 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-26T03:13:28.994 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-26T03:13:28.994 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-26T03:13:28.994 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-26T03:13:28.995 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-26T03:13:28.995 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-26T03:13:28.995 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-26T03:13:28.995 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-26T03:13:28.995 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-26T03:13:28.995 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-26T03:13:28.995 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-26T03:13:28.995 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-26T03:13:28.995 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-26T03:13:28.995 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-26T03:13:28.995 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-26T03:13:28.995 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-26T03:13:28.995 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-26T03:13:28.995 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-26T03:13:28.996 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-26T03:13:28.996 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-26T03:13:28.996 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-26T03:13:28.996 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.bloom_locality: 0 2024-03-26T03:13:28.996 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-26T03:13:28.996 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-26T03:13:28.996 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-26T03:13:28.996 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-26T03:13:28.996 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-26T03:13:28.996 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.ttl: 2592000 2024-03-26T03:13:28.996 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-26T03:13:28.996 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-26T03:13:28.996 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-26T03:13:28.996 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.enable_blob_files: false 2024-03-26T03:13:28.997 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.min_blob_size: 0 2024-03-26T03:13:28.997 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-26T03:13:28.997 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-26T03:13:28.997 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-26T03:13:28.997 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-26T03:13:28.997 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-26T03:13:28.997 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-26T03:13:28.997 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-26T03:13:28.997 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-26T03:13:28.997 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-26T03:13:28.998 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-26T03:13:28.998 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: bcdb3017-ed0f-44c0-98ab-7f7ea25e07ae 2024-03-26T03:13:28.998 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711422808749446, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-26T03:13:28.998 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-26T03:13:28.998 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711422808749921, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711422808, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "bcdb3017-ed0f-44c0-98ab-7f7ea25e07ae", "db_session_id": "19SWF4ZETB6H277XKCK4", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-26T03:13:28.998 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711422808750027, "job": 1, "event": "recovery_finished"} 2024-03-26T03:13:28.998 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.746+0000 7f0e8506fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-26T03:13:28.998 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.750+0000 7f0e8506fc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-26T03:13:28.998 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.750+0000 7f0e8506fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557a725ac000 2024-03-26T03:13:28.998 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.750+0000 7f0e8506fc80 4 rocksdb: DB pointer 0x557a72596000 2024-03-26T03:13:28.998 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.750+0000 7f0e8506fc80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-03-26T03:13:28.998 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.750+0000 7f0e8506fc80 0 using public_addr v2:172.21.15.72:0/0 -> [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] 2024-03-26T03:13:28.998 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.750+0000 7f0e8506fc80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] at bind addrs [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:13:28.999 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.750+0000 7f0e737ca700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-26T03:13:28.999 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.750+0000 7f0e737ca700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-26T03:13:28.999 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: ** DB Stats ** 2024-03-26T03:13:28.999 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T03:13:28.999 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-26T03:13:28.999 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T03:13:28.999 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T03:13:28.999 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-26T03:13:29.001 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-26T03:13:29.001 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-26T03:13:29.001 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: ** Compaction Stats [default] ** 2024-03-26T03:13:29.001 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T03:13:29.001 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-26T03:13:29.001 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T03:13:29.001 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T03:13:29.001 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T03:13:29.002 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: ** Compaction Stats [default] ** 2024-03-26T03:13:29.002 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-26T03:13:29.002 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-26T03:13:29.002 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-26T03:13:29.002 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-26T03:13:29.002 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-26T03:13:29.002 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-26T03:13:29.002 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-26T03:13:29.002 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: AddFile(Total Files): cumulative 0, interval 0 2024-03-26T03:13:29.003 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-26T03:13:29.003 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: AddFile(Keys): cumulative 0, interval 0 2024-03-26T03:13:29.003 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Cumulative compaction: 0.00 GB write, 0.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T03:13:29.003 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Interval compaction: 0.00 GB write, 0.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-26T03:13:29.003 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-26T03:13:29.003 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Block cache BinnedLRUCache@0x557a724b9090#7 capacity: 512.00 MB usage: 0.86 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-03-26T03:13:29.003 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: Block cache entry stats(count,size,portion): DataBlock(1,0.64 KB,0.00012219%) FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-03-26T03:13:29.003 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: ** File Read Latency Histogram By Level [default] ** 2024-03-26T03:13:29.003 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.750+0000 7f0e8506fc80 1 mon.b@-1(???) e0 preinit fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:13:29.003 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.774+0000 7f0e767d0700 0 mon.b@-1(synchronizing).mds e1 new map 2024-03-26T03:13:29.003 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.774+0000 7f0e767d0700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-03-26T03:13:29.003 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: e1 2024-03-26T03:13:29.003 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-26T03:13:29.003 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: 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-03-26T03:13:29.004 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: legacy client fscid: -1 2024-03-26T03:13:29.004 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: 2024-03-26T03:13:29.004 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: No filesystems configured 2024-03-26T03:13:29.004 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.774+0000 7f0e767d0700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-26T03:13:29.004 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.774+0000 7f0e767d0700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-26T03:13:29.004 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.774+0000 7f0e767d0700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-26T03:13:29.004 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.774+0000 7f0e767d0700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-26T03:13:29.004 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.774+0000 7f0e767d0700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-26T03:13:29.004 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.774+0000 7f0e767d0700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-26T03:13:29.004 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.774+0000 7f0e767d0700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-26T03:13:29.004 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.774+0000 7f0e767d0700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:13:29.004 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.774+0000 7f0e767d0700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:13:29.004 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.774+0000 7f0e767d0700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-26T03:13:29.005 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:12:20.495457+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:13:29.005 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:20.507835+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.005 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:12:20.609484+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi071:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:13:29.005 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:22.508192+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.005 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:24.508693+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.005 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:26.509048+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.005 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:28.320946+0000 mgr.a (mgr.14152) 22 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi072", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:13:29.005 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:28.509429+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.005 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:12:29.013973+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi072 2024-03-26T03:13:29.005 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:30.509901+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.005 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:32.510246+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.005 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:34.219024+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.005 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:34.245306+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:29.005 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:12:34.219840+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host smithi072 2024-03-26T03:13:29.006 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:34.717217+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.006 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:34.510674+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.006 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:36.192551+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.006 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:36.511115+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.006 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:37.342067+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.006 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:38.511447+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.006 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:40.511842+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.006 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:42.392171+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-03-26T03:13:29.006 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:42.877537+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.006 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:42.884834+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.006 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:42.893299+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.006 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:42.900726+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.006 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:42.902258+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi072", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:42.904246+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:42.905972+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:42.512177+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:12:42.908466+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:12:43.124925+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi072:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:12:43.289551+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:12:43.403731+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi072:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:43.576206+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:43.584080+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:43.592689+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:44.512575+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:46.513031+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:48.513408+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:50.513704+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.007 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:50.532614+0000 mgr.a (mgr.14152) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:13:29.008 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:12:51.326652+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Deploying cephadm binary to smithi173 2024-03-26T03:13:29.008 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:52.514087+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.008 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:54.514576+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.008 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:56.515074+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.008 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:56.577830+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.008 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:12:56.578657+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Added host smithi173 2024-03-26T03:13:29.008 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:56.615220+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:29.008 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:57.088042+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.008 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:12:58.515562+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.008 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:58.563433+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.008 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:12:59.870365+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.008 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:13:00.516032+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.008 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:13:02.516468+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.008 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:13:04.516775+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.009 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:04.771417+0000 mgr.a (mgr.14152) 52 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:13:29.009 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:05.155021+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.009 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:05.161113+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.009 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:05.167914+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.009 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:05.173762+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.009 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:05.175370+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:13:29.009 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:05.177406+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:29.009 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:05.179036+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:13:29.009 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:13:05.181923+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-03-26T03:13:29.009 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:13:05.721688+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi173:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:13:29.009 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:13:05.886389+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:13:29.009 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:13:06.051532+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi173:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:13:29.009 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:06.222631+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.009 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:06.228825+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.010 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:06.234958+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.010 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:13:06.517136+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.010 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:13:08.517528+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.010 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:13:10.517935+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.010 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:12.905553+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.71:0/779550814' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-26T03:13:29.010 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:13:12.518352+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.010 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:13.245332+0000 mon.a (mon.0) 148 : audit [INF] from='client.? 172.21.15.71:0/779550814' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-26T03:13:29.010 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:13:13.253641+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:13:29.010 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:13:14.518743+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.010 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:13:16.519145+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.010 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:17.476201+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi071:172.21.15.71=a;smithi072:172.21.15.72=b;smithi173:172.21.15.173=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:13:29.010 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:17.489421+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.010 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:17.532835+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:18.208283+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:18.210095+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:18.218212+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:18.222330+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:18.224072+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:13:17.481842+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi071:172.21.15.71=a;smithi072:172.21.15.72=b;smithi173:172.21.15.173=c;count:3 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cephadm 2024-03-26T03:13:18.225823+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi173 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:13:18.519552+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: cluster 2024-03-26T03:13:20.519949+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:22.856048+0000 mon.a (mon.0) 157 : audit [DBG] from='client.? 172.21.15.173:0/4161454935' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:23.177996+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:23.183809+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:23.209198+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:23.210638+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:13:29.011 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: audit 2024-03-26T03:13:23.212458+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:29.012 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:28 smithi072 bash[23112]: debug 2024-03-26T03:13:28.774+0000 7f0e767d0700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-26T03:13:29.552 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: audit 2024-03-26T03:13:24.183502+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:29.552 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: audit 2024-03-26T03:13:24.188283+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:13:29.552 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:24.188617+0000 mon.a (mon.0) 165 : cluster [INF] mon.a calling monitor election 2024-03-26T03:13:29.552 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: audit 2024-03-26T03:13:24.214002+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:29.552 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:24.520715+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.553 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: audit 2024-03-26T03:13:25.183288+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:29.553 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: audit 2024-03-26T03:13:26.183424+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:29.553 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:26.185500+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T03:13:29.553 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:26.521156+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.553 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: audit 2024-03-26T03:13:27.183466+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:29.553 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: audit 2024-03-26T03:13:28.183674+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:29.553 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: audit 2024-03-26T03:13:28.783510+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:29.553 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: audit 2024-03-26T03:13:29.183853+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:29.553 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:29.236361+0000 mon.a (mon.0) 173 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T03:13:29.553 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:29.242507+0000 mon.a (mon.0) 174 : cluster [DBG] monmap epoch 2 2024-03-26T03:13:29.553 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:29.242543+0000 mon.a (mon.0) 175 : cluster [DBG] fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:13:29.554 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:29.242567+0000 mon.a (mon.0) 176 : cluster [DBG] last_changed 2024-03-26T03:13:24.182828+0000 2024-03-26T03:13:29.554 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:29.242592+0000 mon.a (mon.0) 177 : cluster [DBG] created 2024-03-26T03:10:39.295669+0000 2024-03-26T03:13:29.554 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:29.242614+0000 mon.a (mon.0) 178 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:13:29.554 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:29.242653+0000 mon.a (mon.0) 179 : cluster [DBG] election_strategy: 1 2024-03-26T03:13:29.554 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:29.242692+0000 mon.a (mon.0) 180 : cluster [DBG] 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-03-26T03:13:29.554 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:29.242732+0000 mon.a (mon.0) 181 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-03-26T03:13:29.554 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:29.261663+0000 mon.a (mon.0) 182 : cluster [DBG] fsmap 2024-03-26T03:13:29.554 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:29.261725+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:13:29.554 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:29.262006+0000 mon.a (mon.0) 184 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-03-26T03:13:29.554 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: cluster 2024-03-26T03:13:29.262257+0000 mon.a (mon.0) 185 : cluster [INF] overall HEALTH_OK 2024-03-26T03:13:29.554 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: audit 2024-03-26T03:13:29.269397+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.554 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: audit 2024-03-26T03:13:29.275960+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.554 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: audit 2024-03-26T03:13:29.301107+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.555 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:29 smithi173 bash[23834]: audit 2024-03-26T03:13:29.309459+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: audit 2024-03-26T03:13:24.183502+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:29.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: audit 2024-03-26T03:13:24.188283+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:13:29.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:24.188617+0000 mon.a (mon.0) 165 : cluster [INF] mon.a calling monitor election 2024-03-26T03:13:29.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: audit 2024-03-26T03:13:24.214002+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:29.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:24.520715+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: audit 2024-03-26T03:13:25.183288+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:29.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: audit 2024-03-26T03:13:26.183424+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:29.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:26.185500+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T03:13:29.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:26.521156+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:29.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: audit 2024-03-26T03:13:27.183466+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:29.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: audit 2024-03-26T03:13:28.183674+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:29.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: audit 2024-03-26T03:13:28.783510+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:29.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: audit 2024-03-26T03:13:29.183853+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:29.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:29.236361+0000 mon.a (mon.0) 173 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T03:13:29.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:29.242507+0000 mon.a (mon.0) 174 : cluster [DBG] monmap epoch 2 2024-03-26T03:13:29.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:29.242543+0000 mon.a (mon.0) 175 : cluster [DBG] fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:13:29.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:29.242567+0000 mon.a (mon.0) 176 : cluster [DBG] last_changed 2024-03-26T03:13:24.182828+0000 2024-03-26T03:13:29.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:29.242592+0000 mon.a (mon.0) 177 : cluster [DBG] created 2024-03-26T03:10:39.295669+0000 2024-03-26T03:13:29.664 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:29.242614+0000 mon.a (mon.0) 178 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:13:29.665 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:29.242653+0000 mon.a (mon.0) 179 : cluster [DBG] election_strategy: 1 2024-03-26T03:13:29.665 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:29.242692+0000 mon.a (mon.0) 180 : cluster [DBG] 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-03-26T03:13:29.665 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:29.242732+0000 mon.a (mon.0) 181 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-03-26T03:13:29.665 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:29.261663+0000 mon.a (mon.0) 182 : cluster [DBG] fsmap 2024-03-26T03:13:29.665 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:29.261725+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:13:29.665 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:29.262006+0000 mon.a (mon.0) 184 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-03-26T03:13:29.665 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: cluster 2024-03-26T03:13:29.262257+0000 mon.a (mon.0) 185 : cluster [INF] overall HEALTH_OK 2024-03-26T03:13:29.665 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: audit 2024-03-26T03:13:29.269397+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.665 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: audit 2024-03-26T03:13:29.275960+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.665 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: audit 2024-03-26T03:13:29.301107+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:29.665 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:29 smithi071 bash[21522]: audit 2024-03-26T03:13:29.309459+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:30.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:30 smithi071 bash[21522]: cluster 2024-03-26T03:13:28.521560+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:30.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:30 smithi071 bash[21522]: audit 2024-03-26T03:13:29.442357+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:30.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:30 smithi071 bash[21522]: audit 2024-03-26T03:13:29.783775+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:30.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:30 smithi071 bash[21522]: audit 2024-03-26T03:13:30.183891+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:30.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:30 smithi173 bash[23834]: cluster 2024-03-26T03:13:28.521560+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:30.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:30 smithi173 bash[23834]: audit 2024-03-26T03:13:29.442357+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:30.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:30 smithi173 bash[23834]: audit 2024-03-26T03:13:29.783775+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:30.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:30 smithi173 bash[23834]: audit 2024-03-26T03:13:30.183891+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:35.859 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-26T03:13:35.859 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":3,"fsid":"3ff158ae-eb1e-11ee-95d0-87774f69a715","modified":"2024-03-26T03:13:30.783916Z","created":"2024-03-26T03:10:39.295669Z","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.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:3300","nonce":0},{"type":"v1","addr":"172.21.15.173:6789","nonce":0}]},"addr":"172.21.15.173:6789/0","public_addr":"172.21.15.173:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-03-26T03:13:35.863 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 3 2024-03-26T03:13:36.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:30.521926+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:36.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:30.790332+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:13:36.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:30.790866+0000 mon.a (mon.0) 195 : cluster [INF] mon.a calling monitor election 2024-03-26T03:13:36.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:30.797409+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T03:13:36.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:30.810185+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:30.810441+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:36.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:30.943110+0000 mon.a (mon.0) 198 : audit [DBG] from='client.? 172.21.15.173:0/1400039500' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T03:13:36.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:31.784082+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:32.522256+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:36.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:32.784369+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:32.786221+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T03:13:36.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:33.784264+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:34.522599+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:36.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:34.784445+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:35.784531+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:35.832585+0000 mon.a (mon.0) 204 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T03:13:36.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:35.839163+0000 mon.a (mon.0) 205 : cluster [DBG] monmap epoch 3 2024-03-26T03:13:36.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:35.839198+0000 mon.a (mon.0) 206 : cluster [DBG] fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:13:36.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:35.839222+0000 mon.a (mon.0) 207 : cluster [DBG] last_changed 2024-03-26T03:13:30.783916+0000 2024-03-26T03:13:36.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:35.839239+0000 mon.a (mon.0) 208 : cluster [DBG] created 2024-03-26T03:10:39.295669+0000 2024-03-26T03:13:36.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:35.839262+0000 mon.a (mon.0) 209 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:13:36.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:35.839283+0000 mon.a (mon.0) 210 : cluster [DBG] election_strategy: 1 2024-03-26T03:13:36.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:35.839304+0000 mon.a (mon.0) 211 : cluster [DBG] 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-03-26T03:13:36.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:35.839328+0000 mon.a (mon.0) 212 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-03-26T03:13:36.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:35.839348+0000 mon.a (mon.0) 213 : cluster [DBG] 2: [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] mon.b 2024-03-26T03:13:36.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:35.857698+0000 mon.a (mon.0) 214 : cluster [DBG] fsmap 2024-03-26T03:13:36.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:35.857762+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:13:36.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:35.858049+0000 mon.a (mon.0) 216 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-03-26T03:13:36.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: cluster 2024-03-26T03:13:35.858297+0000 mon.a (mon.0) 217 : cluster [INF] overall HEALTH_OK 2024-03-26T03:13:36.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:35.866119+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:35.871414+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.166 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:35.877098+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.166 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:35.883158+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.166 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:35.889183+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.166 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:35.890708+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:36.166 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:35 smithi071 bash[21522]: audit 2024-03-26T03:13:35.892436+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:13:36.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:30.521926+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:36.200 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:30.790332+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:13:36.200 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:30.790866+0000 mon.a (mon.0) 195 : cluster [INF] mon.a calling monitor election 2024-03-26T03:13:36.200 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:30.797409+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T03:13:36.200 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:30.810185+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.200 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:30.810441+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:36.200 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:30.943110+0000 mon.a (mon.0) 198 : audit [DBG] from='client.? 172.21.15.173:0/1400039500' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T03:13:36.200 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:31.784082+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.200 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:32.522256+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:36.200 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:32.784369+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.200 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:32.786221+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T03:13:36.200 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:33.784264+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.200 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:34.522599+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:36.201 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:34.784445+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.201 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:35.784531+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.201 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:35.832585+0000 mon.a (mon.0) 204 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T03:13:36.201 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:35.839163+0000 mon.a (mon.0) 205 : cluster [DBG] monmap epoch 3 2024-03-26T03:13:36.201 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:35.839198+0000 mon.a (mon.0) 206 : cluster [DBG] fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:13:36.201 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:35.839222+0000 mon.a (mon.0) 207 : cluster [DBG] last_changed 2024-03-26T03:13:30.783916+0000 2024-03-26T03:13:36.201 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:35.839239+0000 mon.a (mon.0) 208 : cluster [DBG] created 2024-03-26T03:10:39.295669+0000 2024-03-26T03:13:36.201 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:35.839262+0000 mon.a (mon.0) 209 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:13:36.201 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:35.839283+0000 mon.a (mon.0) 210 : cluster [DBG] election_strategy: 1 2024-03-26T03:13:36.201 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:35.839304+0000 mon.a (mon.0) 211 : cluster [DBG] 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-03-26T03:13:36.202 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:35.839328+0000 mon.a (mon.0) 212 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-03-26T03:13:36.202 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:35.839348+0000 mon.a (mon.0) 213 : cluster [DBG] 2: [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] mon.b 2024-03-26T03:13:36.202 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:35.857698+0000 mon.a (mon.0) 214 : cluster [DBG] fsmap 2024-03-26T03:13:36.202 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:35.857762+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:13:36.202 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:35.858049+0000 mon.a (mon.0) 216 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-03-26T03:13:36.202 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: cluster 2024-03-26T03:13:35.858297+0000 mon.a (mon.0) 217 : cluster [INF] overall HEALTH_OK 2024-03-26T03:13:36.202 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:35.866119+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.202 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:35.871414+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.202 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:35.877098+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.202 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:35.883158+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.202 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:35.889183+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.203 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:35.890708+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:36.203 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:35 smithi173 bash[23834]: audit 2024-03-26T03:13:35.892436+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:13:36.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:24.183502+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:36.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:24.188283+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:13:36.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:24.188617+0000 mon.a (mon.0) 165 : cluster [INF] mon.a calling monitor election 2024-03-26T03:13:36.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:24.214002+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:36.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:24.520715+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:36.225 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:25.183288+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:36.225 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:26.183424+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:36.225 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:26.185500+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-26T03:13:36.225 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:26.521156+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:36.225 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:27.183466+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:36.225 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:28.183674+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:36.225 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:28.783510+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.225 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:29.183853+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:36.225 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:29.236361+0000 mon.a (mon.0) 173 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-26T03:13:36.225 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:29.242507+0000 mon.a (mon.0) 174 : cluster [DBG] monmap epoch 2 2024-03-26T03:13:36.225 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:29.242543+0000 mon.a (mon.0) 175 : cluster [DBG] fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:13:36.225 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:29.242567+0000 mon.a (mon.0) 176 : cluster [DBG] last_changed 2024-03-26T03:13:24.182828+0000 2024-03-26T03:13:36.225 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:29.242592+0000 mon.a (mon.0) 177 : cluster [DBG] created 2024-03-26T03:10:39.295669+0000 2024-03-26T03:13:36.225 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:29.242614+0000 mon.a (mon.0) 178 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:13:36.226 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:29.242653+0000 mon.a (mon.0) 179 : cluster [DBG] election_strategy: 1 2024-03-26T03:13:36.226 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:29.242692+0000 mon.a (mon.0) 180 : cluster [DBG] 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-03-26T03:13:36.226 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:29.242732+0000 mon.a (mon.0) 181 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-03-26T03:13:36.226 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:29.261663+0000 mon.a (mon.0) 182 : cluster [DBG] fsmap 2024-03-26T03:13:36.226 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:29.261725+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:13:36.226 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:29.262006+0000 mon.a (mon.0) 184 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-03-26T03:13:36.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:29.262257+0000 mon.a (mon.0) 185 : cluster [INF] overall HEALTH_OK 2024-03-26T03:13:36.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:29.269397+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:29.275960+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:29.301107+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:29.309459+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:28.521560+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:36.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:29.442357+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:36.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:29.783775+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:30.183891+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:36.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:30.521926+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:36.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:30.790332+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:13:36.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:30.790866+0000 mon.a (mon.0) 195 : cluster [INF] mon.a calling monitor election 2024-03-26T03:13:36.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:30.797409+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-26T03:13:36.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:30.810185+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:30.810441+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:13:36.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:30.943110+0000 mon.a (mon.0) 198 : audit [DBG] from='client.? 172.21.15.173:0/1400039500' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-26T03:13:36.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:31.784082+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:32.522256+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:36.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:32.784369+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:32.786221+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-26T03:13:36.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:33.784264+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:34.522599+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:36.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:34.784445+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:35.784531+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:36.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:35.832585+0000 mon.a (mon.0) 204 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-26T03:13:36.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:35.839163+0000 mon.a (mon.0) 205 : cluster [DBG] monmap epoch 3 2024-03-26T03:13:36.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:35.839198+0000 mon.a (mon.0) 206 : cluster [DBG] fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:35.839222+0000 mon.a (mon.0) 207 : cluster [DBG] last_changed 2024-03-26T03:13:30.783916+0000 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:35.839239+0000 mon.a (mon.0) 208 : cluster [DBG] created 2024-03-26T03:10:39.295669+0000 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:35.839262+0000 mon.a (mon.0) 209 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:35.839283+0000 mon.a (mon.0) 210 : cluster [DBG] election_strategy: 1 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:35.839304+0000 mon.a (mon.0) 211 : cluster [DBG] 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:35.839328+0000 mon.a (mon.0) 212 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:35.839348+0000 mon.a (mon.0) 213 : cluster [DBG] 2: [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] mon.b 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:35.857698+0000 mon.a (mon.0) 214 : cluster [DBG] fsmap 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:35.857762+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:35.858049+0000 mon.a (mon.0) 216 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: cluster 2024-03-26T03:13:35.858297+0000 mon.a (mon.0) 217 : cluster [INF] overall HEALTH_OK 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:35.866119+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:35.871414+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:35.877098+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.229 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:35.883158+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.230 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:35.889183+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:36.230 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:35.890708+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:36.230 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:35 smithi072 bash[23112]: audit 2024-03-26T03:13:35.892436+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:13:36.513 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-26T03:13:36.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph config generate-minimal-conf 2024-03-26T03:13:37.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: cephadm 2024-03-26T03:13:35.894954+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-03-26T03:13:37.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: cephadm 2024-03-26T03:13:35.895643+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-26T03:13:37.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: cephadm 2024-03-26T03:13:35.896037+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-03-26T03:13:37.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: cephadm 2024-03-26T03:13:36.212289+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi173:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:13:37.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: cephadm 2024-03-26T03:13:36.212856+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi071:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:13:37.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: cephadm 2024-03-26T03:13:36.214203+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi072:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:13:37.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.433378+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.438707+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.444038+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.449733+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.455361+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.461131+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.467515+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.556868+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.564156+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.571413+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.701 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.578560+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.701 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.579498+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:13:37.701 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.580669+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:13:37.701 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.581785+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:37.701 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:37 smithi173 bash[23834]: audit 2024-03-26T03:13:36.784681+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:37.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: cephadm 2024-03-26T03:13:35.894954+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-03-26T03:13:37.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: cephadm 2024-03-26T03:13:35.895643+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-26T03:13:37.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: cephadm 2024-03-26T03:13:35.896037+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-03-26T03:13:37.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: cephadm 2024-03-26T03:13:36.212289+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi173:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:13:37.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: cephadm 2024-03-26T03:13:36.212856+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi071:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:13:37.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: cephadm 2024-03-26T03:13:36.214203+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi072:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:13:37.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.433378+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.438707+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.444038+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.449733+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.455361+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.461131+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.467515+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.556868+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.564156+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.571413+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.578560+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.579498+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:13:37.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.580669+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:13:37.726 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.581785+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:37.726 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:37 smithi072 bash[23112]: audit 2024-03-26T03:13:36.784681+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:37.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: cephadm 2024-03-26T03:13:35.894954+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-03-26T03:13:37.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: cephadm 2024-03-26T03:13:35.895643+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-26T03:13:37.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: cephadm 2024-03-26T03:13:35.896037+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-03-26T03:13:37.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: cephadm 2024-03-26T03:13:36.212289+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi173:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:13:37.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: cephadm 2024-03-26T03:13:36.212856+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi071:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:13:37.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: cephadm 2024-03-26T03:13:36.214203+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi072:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:13:37.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.433378+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.438707+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.444038+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.449733+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.455361+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.461131+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.467515+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.556868+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.564156+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.571413+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.578560+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:37.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.579498+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:13:37.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.580669+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:13:37.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.581785+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:37.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:37 smithi071 bash[21522]: audit 2024-03-26T03:13:36.784681+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:13:38.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:38 smithi071 bash[21522]: cluster 2024-03-26T03:13:36.522922+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:38.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:38 smithi071 bash[21522]: cephadm 2024-03-26T03:13:36.579104+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T03:13:38.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:38 smithi071 bash[21522]: cephadm 2024-03-26T03:13:36.583262+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-03-26T03:13:38.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:38 smithi072 bash[23112]: cluster 2024-03-26T03:13:36.522922+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:38.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:38 smithi072 bash[23112]: cephadm 2024-03-26T03:13:36.579104+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T03:13:38.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:38 smithi072 bash[23112]: cephadm 2024-03-26T03:13:36.583262+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-03-26T03:13:38.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:38 smithi173 bash[23834]: cluster 2024-03-26T03:13:36.522922+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:38.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:38 smithi173 bash[23834]: cephadm 2024-03-26T03:13:36.579104+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-26T03:13:38.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:38 smithi173 bash[23834]: cephadm 2024-03-26T03:13:36.583262+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-03-26T03:13:39.696 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:39 smithi072 bash[23112]: cluster 2024-03-26T03:13:38.523309+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:39.696 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:39 smithi072 bash[23112]: audit 2024-03-26T03:13:38.693402+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:39.697 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:39 smithi072 bash[23112]: audit 2024-03-26T03:13:38.697859+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:39.697 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:39 smithi072 bash[23112]: cephadm 2024-03-26T03:13:38.702262+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T03:13:39.697 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:39 smithi072 bash[23112]: audit 2024-03-26T03:13:38.702742+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:13:39.697 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:39 smithi072 bash[23112]: audit 2024-03-26T03:13:38.703879+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:13:39.697 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:39 smithi072 bash[23112]: audit 2024-03-26T03:13:38.705008+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:39.697 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:39 smithi072 bash[23112]: cephadm 2024-03-26T03:13:38.706377+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi072 2024-03-26T03:13:39.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:39 smithi173 bash[23834]: cluster 2024-03-26T03:13:38.523309+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:39.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:39 smithi173 bash[23834]: audit 2024-03-26T03:13:38.693402+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:39.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:39 smithi173 bash[23834]: audit 2024-03-26T03:13:38.697859+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:39.951 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:39 smithi173 bash[23834]: cephadm 2024-03-26T03:13:38.702262+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T03:13:39.951 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:39 smithi173 bash[23834]: audit 2024-03-26T03:13:38.702742+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:13:39.951 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:39 smithi173 bash[23834]: audit 2024-03-26T03:13:38.703879+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:13:39.951 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:39 smithi173 bash[23834]: audit 2024-03-26T03:13:38.705008+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:39.951 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:39 smithi173 bash[23834]: cephadm 2024-03-26T03:13:38.706377+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi072 2024-03-26T03:13:40.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:39 smithi071 bash[21522]: cluster 2024-03-26T03:13:38.523309+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:40.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:39 smithi071 bash[21522]: audit 2024-03-26T03:13:38.693402+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:40.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:39 smithi071 bash[21522]: audit 2024-03-26T03:13:38.697859+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:40.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:39 smithi071 bash[21522]: cephadm 2024-03-26T03:13:38.702262+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T03:13:40.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:39 smithi071 bash[21522]: audit 2024-03-26T03:13:38.702742+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:13:40.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:39 smithi071 bash[21522]: audit 2024-03-26T03:13:38.703879+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:13:40.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:39 smithi071 bash[21522]: audit 2024-03-26T03:13:38.705008+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:40.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:39 smithi071 bash[21522]: cephadm 2024-03-26T03:13:38.706377+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi072 2024-03-26T03:13:41.215 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:13:42.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:41 smithi071 bash[21522]: cluster 2024-03-26T03:13:40.523749+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:42.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:41 smithi071 bash[21522]: audit 2024-03-26T03:13:40.775900+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:42.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:41 smithi071 bash[21522]: audit 2024-03-26T03:13:40.784445+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:42.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:41 smithi071 bash[21522]: cephadm 2024-03-26T03:13:40.826572+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T03:13:42.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:41 smithi071 bash[21522]: audit 2024-03-26T03:13:40.827247+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:13:42.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:41 smithi071 bash[21522]: audit 2024-03-26T03:13:40.828967+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:13:42.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:41 smithi071 bash[21522]: audit 2024-03-26T03:13:40.830635+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:42.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:41 smithi071 bash[21522]: cephadm 2024-03-26T03:13:40.832629+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi173 2024-03-26T03:13:42.058 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:41 smithi173 bash[23834]: cluster 2024-03-26T03:13:40.523749+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:42.058 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:41 smithi173 bash[23834]: audit 2024-03-26T03:13:40.775900+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:42.058 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:41 smithi173 bash[23834]: audit 2024-03-26T03:13:40.784445+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:42.058 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:41 smithi173 bash[23834]: cephadm 2024-03-26T03:13:40.826572+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T03:13:42.058 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:41 smithi173 bash[23834]: audit 2024-03-26T03:13:40.827247+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:13:42.059 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:41 smithi173 bash[23834]: audit 2024-03-26T03:13:40.828967+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:13:42.059 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:41 smithi173 bash[23834]: audit 2024-03-26T03:13:40.830635+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:42.059 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:41 smithi173 bash[23834]: cephadm 2024-03-26T03:13:40.832629+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi173 2024-03-26T03:13:42.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:41 smithi072 bash[23112]: cluster 2024-03-26T03:13:40.523749+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:42.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:41 smithi072 bash[23112]: audit 2024-03-26T03:13:40.775900+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:42.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:41 smithi072 bash[23112]: audit 2024-03-26T03:13:40.784445+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:42.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:41 smithi072 bash[23112]: cephadm 2024-03-26T03:13:40.826572+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-26T03:13:42.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:41 smithi072 bash[23112]: audit 2024-03-26T03:13:40.827247+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:13:42.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:41 smithi072 bash[23112]: audit 2024-03-26T03:13:40.828967+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:13:42.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:41 smithi072 bash[23112]: audit 2024-03-26T03:13:40.830635+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:42.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:41 smithi072 bash[23112]: cephadm 2024-03-26T03:13:40.832629+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi173 2024-03-26T03:13:43.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:43 smithi071 bash[21522]: cluster 2024-03-26T03:13:42.524166+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:43.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:43 smithi071 bash[21522]: audit 2024-03-26T03:13:42.591487+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:43.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:43 smithi071 bash[21522]: audit 2024-03-26T03:13:42.598935+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:43.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:43 smithi071 bash[21522]: audit 2024-03-26T03:13:42.601864+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:43.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:43 smithi071 bash[21522]: audit 2024-03-26T03:13:43.279629+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:43.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:43 smithi071 bash[21522]: audit 2024-03-26T03:13:43.281219+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:13:43.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:43 smithi071 bash[21522]: audit 2024-03-26T03:13:43.289522+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:43.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:43 smithi173 bash[23834]: cluster 2024-03-26T03:13:42.524166+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:43.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:43 smithi173 bash[23834]: audit 2024-03-26T03:13:42.591487+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:43.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:43 smithi173 bash[23834]: audit 2024-03-26T03:13:42.598935+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:43.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:43 smithi173 bash[23834]: audit 2024-03-26T03:13:42.601864+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:43.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:43 smithi173 bash[23834]: audit 2024-03-26T03:13:43.279629+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:43.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:43 smithi173 bash[23834]: audit 2024-03-26T03:13:43.281219+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:13:43.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:43 smithi173 bash[23834]: audit 2024-03-26T03:13:43.289522+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:43.951 INFO:teuthology.orchestra.run.smithi071.stdout:# minimal ceph.conf for 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:13:43.951 INFO:teuthology.orchestra.run.smithi071.stdout:[global] 2024-03-26T03:13:43.951 INFO:teuthology.orchestra.run.smithi071.stdout: fsid = 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:13:43.951 INFO:teuthology.orchestra.run.smithi071.stdout: mon_host = [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] 2024-03-26T03:13:43.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:43 smithi072 bash[23112]: cluster 2024-03-26T03:13:42.524166+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:43.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:43 smithi072 bash[23112]: audit 2024-03-26T03:13:42.591487+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:43.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:43 smithi072 bash[23112]: audit 2024-03-26T03:13:42.598935+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:43.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:43 smithi072 bash[23112]: audit 2024-03-26T03:13:42.601864+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:43.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:43 smithi072 bash[23112]: audit 2024-03-26T03:13:43.279629+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:43.975 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:43 smithi072 bash[23112]: audit 2024-03-26T03:13:43.281219+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:13:43.975 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:43 smithi072 bash[23112]: audit 2024-03-26T03:13:43.289522+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:44.594 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-26T03:13:44.594 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T03:13:44.595 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T03:13:44.609 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T03:13:44.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:13:44.663 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-26T03:13:44.664 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T03:13:44.679 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-26T03:13:44.679 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:13:44.734 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-26T03:13:44.734 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.conf 2024-03-26T03:13:44.749 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-26T03:13:44.749 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:13:44.806 INFO:tasks.cephadm:Adding mgr.a on smithi071 2024-03-26T03:13:44.807 INFO:tasks.cephadm:Adding mgr.b on smithi072 2024-03-26T03:13:44.807 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph orch apply mgr '2;smithi071=a;smithi072=b' 2024-03-26T03:13:44.858 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:44 smithi173 bash[23834]: audit 2024-03-26T03:13:43.949719+0000 mon.a (mon.0) 256 : audit [DBG] from='client.? 172.21.15.71:0/3459860186' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:44.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:44 smithi071 bash[21522]: audit 2024-03-26T03:13:43.949719+0000 mon.a (mon.0) 256 : audit [DBG] from='client.? 172.21.15.71:0/3459860186' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:44.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:44 smithi072 bash[23112]: audit 2024-03-26T03:13:43.949719+0000 mon.a (mon.0) 256 : audit [DBG] from='client.? 172.21.15.71:0/3459860186' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:45.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:45 smithi071 bash[21522]: cluster 2024-03-26T03:13:44.524536+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:45.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:45 smithi173 bash[23834]: cluster 2024-03-26T03:13:44.524536+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:45.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:45 smithi072 bash[23112]: cluster 2024-03-26T03:13:44.524536+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:47.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:47 smithi071 bash[21522]: cluster 2024-03-26T03:13:46.524992+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:47.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:47 smithi173 bash[23834]: cluster 2024-03-26T03:13:46.524992+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:47.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:47 smithi072 bash[23112]: cluster 2024-03-26T03:13:46.524992+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:48.549 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T03:13:49.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:49 smithi071 bash[21522]: cluster 2024-03-26T03:13:48.525332+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:49.943 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:49 smithi173 bash[23834]: cluster 2024-03-26T03:13:48.525332+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:49.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:49 smithi072 bash[23112]: cluster 2024-03-26T03:13:48.525332+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:51.032 INFO:teuthology.orchestra.run.smithi173.stdout:Scheduled mgr update... 2024-03-26T03:13:51.588 DEBUG:teuthology.orchestra.run.smithi072:mgr.b> sudo journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mgr.b.service 2024-03-26T03:13:51.590 INFO:tasks.cephadm:Deploying OSDs... 2024-03-26T03:13:51.590 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-03-26T03:13:51.590 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T03:13:51.596 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-26T03:13:51.596 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_1 2024-03-26T03:13:51.645 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T03:13:51.645 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:13:51.645 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 874 Links: 1 2024-03-26T03:13:51.645 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:13:51.645 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-03-26 03:03:46.635342895 +0000 2024-03-26T03:13:51.645 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-03-26 03:03:46.375345214 +0000 2024-03-26T03:13:51.645 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-03-26 03:03:46.375345214 +0000 2024-03-26T03:13:51.646 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-03-26T03:13:51.646 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T03:13:51.699 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-03-26T03:13:51.700 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-03-26T03:13:51.700 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000442755 s, 1.2 MB/s 2024-03-26T03:13:51.701 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T03:13:51.755 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_2 2024-03-26T03:13:51.801 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T03:13:51.801 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:13:51.801 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-03-26T03:13:51.801 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:13:51.801 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-03-26 03:03:47.135338434 +0000 2024-03-26T03:13:51.802 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-03-26 03:03:46.867340825 +0000 2024-03-26T03:13:51.802 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-03-26 03:03:46.867340825 +0000 2024-03-26T03:13:51.802 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-03-26T03:13:51.802 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T03:13:51.856 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-03-26T03:13:51.856 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-03-26T03:13:51.856 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000403229 s, 1.3 MB/s 2024-03-26T03:13:51.857 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T03:13:51.908 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_3 2024-03-26T03:13:51.956 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T03:13:51.957 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:13:51.957 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-03-26T03:13:51.957 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:13:51.957 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-03-26 03:03:47.599334295 +0000 2024-03-26T03:13:51.957 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-03-26 03:03:47.363336400 +0000 2024-03-26T03:13:51.957 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-03-26 03:03:47.363336400 +0000 2024-03-26T03:13:51.957 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-03-26T03:13:51.957 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T03:13:52.011 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-03-26T03:13:52.011 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-03-26T03:13:52.011 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000440126 s, 1.2 MB/s 2024-03-26T03:13:52.012 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T03:13:52.062 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_4 2024-03-26T03:13:52.108 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T03:13:52.108 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:13:52.109 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-03-26T03:13:52.109 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:13:52.109 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-03-26 03:03:48.111329728 +0000 2024-03-26T03:13:52.109 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-03-26 03:03:47.839332153 +0000 2024-03-26T03:13:52.109 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-03-26 03:03:47.839332153 +0000 2024-03-26T03:13:52.109 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-03-26T03:13:52.109 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T03:13:52.163 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-03-26T03:13:52.163 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-03-26T03:13:52.163 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000397796 s, 1.3 MB/s 2024-03-26T03:13:52.164 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T03:13:52.214 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-26T03:13:52.214 DEBUG:teuthology.orchestra.run.smithi072:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T03:13:52.221 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-26T03:13:52.221 DEBUG:teuthology.orchestra.run.smithi072:> stat /dev/vg_nvme/lv_1 2024-03-26T03:13:52.267 INFO:teuthology.orchestra.run.smithi072.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T03:13:52.267 INFO:teuthology.orchestra.run.smithi072.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:13:52.267 INFO:teuthology.orchestra.run.smithi072.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-03-26T03:13:52.267 INFO:teuthology.orchestra.run.smithi072.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:13:52.267 INFO:teuthology.orchestra.run.smithi072.stdout:Access: 2024-03-26 03:03:47.983452026 +0000 2024-03-26T03:13:52.267 INFO:teuthology.orchestra.run.smithi072.stdout:Modify: 2024-03-26 03:03:47.723454348 +0000 2024-03-26T03:13:52.267 INFO:teuthology.orchestra.run.smithi072.stdout:Change: 2024-03-26 03:03:47.723454348 +0000 2024-03-26T03:13:52.267 INFO:teuthology.orchestra.run.smithi072.stdout: Birth: - 2024-03-26T03:13:52.268 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T03:13:52.319 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:52 smithi072 bash[23112]: cluster 2024-03-26T03:13:50.525736+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:52.319 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:52 smithi072 bash[23112]: audit 2024-03-26T03:13:51.020639+0000 mgr.a (mgr.14152) 96 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=a;smithi072=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:13:52.320 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:52 smithi072 bash[23112]: cephadm 2024-03-26T03:13:51.024209+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Saving service mgr spec with placement smithi071=a;smithi072=b;count:2 2024-03-26T03:13:52.320 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:52 smithi072 bash[23112]: audit 2024-03-26T03:13:51.031767+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:52.320 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:52 smithi072 bash[23112]: audit 2024-03-26T03:13:51.075161+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:52.320 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:52 smithi072 bash[23112]: audit 2024-03-26T03:13:51.079001+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:52.320 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:52 smithi072 bash[23112]: audit 2024-03-26T03:13:51.080892+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:13:52.320 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:52 smithi072 bash[23112]: audit 2024-03-26T03:13:51.091411+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:52.320 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:52 smithi072 bash[23112]: audit 2024-03-26T03:13:51.094899+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:13:52.320 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:52 smithi072 bash[23112]: audit 2024-03-26T03:13:51.099143+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T03:13:52.320 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:52 smithi072 bash[23112]: audit 2024-03-26T03:13:51.103742+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:13:52.320 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:52 smithi072 bash[23112]: audit 2024-03-26T03:13:51.105827+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:52.320 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:52 smithi072 bash[23112]: cephadm 2024-03-26T03:13:51.107812+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi072 2024-03-26T03:13:52.321 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records in 2024-03-26T03:13:52.321 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records out 2024-03-26T03:13:52.322 INFO:teuthology.orchestra.run.smithi072.stderr:512 bytes copied, 0.000422101 s, 1.2 MB/s 2024-03-26T03:13:52.323 DEBUG:teuthology.orchestra.run.smithi072:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T03:13:52.375 DEBUG:teuthology.orchestra.run.smithi072:> stat /dev/vg_nvme/lv_2 2024-03-26T03:13:52.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:52 smithi071 bash[21522]: cluster 2024-03-26T03:13:50.525736+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:52.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:52 smithi071 bash[21522]: audit 2024-03-26T03:13:51.020639+0000 mgr.a (mgr.14152) 96 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=a;smithi072=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:13:52.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:52 smithi071 bash[21522]: cephadm 2024-03-26T03:13:51.024209+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Saving service mgr spec with placement smithi071=a;smithi072=b;count:2 2024-03-26T03:13:52.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:52 smithi071 bash[21522]: audit 2024-03-26T03:13:51.031767+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:52.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:52 smithi071 bash[21522]: audit 2024-03-26T03:13:51.075161+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:52.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:52 smithi071 bash[21522]: audit 2024-03-26T03:13:51.079001+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:52.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:52 smithi071 bash[21522]: audit 2024-03-26T03:13:51.080892+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:13:52.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:52 smithi071 bash[21522]: audit 2024-03-26T03:13:51.091411+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:52.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:52 smithi071 bash[21522]: audit 2024-03-26T03:13:51.094899+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:13:52.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:52 smithi071 bash[21522]: audit 2024-03-26T03:13:51.099143+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T03:13:52.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:52 smithi071 bash[21522]: audit 2024-03-26T03:13:51.103742+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:13:52.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:52 smithi071 bash[21522]: audit 2024-03-26T03:13:51.105827+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:52.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:52 smithi071 bash[21522]: cephadm 2024-03-26T03:13:51.107812+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi072 2024-03-26T03:13:52.422 INFO:teuthology.orchestra.run.smithi072.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T03:13:52.423 INFO:teuthology.orchestra.run.smithi072.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:13:52.423 INFO:teuthology.orchestra.run.smithi072.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-03-26T03:13:52.423 INFO:teuthology.orchestra.run.smithi072.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:13:52.423 INFO:teuthology.orchestra.run.smithi072.stdout:Access: 2024-03-26 03:03:48.463447740 +0000 2024-03-26T03:13:52.423 INFO:teuthology.orchestra.run.smithi072.stdout:Modify: 2024-03-26 03:03:48.219449918 +0000 2024-03-26T03:13:52.423 INFO:teuthology.orchestra.run.smithi072.stdout:Change: 2024-03-26 03:03:48.219449918 +0000 2024-03-26T03:13:52.423 INFO:teuthology.orchestra.run.smithi072.stdout: Birth: - 2024-03-26T03:13:52.423 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T03:13:52.449 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:52 smithi173 bash[23834]: cluster 2024-03-26T03:13:50.525736+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:52.449 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:52 smithi173 bash[23834]: audit 2024-03-26T03:13:51.020639+0000 mgr.a (mgr.14152) 96 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=a;smithi072=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:13:52.449 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:52 smithi173 bash[23834]: cephadm 2024-03-26T03:13:51.024209+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Saving service mgr spec with placement smithi071=a;smithi072=b;count:2 2024-03-26T03:13:52.449 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:52 smithi173 bash[23834]: audit 2024-03-26T03:13:51.031767+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:52.449 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:52 smithi173 bash[23834]: audit 2024-03-26T03:13:51.075161+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:52.449 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:52 smithi173 bash[23834]: audit 2024-03-26T03:13:51.079001+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:52.449 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:52 smithi173 bash[23834]: audit 2024-03-26T03:13:51.080892+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:13:52.450 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:52 smithi173 bash[23834]: audit 2024-03-26T03:13:51.091411+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:52.450 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:52 smithi173 bash[23834]: audit 2024-03-26T03:13:51.094899+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:13:52.450 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:52 smithi173 bash[23834]: audit 2024-03-26T03:13:51.099143+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-26T03:13:52.450 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:52 smithi173 bash[23834]: audit 2024-03-26T03:13:51.103742+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:13:52.450 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:52 smithi173 bash[23834]: audit 2024-03-26T03:13:51.105827+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:13:52.450 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:52 smithi173 bash[23834]: cephadm 2024-03-26T03:13:51.107812+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi072 2024-03-26T03:13:52.477 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records in 2024-03-26T03:13:52.477 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records out 2024-03-26T03:13:52.477 INFO:teuthology.orchestra.run.smithi072.stderr:512 bytes copied, 0.000434938 s, 1.2 MB/s 2024-03-26T03:13:52.478 DEBUG:teuthology.orchestra.run.smithi072:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T03:13:52.529 DEBUG:teuthology.orchestra.run.smithi072:> stat /dev/vg_nvme/lv_3 2024-03-26T03:13:52.574 INFO:teuthology.orchestra.run.smithi072.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T03:13:52.574 INFO:teuthology.orchestra.run.smithi072.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:13:52.574 INFO:teuthology.orchestra.run.smithi072.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-03-26T03:13:52.575 INFO:teuthology.orchestra.run.smithi072.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:13:52.575 INFO:teuthology.orchestra.run.smithi072.stdout:Access: 2024-03-26 03:03:48.987443059 +0000 2024-03-26T03:13:52.575 INFO:teuthology.orchestra.run.smithi072.stdout:Modify: 2024-03-26 03:03:48.727445381 +0000 2024-03-26T03:13:52.575 INFO:teuthology.orchestra.run.smithi072.stdout:Change: 2024-03-26 03:03:48.727445381 +0000 2024-03-26T03:13:52.575 INFO:teuthology.orchestra.run.smithi072.stdout: Birth: - 2024-03-26T03:13:52.575 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T03:13:52.629 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records in 2024-03-26T03:13:52.629 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records out 2024-03-26T03:13:52.629 INFO:teuthology.orchestra.run.smithi072.stderr:512 bytes copied, 0.000420761 s, 1.2 MB/s 2024-03-26T03:13:52.630 DEBUG:teuthology.orchestra.run.smithi072:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T03:13:52.680 DEBUG:teuthology.orchestra.run.smithi072:> stat /dev/vg_nvme/lv_4 2024-03-26T03:13:52.727 INFO:teuthology.orchestra.run.smithi072.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T03:13:52.727 INFO:teuthology.orchestra.run.smithi072.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:13:52.727 INFO:teuthology.orchestra.run.smithi072.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-03-26T03:13:52.727 INFO:teuthology.orchestra.run.smithi072.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:13:52.727 INFO:teuthology.orchestra.run.smithi072.stdout:Access: 2024-03-26 03:03:49.495438522 +0000 2024-03-26T03:13:52.727 INFO:teuthology.orchestra.run.smithi072.stdout:Modify: 2024-03-26 03:03:49.211441057 +0000 2024-03-26T03:13:52.727 INFO:teuthology.orchestra.run.smithi072.stdout:Change: 2024-03-26 03:03:49.211441057 +0000 2024-03-26T03:13:52.727 INFO:teuthology.orchestra.run.smithi072.stdout: Birth: - 2024-03-26T03:13:52.728 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T03:13:52.780 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records in 2024-03-26T03:13:52.780 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records out 2024-03-26T03:13:52.781 INFO:teuthology.orchestra.run.smithi072.stderr:512 bytes copied, 0.000275933 s, 1.9 MB/s 2024-03-26T03:13:52.781 DEBUG:teuthology.orchestra.run.smithi072:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T03:13:52.833 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-26T03:13:52.833 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/scratch_devs of=/dev/stdout 2024-03-26T03:13:52.839 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-26T03:13:52.839 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_1 2024-03-26T03:13:52.886 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-26T03:13:52.887 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:13:52.887 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-03-26T03:13:52.887 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:13:52.887 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-03-26 03:03:39.060560566 +0000 2024-03-26T03:13:52.887 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-03-26 03:03:38.808562815 +0000 2024-03-26T03:13:52.887 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-03-26 03:03:38.808562815 +0000 2024-03-26T03:13:52.887 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-03-26T03:13:52.887 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-26T03:13:52.941 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-03-26T03:13:52.941 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-03-26T03:13:52.941 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000443055 s, 1.2 MB/s 2024-03-26T03:13:52.942 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-26T03:13:52.992 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_2 2024-03-26T03:13:53.038 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-26T03:13:53.038 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:13:53.038 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-03-26T03:13:53.038 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:13:53.038 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-03-26 03:03:39.556556142 +0000 2024-03-26T03:13:53.038 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-03-26 03:03:39.304558390 +0000 2024-03-26T03:13:53.038 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-03-26 03:03:39.304558390 +0000 2024-03-26T03:13:53.038 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-03-26T03:13:53.039 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-26T03:13:53.092 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-03-26T03:13:53.093 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-03-26T03:13:53.093 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000364841 s, 1.4 MB/s 2024-03-26T03:13:53.094 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-26T03:13:53.144 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_3 2024-03-26T03:13:53.190 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-26T03:13:53.190 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:13:53.190 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-03-26T03:13:53.190 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:13:53.190 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-03-26 03:03:40.012552074 +0000 2024-03-26T03:13:53.190 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-03-26 03:03:39.768554250 +0000 2024-03-26T03:13:53.190 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-03-26 03:03:39.768554250 +0000 2024-03-26T03:13:53.190 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-03-26T03:13:53.191 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-26T03:13:53.245 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-03-26T03:13:53.245 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-03-26T03:13:53.246 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000414861 s, 1.2 MB/s 2024-03-26T03:13:53.246 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-26T03:13:53.299 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_4 2024-03-26T03:13:53.346 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-26T03:13:53.346 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-26T03:13:53.346 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-03-26T03:13:53.346 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-26T03:13:53.346 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-03-26 03:03:40.472547969 +0000 2024-03-26T03:13:53.346 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-03-26 03:03:40.240550039 +0000 2024-03-26T03:13:53.346 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-03-26 03:03:40.240550039 +0000 2024-03-26T03:13:53.346 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-03-26T03:13:53.347 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-26T03:13:53.401 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-03-26T03:13:53.401 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-03-26T03:13:53.401 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000381149 s, 1.3 MB/s 2024-03-26T03:13:53.402 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-26T03:13:53.451 INFO:tasks.cephadm:Deploying osd.0 on smithi071 with /dev/vg_nvme/lv_4... 2024-03-26T03:13:53.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T03:13:54.109 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:54 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:13:54.109 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:54 smithi072 bash[23112]: cluster 2024-03-26T03:13:52.526140+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:54.394 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:54 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:13:54.394 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:54 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:13:54.395 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:54 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:13:54.395 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:54 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:13:54.395 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:54 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:13:54.395 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:54 smithi072 systemd[1]: Started Ceph mgr.b for 3ff158ae-eb1e-11ee-95d0-87774f69a715. 2024-03-26T03:13:54.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:54 smithi071 bash[21522]: cluster 2024-03-26T03:13:52.526140+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:54.448 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:54 smithi173 bash[23834]: cluster 2024-03-26T03:13:52.526140+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:55.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:55 smithi071 bash[21522]: audit 2024-03-26T03:13:54.398240+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:55.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:55 smithi071 bash[21522]: audit 2024-03-26T03:13:54.406965+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:55.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:55 smithi071 bash[21522]: audit 2024-03-26T03:13:54.437982+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:55.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:55 smithi071 bash[21522]: audit 2024-03-26T03:13:54.446445+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:55.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:55 smithi071 bash[21522]: audit 2024-03-26T03:13:54.549525+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:55.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:55 smithi173 bash[23834]: audit 2024-03-26T03:13:54.398240+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:55.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:55 smithi173 bash[23834]: audit 2024-03-26T03:13:54.406965+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:55.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:55 smithi173 bash[23834]: audit 2024-03-26T03:13:54.437982+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:55.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:55 smithi173 bash[23834]: audit 2024-03-26T03:13:54.446445+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:55.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:55 smithi173 bash[23834]: audit 2024-03-26T03:13:54.549525+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:55.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:55 smithi072 bash[23112]: audit 2024-03-26T03:13:54.398240+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:55.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:55 smithi072 bash[23112]: audit 2024-03-26T03:13:54.406965+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:55.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:55 smithi072 bash[23112]: audit 2024-03-26T03:13:54.437982+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:55.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:55 smithi072 bash[23112]: audit 2024-03-26T03:13:54.446445+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:55.725 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:55 smithi072 bash[23112]: audit 2024-03-26T03:13:54.549525+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:13:55.725 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:55 smithi072 bash[23622]: debug 2024-03-26T03:13:55.334+0000 7f622e601700 1 -- 172.21.15.72:0/1999079481 <== mon.2 v2:172.21.15.72:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55d2af4325a0 con 0x55d2b01b2800 2024-03-26T03:13:55.725 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:55 smithi072 bash[23622]: debug 2024-03-26T03:13:55.470+0000 7f6238810200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-26T03:13:56.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:56 smithi072 bash[23112]: cluster 2024-03-26T03:13:54.526507+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:56.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:56 smithi072 bash[23112]: audit 2024-03-26T03:13:55.873900+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:56.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:56 smithi071 bash[21522]: cluster 2024-03-26T03:13:54.526507+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:56.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:56 smithi071 bash[21522]: audit 2024-03-26T03:13:55.873900+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:56.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:56 smithi173 bash[23834]: cluster 2024-03-26T03:13:54.526507+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:56.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:56 smithi173 bash[23834]: audit 2024-03-26T03:13:55.873900+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:13:57.360 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:57 smithi072 bash[23622]: debug 2024-03-26T03:13:57.022+0000 7f6238810200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-26T03:13:57.361 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:57 smithi072 bash[23622]: debug 2024-03-26T03:13:57.114+0000 7f6238810200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-26T03:13:57.361 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:57 smithi072 bash[23622]: debug 2024-03-26T03:13:57.357+0000 7f6238810200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-26T03:13:58.166 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:13:58.453 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:58 smithi072 bash[23622]: debug 2024-03-26T03:13:58.145+0000 7f6238810200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-26T03:13:58.454 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:58 smithi072 bash[23622]: debug 2024-03-26T03:13:58.253+0000 7f6238810200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-26T03:13:58.454 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:58 smithi072 bash[23622]: debug 2024-03-26T03:13:58.353+0000 7f6238810200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-26T03:13:58.710 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:13:58 smithi072 bash[23112]: cluster 2024-03-26T03:13:56.526968+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:58.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:13:58 smithi071 bash[21522]: cluster 2024-03-26T03:13:56.526968+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:58.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:13:58 smithi173 bash[23834]: cluster 2024-03-26T03:13:56.526968+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:13:58.973 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:58 smithi072 bash[23622]: debug 2024-03-26T03:13:58.705+0000 7f6238810200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-26T03:13:58.973 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:58 smithi072 bash[23622]: debug 2024-03-26T03:13:58.817+0000 7f6238810200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-26T03:13:58.973 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:58 smithi072 bash[23622]: debug 2024-03-26T03:13:58.917+0000 7f6238810200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-26T03:13:59.723 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:59 smithi072 bash[23622]: debug 2024-03-26T03:13:59.269+0000 7f6238810200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-26T03:13:59.723 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:59 smithi072 bash[23622]: debug 2024-03-26T03:13:59.509+0000 7f6238810200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-26T03:14:00.157 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:59 smithi072 bash[23622]: debug 2024-03-26T03:13:59.773+0000 7f6238810200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-26T03:14:00.157 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:13:59 smithi072 bash[23622]: debug 2024-03-26T03:13:59.885+0000 7f6238810200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-26T03:14:00.458 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:14:00 smithi072 bash[23622]: debug 2024-03-26T03:14:00.153+0000 7f6238810200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-26T03:14:00.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:00 smithi071 bash[21522]: cluster 2024-03-26T03:13:58.527461+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:00.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:00 smithi071 bash[21522]: audit 2024-03-26T03:13:59.738412+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:00.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:00 smithi071 bash[21522]: audit 2024-03-26T03:13:59.745185+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:00.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:00 smithi071 bash[21522]: audit 2024-03-26T03:13:59.746727+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:00.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:00 smithi071 bash[21522]: audit 2024-03-26T03:13:59.747997+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:14:00.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:00 smithi071 bash[21522]: audit 2024-03-26T03:13:59.755647+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:00.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:00 smithi071 bash[21522]: audit 2024-03-26T03:13:59.856914+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:14:00.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:00 smithi071 bash[21522]: audit 2024-03-26T03:13:59.858473+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:14:00.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:00 smithi071 bash[21522]: audit 2024-03-26T03:13:59.860150+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:00.723 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:14:00 smithi072 bash[23622]: debug 2024-03-26T03:14:00.565+0000 7f6238810200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:14:00.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:00 smithi072 bash[23112]: cluster 2024-03-26T03:13:58.527461+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:00.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:00 smithi072 bash[23112]: audit 2024-03-26T03:13:59.738412+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:00.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:00 smithi072 bash[23112]: audit 2024-03-26T03:13:59.745185+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:00.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:00 smithi072 bash[23112]: audit 2024-03-26T03:13:59.746727+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:00.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:00 smithi072 bash[23112]: audit 2024-03-26T03:13:59.747997+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:14:00.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:00 smithi072 bash[23112]: audit 2024-03-26T03:13:59.755647+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:00.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:00 smithi072 bash[23112]: audit 2024-03-26T03:13:59.856914+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:14:00.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:00 smithi072 bash[23112]: audit 2024-03-26T03:13:59.858473+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:14:00.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:00 smithi072 bash[23112]: audit 2024-03-26T03:13:59.860150+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:00.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:00 smithi173 bash[23834]: cluster 2024-03-26T03:13:58.527461+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:00.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:00 smithi173 bash[23834]: audit 2024-03-26T03:13:59.738412+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:00.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:00 smithi173 bash[23834]: audit 2024-03-26T03:13:59.745185+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:00.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:00 smithi173 bash[23834]: audit 2024-03-26T03:13:59.746727+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:00.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:00 smithi173 bash[23834]: audit 2024-03-26T03:13:59.747997+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:14:00.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:00 smithi173 bash[23834]: audit 2024-03-26T03:13:59.755647+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:00.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:00 smithi173 bash[23834]: audit 2024-03-26T03:13:59.856914+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:14:00.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:00 smithi173 bash[23834]: audit 2024-03-26T03:13:59.858473+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:14:00.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:00 smithi173 bash[23834]: audit 2024-03-26T03:13:59.860150+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:01.163 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:14:00 smithi072 bash[23622]: debug 2024-03-26T03:14:00.797+0000 7f6238810200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-26T03:14:01.163 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:14:00 smithi072 bash[23622]: debug 2024-03-26T03:14:00.917+0000 7f6238810200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-26T03:14:01.463 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:14:01 smithi072 bash[23622]: debug 2024-03-26T03:14:01.161+0000 7f6238810200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-26T03:14:01.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:01 smithi072 bash[23112]: cephadm 2024-03-26T03:13:59.856260+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T03:14:01.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:01 smithi072 bash[23112]: cephadm 2024-03-26T03:13:59.863147+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi071 2024-03-26T03:14:01.739 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T03:14:01.739 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T03:14:01.739 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10+0 records in 2024-03-26T03:14:01.739 INFO:teuthology.orchestra.run.smithi071.stderr:10+0 records out 2024-03-26T03:14:01.740 INFO:teuthology.orchestra.run.smithi071.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0148796 s, 705 MB/s 2024-03-26T03:14:01.740 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping successful for: 2024-03-26T03:14:01.742 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:01 smithi071 bash[21522]: cephadm 2024-03-26T03:13:59.856260+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T03:14:01.742 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:01 smithi071 bash[21522]: cephadm 2024-03-26T03:13:59.863147+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi071 2024-03-26T03:14:01.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:01 smithi173 bash[23834]: cephadm 2024-03-26T03:13:59.856260+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-26T03:14:01.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:01 smithi173 bash[23834]: cephadm 2024-03-26T03:13:59.863147+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi071 2024-03-26T03:14:02.466 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:14:02 smithi072 bash[23622]: debug 2024-03-26T03:14:02.153+0000 7f6238810200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-26T03:14:02.466 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:14:02 smithi072 bash[23622]: debug 2024-03-26T03:14:02.265+0000 7f6238810200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-26T03:14:02.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:02 smithi071 bash[21522]: cluster 2024-03-26T03:14:00.527954+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:02.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:02 smithi071 bash[21522]: audit 2024-03-26T03:14:02.311842+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:02.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:02 smithi071 bash[21522]: audit 2024-03-26T03:14:02.318341+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:02.669 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:02 smithi071 bash[21522]: audit 2024-03-26T03:14:02.333737+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:14:02.718 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi071:vg_nvme/lv_4 2024-03-26T03:14:02.723 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:14:02 smithi072 bash[23622]: debug 2024-03-26T03:14:02.557+0000 7f6238810200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-26T03:14:02.723 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:14:02 smithi072 bash[23622]: debug 2024-03-26T03:14:02.665+0000 7f6238810200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-26T03:14:02.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:02 smithi072 bash[23112]: cluster 2024-03-26T03:14:00.527954+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:02.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:02 smithi072 bash[23112]: audit 2024-03-26T03:14:02.311842+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:02.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:02 smithi072 bash[23112]: audit 2024-03-26T03:14:02.318341+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:02.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:02 smithi072 bash[23112]: audit 2024-03-26T03:14:02.333737+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:14:02.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:02 smithi173 bash[23834]: cluster 2024-03-26T03:14:00.527954+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:03.754 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:02 smithi173 bash[23834]: audit 2024-03-26T03:14:02.311842+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:03.754 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:02 smithi173 bash[23834]: audit 2024-03-26T03:14:02.318341+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:03.754 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:02 smithi173 bash[23834]: audit 2024-03-26T03:14:02.333737+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:14:03.755 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:14:03 smithi072 bash[23622]: debug 2024-03-26T03:14:03.113+0000 7f6238810200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-26T03:14:03.755 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:14:03 smithi072 bash[23622]: debug 2024-03-26T03:14:03.233+0000 7f6238810200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-26T03:14:03.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:03 smithi071 bash[21522]: audit 2024-03-26T03:14:02.960617+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:03.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:03 smithi071 bash[21522]: audit 2024-03-26T03:14:02.961495+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:14:03.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:03 smithi071 bash[21522]: audit 2024-03-26T03:14:02.966338+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:03.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:03 smithi071 bash[21522]: cluster 2024-03-26T03:14:03.258434+0000 mon.a (mon.0) 286 : cluster [DBG] Standby manager daemon b started 2024-03-26T03:14:03.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:03 smithi071 bash[21522]: audit 2024-03-26T03:14:03.261591+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.72:0/2292801374' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T03:14:03.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:03 smithi071 bash[21522]: audit 2024-03-26T03:14:03.262356+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.72:0/2292801374' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T03:14:03.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:03 smithi071 bash[21522]: audit 2024-03-26T03:14:03.263623+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.72:0/2292801374' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T03:14:03.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:03 smithi071 bash[21522]: audit 2024-03-26T03:14:03.264142+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.72:0/2292801374' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T03:14:03.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:03 smithi173 bash[23834]: audit 2024-03-26T03:14:02.960617+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:03.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:03 smithi173 bash[23834]: audit 2024-03-26T03:14:02.961495+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:14:03.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:03 smithi173 bash[23834]: audit 2024-03-26T03:14:02.966338+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:03.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:03 smithi173 bash[23834]: cluster 2024-03-26T03:14:03.258434+0000 mon.a (mon.0) 286 : cluster [DBG] Standby manager daemon b started 2024-03-26T03:14:03.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:03 smithi173 bash[23834]: audit 2024-03-26T03:14:03.261591+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.72:0/2292801374' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T03:14:03.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:03 smithi173 bash[23834]: audit 2024-03-26T03:14:03.262356+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.72:0/2292801374' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T03:14:03.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:03 smithi173 bash[23834]: audit 2024-03-26T03:14:03.263623+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.72:0/2292801374' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T03:14:03.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:03 smithi173 bash[23834]: audit 2024-03-26T03:14:03.264142+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.72:0/2292801374' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T03:14:03.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:03 smithi072 bash[23112]: audit 2024-03-26T03:14:02.960617+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:03.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:03 smithi072 bash[23112]: audit 2024-03-26T03:14:02.961495+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:14:03.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:03 smithi072 bash[23112]: audit 2024-03-26T03:14:02.966338+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:03.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:03 smithi072 bash[23112]: cluster 2024-03-26T03:14:03.258434+0000 mon.a (mon.0) 286 : cluster [DBG] Standby manager daemon b started 2024-03-26T03:14:03.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:03 smithi072 bash[23112]: audit 2024-03-26T03:14:03.261591+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.72:0/2292801374' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-26T03:14:03.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:03 smithi072 bash[23112]: audit 2024-03-26T03:14:03.262356+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.72:0/2292801374' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-26T03:14:03.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:03 smithi072 bash[23112]: audit 2024-03-26T03:14:03.263623+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.72:0/2292801374' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-26T03:14:03.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:03 smithi072 bash[23112]: audit 2024-03-26T03:14:03.264142+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.72:0/2292801374' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-26T03:14:04.915 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:04 smithi071 bash[21522]: cluster 2024-03-26T03:14:02.528378+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:04.915 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:04 smithi071 bash[21522]: cluster 2024-03-26T03:14:03.978856+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T03:14:04.915 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:04 smithi071 bash[21522]: audit 2024-03-26T03:14:03.979159+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T03:14:04.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:04 smithi173 bash[23834]: cluster 2024-03-26T03:14:02.528378+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:04.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:04 smithi173 bash[23834]: cluster 2024-03-26T03:14:03.978856+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T03:14:04.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:04 smithi173 bash[23834]: audit 2024-03-26T03:14:03.979159+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T03:14:04.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:04 smithi072 bash[23112]: cluster 2024-03-26T03:14:02.528378+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:04.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:04 smithi072 bash[23112]: cluster 2024-03-26T03:14:03.978856+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-26T03:14:04.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:04 smithi072 bash[23112]: audit 2024-03-26T03:14:03.979159+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-26T03:14:06.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:06 smithi071 bash[21522]: cluster 2024-03-26T03:14:04.528876+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:06.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:06 smithi173 bash[23834]: cluster 2024-03-26T03:14:04.528876+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:06.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:06 smithi072 bash[23112]: cluster 2024-03-26T03:14:04.528876+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:07.467 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:14:08.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:08 smithi071 bash[21522]: cluster 2024-03-26T03:14:06.529380+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:08.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:08 smithi173 bash[23834]: cluster 2024-03-26T03:14:06.529380+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:08.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:08 smithi072 bash[23112]: cluster 2024-03-26T03:14:06.529380+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:10.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:10 smithi071 bash[21522]: cluster 2024-03-26T03:14:08.529704+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:10.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:10 smithi071 bash[21522]: audit 2024-03-26T03:14:10.352124+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:14:10.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:10 smithi071 bash[21522]: audit 2024-03-26T03:14:10.358695+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:14:10.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:10 smithi071 bash[21522]: audit 2024-03-26T03:14:10.360307+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:10.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:10 smithi173 bash[23834]: cluster 2024-03-26T03:14:08.529704+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:10.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:10 smithi173 bash[23834]: audit 2024-03-26T03:14:10.352124+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:14:10.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:10 smithi173 bash[23834]: audit 2024-03-26T03:14:10.358695+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:14:10.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:10 smithi173 bash[23834]: audit 2024-03-26T03:14:10.360307+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:10.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:10 smithi072 bash[23112]: cluster 2024-03-26T03:14:08.529704+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:10.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:10 smithi072 bash[23112]: audit 2024-03-26T03:14:10.352124+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:14:10.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:10 smithi072 bash[23112]: audit 2024-03-26T03:14:10.358695+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:14:10.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:10 smithi072 bash[23112]: audit 2024-03-26T03:14:10.360307+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:11.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:11 smithi071 bash[21522]: audit 2024-03-26T03:14:10.347924+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:14:11.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:11 smithi173 bash[23834]: audit 2024-03-26T03:14:10.347924+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:14:11.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:11 smithi072 bash[23112]: audit 2024-03-26T03:14:10.347924+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:14:12.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:12 smithi071 bash[21522]: cluster 2024-03-26T03:14:10.530062+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:12.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:12 smithi173 bash[23834]: cluster 2024-03-26T03:14:10.530062+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:12.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:12 smithi072 bash[23112]: cluster 2024-03-26T03:14:10.530062+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:13.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:13 smithi071 bash[21522]: cluster 2024-03-26T03:14:12.530456+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:13.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:13 smithi173 bash[23834]: cluster 2024-03-26T03:14:12.530456+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:13.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:13 smithi072 bash[23112]: cluster 2024-03-26T03:14:12.530456+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:15.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:15 smithi071 bash[21522]: cluster 2024-03-26T03:14:14.530872+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:15.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:15 smithi173 bash[23834]: cluster 2024-03-26T03:14:14.530872+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:15.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:15 smithi072 bash[23112]: cluster 2024-03-26T03:14:14.530872+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:17.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:17 smithi071 bash[21522]: cluster 2024-03-26T03:14:16.531308+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:17.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:17 smithi173 bash[23834]: cluster 2024-03-26T03:14:16.531308+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:17.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:17 smithi072 bash[23112]: cluster 2024-03-26T03:14:16.531308+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:19.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:19 smithi071 bash[21522]: cluster 2024-03-26T03:14:18.531625+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:19.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:19 smithi071 bash[21522]: audit 2024-03-26T03:14:18.700660+0000 mon.a (mon.0) 292 : audit [INF] from='client.? 172.21.15.71:0/1145307615' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff7482a0-cc1e-4f42-a449-8fc0d602e8cd"}]: dispatch 2024-03-26T03:14:19.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:19 smithi071 bash[21522]: audit 2024-03-26T03:14:18.703626+0000 mon.a (mon.0) 293 : audit [INF] from='client.? 172.21.15.71:0/1145307615' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff7482a0-cc1e-4f42-a449-8fc0d602e8cd"}]': finished 2024-03-26T03:14:19.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:19 smithi071 bash[21522]: cluster 2024-03-26T03:14:18.708400+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T03:14:19.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:19 smithi071 bash[21522]: audit 2024-03-26T03:14:18.708817+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:19.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:19 smithi071 bash[21522]: audit 2024-03-26T03:14:19.419864+0000 mon.a (mon.0) 296 : audit [DBG] from='client.? 172.21.15.71:0/2303890168' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:14:19.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:19 smithi173 bash[23834]: cluster 2024-03-26T03:14:18.531625+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:19.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:19 smithi173 bash[23834]: audit 2024-03-26T03:14:18.700660+0000 mon.a (mon.0) 292 : audit [INF] from='client.? 172.21.15.71:0/1145307615' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff7482a0-cc1e-4f42-a449-8fc0d602e8cd"}]: dispatch 2024-03-26T03:14:19.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:19 smithi173 bash[23834]: audit 2024-03-26T03:14:18.703626+0000 mon.a (mon.0) 293 : audit [INF] from='client.? 172.21.15.71:0/1145307615' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff7482a0-cc1e-4f42-a449-8fc0d602e8cd"}]': finished 2024-03-26T03:14:19.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:19 smithi173 bash[23834]: cluster 2024-03-26T03:14:18.708400+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T03:14:19.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:19 smithi173 bash[23834]: audit 2024-03-26T03:14:18.708817+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:19.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:19 smithi173 bash[23834]: audit 2024-03-26T03:14:19.419864+0000 mon.a (mon.0) 296 : audit [DBG] from='client.? 172.21.15.71:0/2303890168' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:14:19.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:19 smithi072 bash[23112]: cluster 2024-03-26T03:14:18.531625+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:19.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:19 smithi072 bash[23112]: audit 2024-03-26T03:14:18.700660+0000 mon.a (mon.0) 292 : audit [INF] from='client.? 172.21.15.71:0/1145307615' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff7482a0-cc1e-4f42-a449-8fc0d602e8cd"}]: dispatch 2024-03-26T03:14:19.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:19 smithi072 bash[23112]: audit 2024-03-26T03:14:18.703626+0000 mon.a (mon.0) 293 : audit [INF] from='client.? 172.21.15.71:0/1145307615' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff7482a0-cc1e-4f42-a449-8fc0d602e8cd"}]': finished 2024-03-26T03:14:19.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:19 smithi072 bash[23112]: cluster 2024-03-26T03:14:18.708400+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-26T03:14:19.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:19 smithi072 bash[23112]: audit 2024-03-26T03:14:18.708817+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:19.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:19 smithi072 bash[23112]: audit 2024-03-26T03:14:19.419864+0000 mon.a (mon.0) 296 : audit [DBG] from='client.? 172.21.15.71:0/2303890168' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:14:21.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:21 smithi071 bash[21522]: cluster 2024-03-26T03:14:20.531909+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:21.951 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:21 smithi173 bash[23834]: cluster 2024-03-26T03:14:20.531909+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:21.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:21 smithi072 bash[23112]: cluster 2024-03-26T03:14:20.531909+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:23.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:23 smithi071 bash[21522]: cluster 2024-03-26T03:14:22.532237+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:23.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:23 smithi173 bash[23834]: cluster 2024-03-26T03:14:22.532237+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:23.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:23 smithi072 bash[23112]: cluster 2024-03-26T03:14:22.532237+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:25.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:25 smithi071 bash[21522]: cluster 2024-03-26T03:14:24.532685+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:25.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:25 smithi173 bash[23834]: cluster 2024-03-26T03:14:24.532685+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:25.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:25 smithi072 bash[23112]: cluster 2024-03-26T03:14:24.532685+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:27.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:27 smithi071 bash[21522]: cluster 2024-03-26T03:14:26.533099+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:27.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:27 smithi173 bash[23834]: cluster 2024-03-26T03:14:26.533099+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:27.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:27 smithi072 bash[23112]: cluster 2024-03-26T03:14:26.533099+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:29.886 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:29 smithi071 bash[21522]: cluster 2024-03-26T03:14:28.533456+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:29.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:29 smithi173 bash[23834]: cluster 2024-03-26T03:14:28.533456+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:29.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:29 smithi072 bash[23112]: cluster 2024-03-26T03:14:28.533456+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:31.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:31 smithi071 bash[21522]: cluster 2024-03-26T03:14:30.533945+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:31.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:31 smithi071 bash[21522]: audit 2024-03-26T03:14:31.057099+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T03:14:31.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:31 smithi071 bash[21522]: audit 2024-03-26T03:14:31.058403+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:31.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:31 smithi071 bash[21522]: cephadm 2024-03-26T03:14:31.059446+0000 mgr.a (mgr.14152) 122 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-03-26T03:14:31.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:31 smithi173 bash[23834]: cluster 2024-03-26T03:14:30.533945+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:31.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:31 smithi173 bash[23834]: audit 2024-03-26T03:14:31.057099+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T03:14:31.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:31 smithi173 bash[23834]: audit 2024-03-26T03:14:31.058403+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:31.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:31 smithi173 bash[23834]: cephadm 2024-03-26T03:14:31.059446+0000 mgr.a (mgr.14152) 122 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-03-26T03:14:31.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:31 smithi072 bash[23112]: cluster 2024-03-26T03:14:30.533945+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:31.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:31 smithi072 bash[23112]: audit 2024-03-26T03:14:31.057099+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T03:14:31.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:31 smithi072 bash[23112]: audit 2024-03-26T03:14:31.058403+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:31.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:31 smithi072 bash[23112]: cephadm 2024-03-26T03:14:31.059446+0000 mgr.a (mgr.14152) 122 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-03-26T03:14:33.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:33 smithi071 bash[21522]: cluster 2024-03-26T03:14:32.534428+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:33.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:33 smithi173 bash[23834]: cluster 2024-03-26T03:14:32.534428+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:33.976 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:33 smithi072 bash[23112]: cluster 2024-03-26T03:14:32.534428+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:35.309 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:14:35 smithi071 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:14:35.309 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:35 smithi071 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:14:35.599 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:35 smithi071 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:14:35.599 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:14:35 smithi071 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:14:35.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:35 smithi071 bash[21522]: cluster 2024-03-26T03:14:34.534809+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:35.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:35 smithi071 bash[21522]: audit 2024-03-26T03:14:35.598640+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:35.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:35 smithi071 bash[21522]: audit 2024-03-26T03:14:35.602934+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:35.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:35 smithi173 bash[23834]: cluster 2024-03-26T03:14:34.534809+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:35.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:35 smithi173 bash[23834]: audit 2024-03-26T03:14:35.598640+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:35.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:35 smithi173 bash[23834]: audit 2024-03-26T03:14:35.602934+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:35.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:35 smithi072 bash[23112]: cluster 2024-03-26T03:14:34.534809+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:35.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:35 smithi072 bash[23112]: audit 2024-03-26T03:14:35.598640+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:35.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:35 smithi072 bash[23112]: audit 2024-03-26T03:14:35.602934+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:36.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:36 smithi071 bash[21522]: audit 2024-03-26T03:14:35.626155+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:14:36.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:36 smithi173 bash[23834]: audit 2024-03-26T03:14:35.626155+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:14:36.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:36 smithi072 bash[23112]: audit 2024-03-26T03:14:35.626155+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:14:37.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:37 smithi071 bash[21522]: cluster 2024-03-26T03:14:36.535100+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:37.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:37 smithi173 bash[23834]: cluster 2024-03-26T03:14:36.535100+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:37.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:37 smithi072 bash[23112]: cluster 2024-03-26T03:14:36.535100+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:39.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:39 smithi071 bash[21522]: cluster 2024-03-26T03:14:38.535383+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:39.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:39 smithi173 bash[23834]: cluster 2024-03-26T03:14:38.535383+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:39.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:39 smithi072 bash[23112]: cluster 2024-03-26T03:14:38.535383+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:42.079 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:41 smithi071 bash[21522]: cluster 2024-03-26T03:14:40.535733+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:42.079 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:41 smithi071 bash[21522]: audit 2024-03-26T03:14:40.810188+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:42.079 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:41 smithi071 bash[21522]: audit 2024-03-26T03:14:40.815685+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:42.079 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:41 smithi071 bash[21522]: audit 2024-03-26T03:14:41.397058+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:42.079 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:41 smithi071 bash[21522]: audit 2024-03-26T03:14:41.397833+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:14:42.079 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:41 smithi071 bash[21522]: audit 2024-03-26T03:14:41.402345+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:42.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:41 smithi173 bash[23834]: cluster 2024-03-26T03:14:40.535733+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:42.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:41 smithi173 bash[23834]: audit 2024-03-26T03:14:40.810188+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:42.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:41 smithi173 bash[23834]: audit 2024-03-26T03:14:40.815685+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:42.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:41 smithi173 bash[23834]: audit 2024-03-26T03:14:41.397058+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:42.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:41 smithi173 bash[23834]: audit 2024-03-26T03:14:41.397833+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:14:42.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:41 smithi173 bash[23834]: audit 2024-03-26T03:14:41.402345+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:42.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:41 smithi072 bash[23112]: cluster 2024-03-26T03:14:40.535733+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:42.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:41 smithi072 bash[23112]: audit 2024-03-26T03:14:40.810188+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:42.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:41 smithi072 bash[23112]: audit 2024-03-26T03:14:40.815685+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:42.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:41 smithi072 bash[23112]: audit 2024-03-26T03:14:41.397058+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:42.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:41 smithi072 bash[23112]: audit 2024-03-26T03:14:41.397833+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:14:42.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:41 smithi072 bash[23112]: audit 2024-03-26T03:14:41.402345+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:43.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:42 smithi071 bash[21522]: audit 2024-03-26T03:14:42.082930+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T03:14:43.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:42 smithi173 bash[23834]: audit 2024-03-26T03:14:42.082930+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T03:14:43.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:42 smithi072 bash[23112]: audit 2024-03-26T03:14:42.082930+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-26T03:14:44.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:43 smithi071 bash[21522]: cluster 2024-03-26T03:14:42.536228+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:44.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:43 smithi071 bash[21522]: audit 2024-03-26T03:14:42.821074+0000 mon.a (mon.0) 308 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T03:14:44.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:43 smithi071 bash[21522]: cluster 2024-03-26T03:14:42.825074+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T03:14:44.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:43 smithi071 bash[21522]: audit 2024-03-26T03:14:42.825627+0000 mon.a (mon.0) 310 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-03-26T03:14:44.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:43 smithi071 bash[21522]: audit 2024-03-26T03:14:42.826233+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:44.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:43 smithi173 bash[23834]: cluster 2024-03-26T03:14:42.536228+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:44.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:43 smithi173 bash[23834]: audit 2024-03-26T03:14:42.821074+0000 mon.a (mon.0) 308 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T03:14:44.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:43 smithi173 bash[23834]: cluster 2024-03-26T03:14:42.825074+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T03:14:44.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:43 smithi173 bash[23834]: audit 2024-03-26T03:14:42.825627+0000 mon.a (mon.0) 310 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-03-26T03:14:44.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:43 smithi173 bash[23834]: audit 2024-03-26T03:14:42.826233+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:44.227 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:43 smithi072 bash[23112]: cluster 2024-03-26T03:14:42.536228+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:44.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:43 smithi072 bash[23112]: audit 2024-03-26T03:14:42.821074+0000 mon.a (mon.0) 308 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-26T03:14:44.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:43 smithi072 bash[23112]: cluster 2024-03-26T03:14:42.825074+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-26T03:14:44.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:43 smithi072 bash[23112]: audit 2024-03-26T03:14:42.825627+0000 mon.a (mon.0) 310 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-03-26T03:14:44.228 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:43 smithi072 bash[23112]: audit 2024-03-26T03:14:42.826233+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:44.254 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 0 on host 'smithi071' 2024-03-26T03:14:44.955 DEBUG:teuthology.orchestra.run.smithi071:osd.0> sudo journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.0.service 2024-03-26T03:14:44.958 INFO:tasks.cephadm:Deploying osd.1 on smithi071 with /dev/vg_nvme/lv_3... 2024-03-26T03:14:44.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-26T03:14:45.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:44 smithi071 bash[21522]: audit 2024-03-26T03:14:43.823549+0000 mon.a (mon.0) 312 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-03-26T03:14:45.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:44 smithi071 bash[21522]: cluster 2024-03-26T03:14:43.828489+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T03:14:45.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:44 smithi071 bash[21522]: audit 2024-03-26T03:14:43.830182+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:45.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:44 smithi071 bash[21522]: audit 2024-03-26T03:14:43.838997+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:45.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:44 smithi071 bash[21522]: audit 2024-03-26T03:14:44.205155+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:45.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:44 smithi071 bash[21522]: audit 2024-03-26T03:14:44.206131+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:14:45.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:44 smithi071 bash[21522]: audit 2024-03-26T03:14:44.216550+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:45.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:44 smithi071 bash[21522]: audit 2024-03-26T03:14:44.328888+0000 mon.a (mon.0) 319 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' 2024-03-26T03:14:45.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:44 smithi173 bash[23834]: audit 2024-03-26T03:14:43.823549+0000 mon.a (mon.0) 312 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-03-26T03:14:45.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:44 smithi173 bash[23834]: cluster 2024-03-26T03:14:43.828489+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T03:14:45.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:44 smithi173 bash[23834]: audit 2024-03-26T03:14:43.830182+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:45.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:44 smithi173 bash[23834]: audit 2024-03-26T03:14:43.838997+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:45.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:44 smithi173 bash[23834]: audit 2024-03-26T03:14:44.205155+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:45.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:44 smithi173 bash[23834]: audit 2024-03-26T03:14:44.206131+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:14:45.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:44 smithi173 bash[23834]: audit 2024-03-26T03:14:44.216550+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:45.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:44 smithi173 bash[23834]: audit 2024-03-26T03:14:44.328888+0000 mon.a (mon.0) 319 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' 2024-03-26T03:14:45.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:44 smithi072 bash[23112]: audit 2024-03-26T03:14:43.823549+0000 mon.a (mon.0) 312 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-03-26T03:14:45.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:44 smithi072 bash[23112]: cluster 2024-03-26T03:14:43.828489+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-26T03:14:45.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:44 smithi072 bash[23112]: audit 2024-03-26T03:14:43.830182+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:45.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:44 smithi072 bash[23112]: audit 2024-03-26T03:14:43.838997+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:45.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:44 smithi072 bash[23112]: audit 2024-03-26T03:14:44.205155+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:45.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:44 smithi072 bash[23112]: audit 2024-03-26T03:14:44.206131+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:14:45.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:44 smithi072 bash[23112]: audit 2024-03-26T03:14:44.216550+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:45.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:44 smithi072 bash[23112]: audit 2024-03-26T03:14:44.328888+0000 mon.a (mon.0) 319 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615]' entity='osd.0' 2024-03-26T03:14:46.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:45 smithi071 bash[21522]: cluster 2024-03-26T03:14:43.036510+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:14:46.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:45 smithi071 bash[21522]: cluster 2024-03-26T03:14:43.036586+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:14:46.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:45 smithi071 bash[21522]: cluster 2024-03-26T03:14:44.536571+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:46.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:45 smithi071 bash[21522]: audit 2024-03-26T03:14:44.839560+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:46.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:45 smithi071 bash[21522]: cluster 2024-03-26T03:14:45.341949+0000 mon.a (mon.0) 321 : cluster [INF] osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615] boot 2024-03-26T03:14:46.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:45 smithi071 bash[21522]: cluster 2024-03-26T03:14:45.342015+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T03:14:46.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:45 smithi071 bash[21522]: audit 2024-03-26T03:14:45.342648+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:46.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:45 smithi173 bash[23834]: cluster 2024-03-26T03:14:43.036510+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:14:46.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:45 smithi173 bash[23834]: cluster 2024-03-26T03:14:43.036586+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:14:46.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:45 smithi173 bash[23834]: cluster 2024-03-26T03:14:44.536571+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:46.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:45 smithi173 bash[23834]: audit 2024-03-26T03:14:44.839560+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:46.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:45 smithi173 bash[23834]: cluster 2024-03-26T03:14:45.341949+0000 mon.a (mon.0) 321 : cluster [INF] osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615] boot 2024-03-26T03:14:46.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:45 smithi173 bash[23834]: cluster 2024-03-26T03:14:45.342015+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T03:14:46.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:45 smithi173 bash[23834]: audit 2024-03-26T03:14:45.342648+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:46.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:45 smithi072 bash[23112]: cluster 2024-03-26T03:14:43.036510+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:14:46.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:45 smithi072 bash[23112]: cluster 2024-03-26T03:14:43.036586+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:14:46.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:45 smithi072 bash[23112]: cluster 2024-03-26T03:14:44.536571+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-26T03:14:46.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:45 smithi072 bash[23112]: audit 2024-03-26T03:14:44.839560+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:46.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:45 smithi072 bash[23112]: cluster 2024-03-26T03:14:45.341949+0000 mon.a (mon.0) 321 : cluster [INF] osd.0 [v2:172.21.15.71:6802/2326495615,v1:172.21.15.71:6803/2326495615] boot 2024-03-26T03:14:46.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:45 smithi072 bash[23112]: cluster 2024-03-26T03:14:45.342015+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-26T03:14:46.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:45 smithi072 bash[23112]: audit 2024-03-26T03:14:45.342648+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-26T03:14:48.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:47 smithi071 bash[21522]: cluster 2024-03-26T03:14:46.537044+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:48.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:47 smithi071 bash[21522]: cluster 2024-03-26T03:14:46.847196+0000 mon.a (mon.0) 324 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T03:14:48.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:47 smithi173 bash[23834]: cluster 2024-03-26T03:14:46.537044+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:48.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:47 smithi173 bash[23834]: cluster 2024-03-26T03:14:46.847196+0000 mon.a (mon.0) 324 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T03:14:48.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:47 smithi072 bash[23112]: cluster 2024-03-26T03:14:46.537044+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:48.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:47 smithi072 bash[23112]: cluster 2024-03-26T03:14:46.847196+0000 mon.a (mon.0) 324 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-26T03:14:49.184 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:14:50.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:49 smithi071 bash[21522]: cluster 2024-03-26T03:14:48.537433+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:50.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:49 smithi173 bash[23834]: cluster 2024-03-26T03:14:48.537433+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:50.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:49 smithi072 bash[23112]: cluster 2024-03-26T03:14:48.537433+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:52.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:51 smithi071 bash[21522]: cluster 2024-03-26T03:14:50.537944+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:52.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:51 smithi173 bash[23834]: cluster 2024-03-26T03:14:50.537944+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:52.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:51 smithi072 bash[23112]: cluster 2024-03-26T03:14:50.537944+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:53.468 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-26T03:14:53.468 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-26T03:14:53.468 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10+0 records in 2024-03-26T03:14:53.468 INFO:teuthology.orchestra.run.smithi071.stderr:10+0 records out 2024-03-26T03:14:53.469 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0134714 s, 778 MB/s 2024-03-26T03:14:53.469 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping successful for: 2024-03-26T03:14:54.153 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:53 smithi071 bash[21522]: cluster 2024-03-26T03:14:52.538404+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:54.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:53 smithi173 bash[23834]: cluster 2024-03-26T03:14:52.538404+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:54.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:53 smithi072 bash[23112]: cluster 2024-03-26T03:14:52.538404+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:54.254 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi071:vg_nvme/lv_3 2024-03-26T03:14:55.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:55 smithi071 bash[21522]: cluster 2024-03-26T03:14:54.538833+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:55.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:55 smithi071 bash[21522]: cephadm 2024-03-26T03:14:54.604837+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi071 2024-03-26T03:14:55.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:55 smithi071 bash[21522]: audit 2024-03-26T03:14:54.613766+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:55.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:55 smithi071 bash[21522]: audit 2024-03-26T03:14:54.622502+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:55.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:55 smithi071 bash[21522]: audit 2024-03-26T03:14:54.624598+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:14:55.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:55 smithi071 bash[21522]: cephadm 2024-03-26T03:14:54.625948+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 17265M 2024-03-26T03:14:55.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:55 smithi071 bash[21522]: audit 2024-03-26T03:14:54.631732+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:55.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:55 smithi071 bash[21522]: audit 2024-03-26T03:14:54.635541+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:55.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:55 smithi071 bash[21522]: audit 2024-03-26T03:14:54.637286+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:14:55.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:55 smithi071 bash[21522]: audit 2024-03-26T03:14:54.646899+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:55.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:55 smithi173 bash[23834]: cluster 2024-03-26T03:14:54.538833+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:55.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:55 smithi173 bash[23834]: cephadm 2024-03-26T03:14:54.604837+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi071 2024-03-26T03:14:55.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:55 smithi173 bash[23834]: audit 2024-03-26T03:14:54.613766+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:55.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:55 smithi173 bash[23834]: audit 2024-03-26T03:14:54.622502+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:55.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:55 smithi173 bash[23834]: audit 2024-03-26T03:14:54.624598+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:14:55.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:55 smithi173 bash[23834]: cephadm 2024-03-26T03:14:54.625948+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 17265M 2024-03-26T03:14:55.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:55 smithi173 bash[23834]: audit 2024-03-26T03:14:54.631732+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:55.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:55 smithi173 bash[23834]: audit 2024-03-26T03:14:54.635541+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:55.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:55 smithi173 bash[23834]: audit 2024-03-26T03:14:54.637286+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:14:55.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:55 smithi173 bash[23834]: audit 2024-03-26T03:14:54.646899+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:55.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:55 smithi072 bash[23112]: cluster 2024-03-26T03:14:54.538833+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:55.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:55 smithi072 bash[23112]: cephadm 2024-03-26T03:14:54.604837+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi071 2024-03-26T03:14:55.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:55 smithi072 bash[23112]: audit 2024-03-26T03:14:54.613766+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:55.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:55 smithi072 bash[23112]: audit 2024-03-26T03:14:54.622502+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:55.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:55 smithi072 bash[23112]: audit 2024-03-26T03:14:54.624598+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:14:55.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:55 smithi072 bash[23112]: cephadm 2024-03-26T03:14:54.625948+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 17265M 2024-03-26T03:14:55.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:55 smithi072 bash[23112]: audit 2024-03-26T03:14:54.631732+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:55.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:55 smithi072 bash[23112]: audit 2024-03-26T03:14:54.635541+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:14:55.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:55 smithi072 bash[23112]: audit 2024-03-26T03:14:54.637286+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:14:55.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:55 smithi072 bash[23112]: audit 2024-03-26T03:14:54.646899+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:14:57.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:57 smithi071 bash[21522]: cluster 2024-03-26T03:14:56.539294+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:57.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:57 smithi173 bash[23834]: cluster 2024-03-26T03:14:56.539294+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:57.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:57 smithi072 bash[23112]: cluster 2024-03-26T03:14:56.539294+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:58.974 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:14:59.873 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:14:59 smithi071 bash[21522]: cluster 2024-03-26T03:14:58.539746+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:59.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:14:59 smithi173 bash[23834]: cluster 2024-03-26T03:14:58.539746+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:14:59.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:14:59 smithi072 bash[23112]: cluster 2024-03-26T03:14:58.539746+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:01.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:01 smithi072 bash[23112]: cluster 2024-03-26T03:15:00.540202+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:01.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:01 smithi071 bash[21522]: cluster 2024-03-26T03:15:00.540202+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:01.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:01 smithi173 bash[23834]: cluster 2024-03-26T03:15:00.540202+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:02.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:02 smithi071 bash[21522]: audit 2024-03-26T03:15:01.718538+0000 mgr.a (mgr.14152) 140 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:15:02.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:02 smithi071 bash[21522]: audit 2024-03-26T03:15:01.723236+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:15:02.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:02 smithi071 bash[21522]: audit 2024-03-26T03:15:01.728978+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:15:02.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:02 smithi071 bash[21522]: audit 2024-03-26T03:15:01.730322+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:02.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:02 smithi173 bash[23834]: audit 2024-03-26T03:15:01.718538+0000 mgr.a (mgr.14152) 140 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:15:02.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:02 smithi173 bash[23834]: audit 2024-03-26T03:15:01.723236+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:15:02.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:02 smithi173 bash[23834]: audit 2024-03-26T03:15:01.728978+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:15:02.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:02 smithi173 bash[23834]: audit 2024-03-26T03:15:01.730322+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:02.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:02 smithi072 bash[23112]: audit 2024-03-26T03:15:01.718538+0000 mgr.a (mgr.14152) 140 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:15:02.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:02 smithi072 bash[23112]: audit 2024-03-26T03:15:01.723236+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:15:02.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:02 smithi072 bash[23112]: audit 2024-03-26T03:15:01.728978+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:15:02.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:02 smithi072 bash[23112]: audit 2024-03-26T03:15:01.730322+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:03.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:03 smithi071 bash[21522]: cluster 2024-03-26T03:15:02.540604+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:03.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:03 smithi173 bash[23834]: cluster 2024-03-26T03:15:02.540604+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:03.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:03 smithi072 bash[23112]: cluster 2024-03-26T03:15:02.540604+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:05.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:05 smithi071 bash[21522]: cluster 2024-03-26T03:15:04.541118+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:05.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:05 smithi173 bash[23834]: cluster 2024-03-26T03:15:04.541118+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:05.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:05 smithi072 bash[23112]: cluster 2024-03-26T03:15:04.541118+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:07.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:07 smithi071 bash[21522]: cluster 2024-03-26T03:15:06.541539+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:07.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:07 smithi173 bash[23834]: cluster 2024-03-26T03:15:06.541539+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:07.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:07 smithi072 bash[23112]: cluster 2024-03-26T03:15:06.541539+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:09.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:09 smithi071 bash[21522]: cluster 2024-03-26T03:15:08.542007+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:09.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:09 smithi173 bash[23834]: cluster 2024-03-26T03:15:08.542007+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:09.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:09 smithi072 bash[23112]: cluster 2024-03-26T03:15:08.542007+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:10.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:10 smithi071 bash[21522]: audit 2024-03-26T03:15:09.919252+0000 mon.a (mon.0) 335 : audit [INF] from='client.? 172.21.15.71:0/3339439317' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8332b0a-bf86-488c-993e-5bc281a6ae3a"}]: dispatch 2024-03-26T03:15:10.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:10 smithi071 bash[21522]: audit 2024-03-26T03:15:09.923234+0000 mon.a (mon.0) 336 : audit [INF] from='client.? 172.21.15.71:0/3339439317' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8332b0a-bf86-488c-993e-5bc281a6ae3a"}]': finished 2024-03-26T03:15:10.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:10 smithi071 bash[21522]: cluster 2024-03-26T03:15:09.926852+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T03:15:10.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:10 smithi071 bash[21522]: audit 2024-03-26T03:15:09.927143+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:10.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:10 smithi173 bash[23834]: audit 2024-03-26T03:15:09.919252+0000 mon.a (mon.0) 335 : audit [INF] from='client.? 172.21.15.71:0/3339439317' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8332b0a-bf86-488c-993e-5bc281a6ae3a"}]: dispatch 2024-03-26T03:15:10.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:10 smithi173 bash[23834]: audit 2024-03-26T03:15:09.923234+0000 mon.a (mon.0) 336 : audit [INF] from='client.? 172.21.15.71:0/3339439317' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8332b0a-bf86-488c-993e-5bc281a6ae3a"}]': finished 2024-03-26T03:15:10.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:10 smithi173 bash[23834]: cluster 2024-03-26T03:15:09.926852+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T03:15:10.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:10 smithi173 bash[23834]: audit 2024-03-26T03:15:09.927143+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:10.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:10 smithi072 bash[23112]: audit 2024-03-26T03:15:09.919252+0000 mon.a (mon.0) 335 : audit [INF] from='client.? 172.21.15.71:0/3339439317' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8332b0a-bf86-488c-993e-5bc281a6ae3a"}]: dispatch 2024-03-26T03:15:10.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:10 smithi072 bash[23112]: audit 2024-03-26T03:15:09.923234+0000 mon.a (mon.0) 336 : audit [INF] from='client.? 172.21.15.71:0/3339439317' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8332b0a-bf86-488c-993e-5bc281a6ae3a"}]': finished 2024-03-26T03:15:10.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:10 smithi072 bash[23112]: cluster 2024-03-26T03:15:09.926852+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-26T03:15:10.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:10 smithi072 bash[23112]: audit 2024-03-26T03:15:09.927143+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:11.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:11 smithi071 bash[21522]: cluster 2024-03-26T03:15:10.542454+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:11.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:11 smithi071 bash[21522]: audit 2024-03-26T03:15:10.664036+0000 mon.a (mon.0) 339 : audit [DBG] from='client.? 172.21.15.71:0/1379646635' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:15:11.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:11 smithi173 bash[23834]: cluster 2024-03-26T03:15:10.542454+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:11.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:11 smithi173 bash[23834]: audit 2024-03-26T03:15:10.664036+0000 mon.a (mon.0) 339 : audit [DBG] from='client.? 172.21.15.71:0/1379646635' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:15:11.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:11 smithi072 bash[23112]: cluster 2024-03-26T03:15:10.542454+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:11.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:11 smithi072 bash[23112]: audit 2024-03-26T03:15:10.664036+0000 mon.a (mon.0) 339 : audit [DBG] from='client.? 172.21.15.71:0/1379646635' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:15:13.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:13 smithi071 bash[21522]: cluster 2024-03-26T03:15:12.542876+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:13.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:13 smithi173 bash[23834]: cluster 2024-03-26T03:15:12.542876+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:13.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:13 smithi072 bash[23112]: cluster 2024-03-26T03:15:12.542876+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:15.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:15 smithi071 bash[21522]: cluster 2024-03-26T03:15:14.543374+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:15.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:15 smithi173 bash[23834]: cluster 2024-03-26T03:15:14.543374+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:15.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:15 smithi072 bash[23112]: cluster 2024-03-26T03:15:14.543374+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:17.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:17 smithi173 bash[23834]: cluster 2024-03-26T03:15:16.543835+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:17.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:17 smithi072 bash[23112]: cluster 2024-03-26T03:15:16.543835+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:18.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:17 smithi071 bash[21522]: cluster 2024-03-26T03:15:16.543835+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:19.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:19 smithi071 bash[21522]: cluster 2024-03-26T03:15:18.544324+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:19.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:19 smithi173 bash[23834]: cluster 2024-03-26T03:15:18.544324+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:19.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:19 smithi072 bash[23112]: cluster 2024-03-26T03:15:18.544324+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:21.935 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:21 smithi071 bash[21522]: cluster 2024-03-26T03:15:20.544828+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:21.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:21 smithi173 bash[23834]: cluster 2024-03-26T03:15:20.544828+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:21.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:21 smithi072 bash[23112]: cluster 2024-03-26T03:15:20.544828+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:22.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:22 smithi173 bash[23834]: audit 2024-03-26T03:15:22.414953+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T03:15:22.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:22 smithi173 bash[23834]: audit 2024-03-26T03:15:22.416707+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:22.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:22 smithi173 bash[23834]: cephadm 2024-03-26T03:15:22.418289+0000 mgr.a (mgr.14152) 151 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-03-26T03:15:22.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:22 smithi072 bash[23112]: audit 2024-03-26T03:15:22.414953+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T03:15:22.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:22 smithi072 bash[23112]: audit 2024-03-26T03:15:22.416707+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:22.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:22 smithi072 bash[23112]: cephadm 2024-03-26T03:15:22.418289+0000 mgr.a (mgr.14152) 151 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-03-26T03:15:23.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:22 smithi071 bash[21522]: audit 2024-03-26T03:15:22.414953+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T03:15:23.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:22 smithi071 bash[21522]: audit 2024-03-26T03:15:22.416707+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:23.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:22 smithi071 bash[21522]: cephadm 2024-03-26T03:15:22.418289+0000 mgr.a (mgr.14152) 151 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-03-26T03:15:23.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:23 smithi173 bash[23834]: cluster 2024-03-26T03:15:22.545320+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:23.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:23 smithi072 bash[23112]: cluster 2024-03-26T03:15:22.545320+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:24.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:23 smithi071 bash[21522]: cluster 2024-03-26T03:15:22.545320+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:25.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:25 smithi071 bash[21522]: cluster 2024-03-26T03:15:24.545809+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:25.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:25 smithi173 bash[23834]: cluster 2024-03-26T03:15:24.545809+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:25.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:25 smithi072 bash[23112]: cluster 2024-03-26T03:15:24.545809+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:26.912 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:15:26 smithi071 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:15:26.913 INFO:journalctl@ceph.osd.0.smithi071.stdout:Mar 26 03:15:26 smithi071 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:15:26.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:26 smithi071 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:15:27.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:27 smithi071 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:15:27.207 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:15:27 smithi071 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:15:27.207 INFO:journalctl@ceph.osd.0.smithi071.stdout:Mar 26 03:15:27 smithi071 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:15:28.473 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:28 smithi072 bash[23112]: cluster 2024-03-26T03:15:26.546138+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:28.473 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:28 smithi072 bash[23112]: audit 2024-03-26T03:15:27.208564+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:28.474 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:28 smithi072 bash[23112]: audit 2024-03-26T03:15:27.212485+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:28.474 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:28 smithi072 bash[23112]: audit 2024-03-26T03:15:27.244293+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:15:28.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:28 smithi071 bash[21522]: cluster 2024-03-26T03:15:26.546138+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:28.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:28 smithi071 bash[21522]: audit 2024-03-26T03:15:27.208564+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:28.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:28 smithi071 bash[21522]: audit 2024-03-26T03:15:27.212485+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:28.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:28 smithi071 bash[21522]: audit 2024-03-26T03:15:27.244293+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:15:28.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:28 smithi173 bash[23834]: cluster 2024-03-26T03:15:26.546138+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:28.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:28 smithi173 bash[23834]: audit 2024-03-26T03:15:27.208564+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:28.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:28 smithi173 bash[23834]: audit 2024-03-26T03:15:27.212485+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:28.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:28 smithi173 bash[23834]: audit 2024-03-26T03:15:27.244293+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:15:30.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:30 smithi071 bash[21522]: cluster 2024-03-26T03:15:28.546440+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:30.473 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:30 smithi072 bash[23112]: cluster 2024-03-26T03:15:28.546440+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:30.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:30 smithi173 bash[23834]: cluster 2024-03-26T03:15:28.546440+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:32.473 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:32 smithi072 bash[23112]: cluster 2024-03-26T03:15:30.546819+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:32.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:32 smithi071 bash[21522]: cluster 2024-03-26T03:15:30.546819+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:32.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:32 smithi173 bash[23834]: cluster 2024-03-26T03:15:30.546819+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:33.788 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:33 smithi071 bash[21522]: audit 2024-03-26T03:15:32.478329+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:33.788 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:33 smithi071 bash[21522]: audit 2024-03-26T03:15:32.483978+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:33.788 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:33 smithi071 bash[21522]: audit 2024-03-26T03:15:32.484791+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:33.788 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:33 smithi071 bash[21522]: audit 2024-03-26T03:15:32.485577+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:15:33.788 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:33 smithi071 bash[21522]: audit 2024-03-26T03:15:32.491716+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:33.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:33 smithi173 bash[23834]: audit 2024-03-26T03:15:32.478329+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:33.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:33 smithi173 bash[23834]: audit 2024-03-26T03:15:32.483978+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:33.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:33 smithi173 bash[23834]: audit 2024-03-26T03:15:32.484791+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:33.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:33 smithi173 bash[23834]: audit 2024-03-26T03:15:32.485577+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:15:33.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:33 smithi173 bash[23834]: audit 2024-03-26T03:15:32.491716+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:33.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:33 smithi072 bash[23112]: audit 2024-03-26T03:15:32.478329+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:33.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:33 smithi072 bash[23112]: audit 2024-03-26T03:15:32.483978+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:33.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:33 smithi072 bash[23112]: audit 2024-03-26T03:15:32.484791+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:33.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:33 smithi072 bash[23112]: audit 2024-03-26T03:15:32.485577+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:15:33.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:33 smithi072 bash[23112]: audit 2024-03-26T03:15:32.491716+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:34.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:34 smithi071 bash[21522]: cluster 2024-03-26T03:15:32.547100+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:34.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:34 smithi071 bash[21522]: audit 2024-03-26T03:15:33.791965+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T03:15:34.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:34 smithi173 bash[23834]: cluster 2024-03-26T03:15:32.547100+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:34.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:34 smithi173 bash[23834]: audit 2024-03-26T03:15:33.791965+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T03:15:34.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:34 smithi072 bash[23112]: cluster 2024-03-26T03:15:32.547100+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:34.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:34 smithi072 bash[23112]: audit 2024-03-26T03:15:33.791965+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-26T03:15:35.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:35 smithi071 bash[21522]: audit 2024-03-26T03:15:34.494353+0000 mon.a (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T03:15:35.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:35 smithi071 bash[21522]: cluster 2024-03-26T03:15:34.499446+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T03:15:35.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:35 smithi071 bash[21522]: audit 2024-03-26T03:15:34.500341+0000 mon.a (mon.0) 353 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-03-26T03:15:35.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:35 smithi071 bash[21522]: audit 2024-03-26T03:15:34.500920+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:35.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:35 smithi071 bash[21522]: audit 2024-03-26T03:15:35.496601+0000 mon.a (mon.0) 355 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-03-26T03:15:35.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:35 smithi173 bash[23834]: audit 2024-03-26T03:15:34.494353+0000 mon.a (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T03:15:35.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:35 smithi173 bash[23834]: cluster 2024-03-26T03:15:34.499446+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T03:15:35.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:35 smithi173 bash[23834]: audit 2024-03-26T03:15:34.500341+0000 mon.a (mon.0) 353 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-03-26T03:15:35.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:35 smithi173 bash[23834]: audit 2024-03-26T03:15:34.500920+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:35.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:35 smithi173 bash[23834]: audit 2024-03-26T03:15:35.496601+0000 mon.a (mon.0) 355 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-03-26T03:15:35.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:35 smithi072 bash[23112]: audit 2024-03-26T03:15:34.494353+0000 mon.a (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-26T03:15:35.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:35 smithi072 bash[23112]: cluster 2024-03-26T03:15:34.499446+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-26T03:15:35.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:35 smithi072 bash[23112]: audit 2024-03-26T03:15:34.500341+0000 mon.a (mon.0) 353 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-03-26T03:15:35.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:35 smithi072 bash[23112]: audit 2024-03-26T03:15:34.500920+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:35.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:35 smithi072 bash[23112]: audit 2024-03-26T03:15:35.496601+0000 mon.a (mon.0) 355 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-03-26T03:15:36.032 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 1 on host 'smithi071' 2024-03-26T03:15:36.730 DEBUG:teuthology.orchestra.run.smithi071:osd.1> sudo journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.1.service 2024-03-26T03:15:36.733 INFO:tasks.cephadm:Deploying osd.2 on smithi072 with /dev/vg_nvme/lv_4... 2024-03-26T03:15:36.734 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T03:15:36.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:36 smithi071 bash[21522]: cluster 2024-03-26T03:15:34.547531+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:36.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:36 smithi071 bash[21522]: cluster 2024-03-26T03:15:35.501736+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T03:15:36.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:36 smithi071 bash[21522]: audit 2024-03-26T03:15:35.503313+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:36.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:36 smithi071 bash[21522]: audit 2024-03-26T03:15:35.508658+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:36.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:36 smithi071 bash[21522]: audit 2024-03-26T03:15:35.978537+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:36.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:36 smithi071 bash[21522]: audit 2024-03-26T03:15:35.989161+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:36.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:36 smithi071 bash[21522]: audit 2024-03-26T03:15:35.996080+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:15:36.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:36 smithi071 bash[21522]: audit 2024-03-26T03:15:36.507447+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:36.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:36 smithi173 bash[23834]: cluster 2024-03-26T03:15:34.547531+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:36.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:36 smithi173 bash[23834]: cluster 2024-03-26T03:15:35.501736+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T03:15:36.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:36 smithi173 bash[23834]: audit 2024-03-26T03:15:35.503313+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:36.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:36 smithi173 bash[23834]: audit 2024-03-26T03:15:35.508658+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:36.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:36 smithi173 bash[23834]: audit 2024-03-26T03:15:35.978537+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:36.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:36 smithi173 bash[23834]: audit 2024-03-26T03:15:35.989161+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:36.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:36 smithi173 bash[23834]: audit 2024-03-26T03:15:35.996080+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:15:36.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:36 smithi173 bash[23834]: audit 2024-03-26T03:15:36.507447+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:36.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:36 smithi072 bash[23112]: cluster 2024-03-26T03:15:34.547531+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:36.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:36 smithi072 bash[23112]: cluster 2024-03-26T03:15:35.501736+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-26T03:15:36.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:36 smithi072 bash[23112]: audit 2024-03-26T03:15:35.503313+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:36.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:36 smithi072 bash[23112]: audit 2024-03-26T03:15:35.508658+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:36.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:36 smithi072 bash[23112]: audit 2024-03-26T03:15:35.978537+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:36.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:36 smithi072 bash[23112]: audit 2024-03-26T03:15:35.989161+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:36.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:36 smithi072 bash[23112]: audit 2024-03-26T03:15:35.996080+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:15:36.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:36 smithi072 bash[23112]: audit 2024-03-26T03:15:36.507447+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:37.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:37 smithi071 bash[21522]: cluster 2024-03-26T03:15:34.818393+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:15:37.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:37 smithi071 bash[21522]: cluster 2024-03-26T03:15:34.818467+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:15:37.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:37 smithi071 bash[21522]: cluster 2024-03-26T03:15:36.518915+0000 mon.a (mon.0) 363 : cluster [INF] osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679] boot 2024-03-26T03:15:37.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:37 smithi071 bash[21522]: cluster 2024-03-26T03:15:36.518982+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T03:15:37.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:37 smithi071 bash[21522]: audit 2024-03-26T03:15:36.519824+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:37.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:37 smithi071 bash[21522]: cluster 2024-03-26T03:15:36.547968+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:37.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:37 smithi173 bash[23834]: cluster 2024-03-26T03:15:34.818393+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:15:37.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:37 smithi173 bash[23834]: cluster 2024-03-26T03:15:34.818467+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:15:37.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:37 smithi173 bash[23834]: cluster 2024-03-26T03:15:36.518915+0000 mon.a (mon.0) 363 : cluster [INF] osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679] boot 2024-03-26T03:15:37.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:37 smithi173 bash[23834]: cluster 2024-03-26T03:15:36.518982+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T03:15:37.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:37 smithi173 bash[23834]: audit 2024-03-26T03:15:36.519824+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:37.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:37 smithi173 bash[23834]: cluster 2024-03-26T03:15:36.547968+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:37.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:37 smithi072 bash[23112]: cluster 2024-03-26T03:15:34.818393+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:15:37.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:37 smithi072 bash[23112]: cluster 2024-03-26T03:15:34.818467+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:15:37.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:37 smithi072 bash[23112]: cluster 2024-03-26T03:15:36.518915+0000 mon.a (mon.0) 363 : cluster [INF] osd.1 [v2:172.21.15.71:6810/91595679,v1:172.21.15.71:6811/91595679] boot 2024-03-26T03:15:37.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:37 smithi072 bash[23112]: cluster 2024-03-26T03:15:36.518982+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-26T03:15:37.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:37 smithi072 bash[23112]: audit 2024-03-26T03:15:36.519824+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-26T03:15:37.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:37 smithi072 bash[23112]: cluster 2024-03-26T03:15:36.547968+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-26T03:15:38.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:38 smithi071 bash[21522]: cluster 2024-03-26T03:15:37.540901+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T03:15:38.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:38 smithi173 bash[23834]: cluster 2024-03-26T03:15:37.540901+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T03:15:38.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:38 smithi072 bash[23112]: cluster 2024-03-26T03:15:37.540901+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-26T03:15:39.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:39 smithi071 bash[21522]: cluster 2024-03-26T03:15:38.548355+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:39.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:39 smithi173 bash[23834]: cluster 2024-03-26T03:15:38.548355+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:39.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:39 smithi072 bash[23112]: cluster 2024-03-26T03:15:38.548355+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:41.442 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.b/config 2024-03-26T03:15:41.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:41 smithi072 bash[23112]: cluster 2024-03-26T03:15:40.548827+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:41.869 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:41 smithi071 bash[21522]: cluster 2024-03-26T03:15:40.548827+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:41.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:41 smithi173 bash[23834]: cluster 2024-03-26T03:15:40.548827+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:43.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:43 smithi071 bash[21522]: cluster 2024-03-26T03:15:42.549242+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:43.928 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:43 smithi072 bash[23112]: cluster 2024-03-26T03:15:42.549242+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:43.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:43 smithi173 bash[23834]: cluster 2024-03-26T03:15:42.549242+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:44.540 INFO:teuthology.orchestra.run.smithi072.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T03:15:44.540 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T03:15:44.541 INFO:teuthology.orchestra.run.smithi072.stderr: stderr: 10+0 records in 2024-03-26T03:15:44.541 INFO:teuthology.orchestra.run.smithi072.stderr:10+0 records out 2024-03-26T03:15:44.541 INFO:teuthology.orchestra.run.smithi072.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0142849 s, 734 MB/s 2024-03-26T03:15:44.541 INFO:teuthology.orchestra.run.smithi072.stderr:--> Zapping successful for: 2024-03-26T03:15:45.264 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi072:vg_nvme/lv_4 2024-03-26T03:15:46.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:46 smithi071 bash[21522]: cluster 2024-03-26T03:15:44.549640+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:46.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:46 smithi071 bash[21522]: cephadm 2024-03-26T03:15:45.339461+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi071 2024-03-26T03:15:46.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:46 smithi071 bash[21522]: audit 2024-03-26T03:15:45.347689+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:46.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:46 smithi071 bash[21522]: audit 2024-03-26T03:15:45.356333+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:46.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:46 smithi071 bash[21522]: audit 2024-03-26T03:15:45.358411+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:15:46.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:46 smithi071 bash[21522]: audit 2024-03-26T03:15:45.360314+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:15:46.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:46 smithi071 bash[21522]: cephadm 2024-03-26T03:15:45.361793+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 8632M 2024-03-26T03:15:46.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:46 smithi071 bash[21522]: audit 2024-03-26T03:15:45.367674+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:46.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:46 smithi071 bash[21522]: audit 2024-03-26T03:15:45.371910+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:46.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:46 smithi071 bash[21522]: audit 2024-03-26T03:15:45.373766+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:15:46.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:46 smithi071 bash[21522]: audit 2024-03-26T03:15:45.383729+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:46.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:46 smithi173 bash[23834]: cluster 2024-03-26T03:15:44.549640+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:46.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:46 smithi173 bash[23834]: cephadm 2024-03-26T03:15:45.339461+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi071 2024-03-26T03:15:46.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:46 smithi173 bash[23834]: audit 2024-03-26T03:15:45.347689+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:46.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:46 smithi173 bash[23834]: audit 2024-03-26T03:15:45.356333+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:46.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:46 smithi173 bash[23834]: audit 2024-03-26T03:15:45.358411+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:15:46.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:46 smithi173 bash[23834]: audit 2024-03-26T03:15:45.360314+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:15:46.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:46 smithi173 bash[23834]: cephadm 2024-03-26T03:15:45.361793+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 8632M 2024-03-26T03:15:46.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:46 smithi173 bash[23834]: audit 2024-03-26T03:15:45.367674+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:46.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:46 smithi173 bash[23834]: audit 2024-03-26T03:15:45.371910+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:46.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:46 smithi173 bash[23834]: audit 2024-03-26T03:15:45.373766+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:15:46.700 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:46 smithi173 bash[23834]: audit 2024-03-26T03:15:45.383729+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:46.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:46 smithi072 bash[23112]: cluster 2024-03-26T03:15:44.549640+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:46.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:46 smithi072 bash[23112]: cephadm 2024-03-26T03:15:45.339461+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi071 2024-03-26T03:15:46.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:46 smithi072 bash[23112]: audit 2024-03-26T03:15:45.347689+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:46.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:46 smithi072 bash[23112]: audit 2024-03-26T03:15:45.356333+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:46.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:46 smithi072 bash[23112]: audit 2024-03-26T03:15:45.358411+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:15:46.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:46 smithi072 bash[23112]: audit 2024-03-26T03:15:45.360314+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:15:46.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:46 smithi072 bash[23112]: cephadm 2024-03-26T03:15:45.361793+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 8632M 2024-03-26T03:15:46.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:46 smithi072 bash[23112]: audit 2024-03-26T03:15:45.367674+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:46.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:46 smithi072 bash[23112]: audit 2024-03-26T03:15:45.371910+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:46.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:46 smithi072 bash[23112]: audit 2024-03-26T03:15:45.373766+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:15:46.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:46 smithi072 bash[23112]: audit 2024-03-26T03:15:45.383729+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:15:48.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:48 smithi071 bash[21522]: cluster 2024-03-26T03:15:46.550115+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:48.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:48 smithi173 bash[23834]: cluster 2024-03-26T03:15:46.550115+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:48.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:48 smithi072 bash[23112]: cluster 2024-03-26T03:15:46.550115+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:49.974 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.b/config 2024-03-26T03:15:50.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:50 smithi071 bash[21522]: cluster 2024-03-26T03:15:48.550600+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:50.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:50 smithi173 bash[23834]: cluster 2024-03-26T03:15:48.550600+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:50.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:50 smithi072 bash[23112]: cluster 2024-03-26T03:15:48.550600+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:52.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:52 smithi071 bash[21522]: cluster 2024-03-26T03:15:50.551060+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:52.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:52 smithi173 bash[23834]: cluster 2024-03-26T03:15:50.551060+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:52.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:52 smithi072 bash[23112]: cluster 2024-03-26T03:15:50.551060+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:53.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:53 smithi071 bash[21522]: audit 2024-03-26T03:15:52.790430+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:15:53.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:53 smithi071 bash[21522]: audit 2024-03-26T03:15:52.796841+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:15:53.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:53 smithi071 bash[21522]: audit 2024-03-26T03:15:52.798498+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:53.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:53 smithi173 bash[23834]: audit 2024-03-26T03:15:52.790430+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:15:53.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:53 smithi173 bash[23834]: audit 2024-03-26T03:15:52.796841+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:15:53.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:53 smithi173 bash[23834]: audit 2024-03-26T03:15:52.798498+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:53.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:53 smithi072 bash[23112]: audit 2024-03-26T03:15:52.790430+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:15:53.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:53 smithi072 bash[23112]: audit 2024-03-26T03:15:52.796841+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:15:53.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:53 smithi072 bash[23112]: audit 2024-03-26T03:15:52.798498+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:15:54.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:54 smithi071 bash[21522]: cluster 2024-03-26T03:15:52.551476+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:54.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:54 smithi071 bash[21522]: audit 2024-03-26T03:15:52.783096+0000 mgr.a (mgr.14152) 170 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi072:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:15:54.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:54 smithi173 bash[23834]: cluster 2024-03-26T03:15:52.551476+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:54.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:54 smithi173 bash[23834]: audit 2024-03-26T03:15:52.783096+0000 mgr.a (mgr.14152) 170 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi072:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:15:54.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:54 smithi072 bash[23112]: cluster 2024-03-26T03:15:52.551476+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:54.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:54 smithi072 bash[23112]: audit 2024-03-26T03:15:52.783096+0000 mgr.a (mgr.14152) 170 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi072:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:15:56.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:56 smithi071 bash[21522]: cluster 2024-03-26T03:15:54.551933+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:56.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:56 smithi173 bash[23834]: cluster 2024-03-26T03:15:54.551933+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:56.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:56 smithi072 bash[23112]: cluster 2024-03-26T03:15:54.551933+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:58.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:15:58 smithi071 bash[21522]: cluster 2024-03-26T03:15:56.552399+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:58.697 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:15:58 smithi072 bash[23112]: cluster 2024-03-26T03:15:56.552399+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:15:58.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:15:58 smithi173 bash[23834]: cluster 2024-03-26T03:15:56.552399+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:00.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:00 smithi071 bash[21522]: cluster 2024-03-26T03:15:58.552890+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:00.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:00 smithi173 bash[23834]: cluster 2024-03-26T03:15:58.552890+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:00.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:00 smithi072 bash[23112]: cluster 2024-03-26T03:15:58.552890+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:01.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:01 smithi071 bash[21522]: audit 2024-03-26T03:16:01.250372+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.72:0/509445763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ce6416d-692b-409c-9500-cbe7fbc0ceeb"}]: dispatch 2024-03-26T03:16:01.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:01 smithi071 bash[21522]: audit 2024-03-26T03:16:01.250945+0000 mon.a (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ce6416d-692b-409c-9500-cbe7fbc0ceeb"}]: dispatch 2024-03-26T03:16:01.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:01 smithi071 bash[21522]: audit 2024-03-26T03:16:01.254149+0000 mon.a (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ce6416d-692b-409c-9500-cbe7fbc0ceeb"}]': finished 2024-03-26T03:16:01.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:01 smithi071 bash[21522]: cluster 2024-03-26T03:16:01.259300+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T03:16:01.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:01 smithi071 bash[21522]: audit 2024-03-26T03:16:01.259800+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:01.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:01 smithi173 bash[23834]: audit 2024-03-26T03:16:01.250372+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.72:0/509445763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ce6416d-692b-409c-9500-cbe7fbc0ceeb"}]: dispatch 2024-03-26T03:16:01.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:01 smithi173 bash[23834]: audit 2024-03-26T03:16:01.250945+0000 mon.a (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ce6416d-692b-409c-9500-cbe7fbc0ceeb"}]: dispatch 2024-03-26T03:16:01.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:01 smithi173 bash[23834]: audit 2024-03-26T03:16:01.254149+0000 mon.a (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ce6416d-692b-409c-9500-cbe7fbc0ceeb"}]': finished 2024-03-26T03:16:01.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:01 smithi173 bash[23834]: cluster 2024-03-26T03:16:01.259300+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T03:16:01.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:01 smithi173 bash[23834]: audit 2024-03-26T03:16:01.259800+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:01.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:01 smithi072 bash[23112]: audit 2024-03-26T03:16:01.250372+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.72:0/509445763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ce6416d-692b-409c-9500-cbe7fbc0ceeb"}]: dispatch 2024-03-26T03:16:01.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:01 smithi072 bash[23112]: audit 2024-03-26T03:16:01.250945+0000 mon.a (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ce6416d-692b-409c-9500-cbe7fbc0ceeb"}]: dispatch 2024-03-26T03:16:01.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:01 smithi072 bash[23112]: audit 2024-03-26T03:16:01.254149+0000 mon.a (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ce6416d-692b-409c-9500-cbe7fbc0ceeb"}]': finished 2024-03-26T03:16:01.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:01 smithi072 bash[23112]: cluster 2024-03-26T03:16:01.259300+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-26T03:16:01.724 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:01 smithi072 bash[23112]: audit 2024-03-26T03:16:01.259800+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:02.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:02 smithi071 bash[21522]: cluster 2024-03-26T03:16:00.553336+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:02.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:02 smithi071 bash[21522]: audit 2024-03-26T03:16:01.976961+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.72:0/3654910540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:16:02.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:02 smithi173 bash[23834]: cluster 2024-03-26T03:16:00.553336+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:02.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:02 smithi173 bash[23834]: audit 2024-03-26T03:16:01.976961+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.72:0/3654910540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:16:02.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:02 smithi072 bash[23112]: cluster 2024-03-26T03:16:00.553336+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:02.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:02 smithi072 bash[23112]: audit 2024-03-26T03:16:01.976961+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.72:0/3654910540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:16:04.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:04 smithi071 bash[21522]: cluster 2024-03-26T03:16:02.553889+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:04.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:04 smithi173 bash[23834]: cluster 2024-03-26T03:16:02.553889+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:04.744 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:04 smithi072 bash[23112]: cluster 2024-03-26T03:16:02.553889+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:06.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:06 smithi071 bash[21522]: cluster 2024-03-26T03:16:04.554464+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:06.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:06 smithi173 bash[23834]: cluster 2024-03-26T03:16:04.554464+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:06.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:06 smithi072 bash[23112]: cluster 2024-03-26T03:16:04.554464+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:08.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:08 smithi071 bash[21522]: cluster 2024-03-26T03:16:06.555055+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:08.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:08 smithi173 bash[23834]: cluster 2024-03-26T03:16:06.555055+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:08.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:08 smithi072 bash[23112]: cluster 2024-03-26T03:16:06.555055+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:10.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:10 smithi071 bash[21522]: cluster 2024-03-26T03:16:08.555639+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:10.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:10 smithi173 bash[23834]: cluster 2024-03-26T03:16:08.555639+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:10.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:10 smithi072 bash[23112]: cluster 2024-03-26T03:16:08.555639+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:12.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:12 smithi071 bash[21522]: cluster 2024-03-26T03:16:10.556224+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:12.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:12 smithi173 bash[23834]: cluster 2024-03-26T03:16:10.556224+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:12.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:12 smithi072 bash[23112]: cluster 2024-03-26T03:16:10.556224+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:14.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:14 smithi173 bash[23834]: cluster 2024-03-26T03:16:12.556851+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:14.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:14 smithi173 bash[23834]: audit 2024-03-26T03:16:14.031881+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T03:16:14.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:14 smithi173 bash[23834]: audit 2024-03-26T03:16:14.033874+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:16:14.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:14 smithi072 bash[23112]: cluster 2024-03-26T03:16:12.556851+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:14.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:14 smithi072 bash[23112]: audit 2024-03-26T03:16:14.031881+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T03:16:14.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:14 smithi072 bash[23112]: audit 2024-03-26T03:16:14.033874+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:16:14.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:14 smithi071 bash[21522]: cluster 2024-03-26T03:16:12.556851+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:14.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:14 smithi071 bash[21522]: audit 2024-03-26T03:16:14.031881+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T03:16:14.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:14 smithi071 bash[21522]: audit 2024-03-26T03:16:14.033874+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:16:15.585 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:15 smithi072 bash[23112]: cephadm 2024-03-26T03:16:14.035636+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.2 on smithi072 2024-03-26T03:16:15.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:15 smithi173 bash[23834]: cephadm 2024-03-26T03:16:14.035636+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.2 on smithi072 2024-03-26T03:16:15.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:15 smithi071 bash[21522]: cephadm 2024-03-26T03:16:14.035636+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.2 on smithi072 2024-03-26T03:16:16.473 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:16 smithi072 bash[23112]: cluster 2024-03-26T03:16:14.557377+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:16.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:16 smithi173 bash[23834]: cluster 2024-03-26T03:16:14.557377+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:16.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:16 smithi071 bash[21522]: cluster 2024-03-26T03:16:14.557377+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:18.201 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:18 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:16:18.201 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:16:18 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:16:18.464 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:16:18 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:16:18.465 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:18 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:16:18.465 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:18 smithi072 bash[23112]: cluster 2024-03-26T03:16:16.557951+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:18.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:18 smithi173 bash[23834]: cluster 2024-03-26T03:16:16.557951+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:18.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:18 smithi071 bash[21522]: cluster 2024-03-26T03:16:16.557951+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:19.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:19 smithi072 bash[23112]: audit 2024-03-26T03:16:18.469651+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:19.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:19 smithi072 bash[23112]: audit 2024-03-26T03:16:18.477744+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:19.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:19 smithi072 bash[23112]: audit 2024-03-26T03:16:18.495275+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:16:19.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:19 smithi071 bash[21522]: audit 2024-03-26T03:16:18.469651+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:19.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:19 smithi071 bash[21522]: audit 2024-03-26T03:16:18.477744+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:19.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:19 smithi071 bash[21522]: audit 2024-03-26T03:16:18.495275+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:16:19.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:19 smithi173 bash[23834]: audit 2024-03-26T03:16:18.469651+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:19.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:19 smithi173 bash[23834]: audit 2024-03-26T03:16:18.477744+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:19.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:19 smithi173 bash[23834]: audit 2024-03-26T03:16:18.495275+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:16:20.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:20 smithi071 bash[21522]: cluster 2024-03-26T03:16:18.558506+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:20.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:20 smithi173 bash[23834]: cluster 2024-03-26T03:16:18.558506+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:20.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:20 smithi072 bash[23112]: cluster 2024-03-26T03:16:18.558506+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:22.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:22 smithi071 bash[21522]: cluster 2024-03-26T03:16:20.558992+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:22.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:22 smithi173 bash[23834]: cluster 2024-03-26T03:16:20.558992+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:22.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:22 smithi072 bash[23112]: cluster 2024-03-26T03:16:20.558992+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:24.869 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:24 smithi072 bash[23112]: cluster 2024-03-26T03:16:22.559458+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:24.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:24 smithi071 bash[21522]: cluster 2024-03-26T03:16:22.559458+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:24.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:24 smithi173 bash[23834]: cluster 2024-03-26T03:16:22.559458+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:25.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:25 smithi071 bash[21522]: audit 2024-03-26T03:16:24.874513+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.72:6800/2908579443,v1:172.21.15.72:6801/2908579443]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T03:16:25.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:25 smithi071 bash[21522]: audit 2024-03-26T03:16:24.874654+0000 mon.a (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T03:16:25.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:25 smithi071 bash[21522]: audit 2024-03-26T03:16:25.367463+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:25.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:25 smithi071 bash[21522]: audit 2024-03-26T03:16:25.376301+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:25.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:25 smithi173 bash[23834]: audit 2024-03-26T03:16:24.874513+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.72:6800/2908579443,v1:172.21.15.72:6801/2908579443]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T03:16:25.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:25 smithi173 bash[23834]: audit 2024-03-26T03:16:24.874654+0000 mon.a (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T03:16:25.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:25 smithi173 bash[23834]: audit 2024-03-26T03:16:25.367463+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:25.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:25 smithi173 bash[23834]: audit 2024-03-26T03:16:25.376301+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:25.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:25 smithi072 bash[23112]: audit 2024-03-26T03:16:24.874513+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.72:6800/2908579443,v1:172.21.15.72:6801/2908579443]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T03:16:25.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:25 smithi072 bash[23112]: audit 2024-03-26T03:16:24.874654+0000 mon.a (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-26T03:16:25.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:25 smithi072 bash[23112]: audit 2024-03-26T03:16:25.367463+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:25.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:25 smithi072 bash[23112]: audit 2024-03-26T03:16:25.376301+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:26.538 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:26 smithi072 bash[23112]: cluster 2024-03-26T03:16:24.559942+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:26.538 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:26 smithi072 bash[23112]: audit 2024-03-26T03:16:25.495085+0000 mon.a (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T03:16:26.538 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:26 smithi072 bash[23112]: cluster 2024-03-26T03:16:25.499621+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T03:16:26.538 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:26 smithi072 bash[23112]: audit 2024-03-26T03:16:25.500297+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:26.538 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:26 smithi072 bash[23112]: audit 2024-03-26T03:16:25.501665+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.72:6800/2908579443,v1:172.21.15.72:6801/2908579443]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-26T03:16:26.539 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:26 smithi072 bash[23112]: audit 2024-03-26T03:16:25.501976+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=smithi072", "root=default"]}]: dispatch 2024-03-26T03:16:26.539 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:26 smithi072 bash[23112]: audit 2024-03-26T03:16:26.060072+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:16:26.539 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:26 smithi072 bash[23112]: audit 2024-03-26T03:16:26.062037+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:16:26.539 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:26 smithi072 bash[23112]: audit 2024-03-26T03:16:26.072463+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:26.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:26 smithi071 bash[21522]: cluster 2024-03-26T03:16:24.559942+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:26.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:26 smithi071 bash[21522]: audit 2024-03-26T03:16:25.495085+0000 mon.a (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T03:16:26.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:26 smithi071 bash[21522]: cluster 2024-03-26T03:16:25.499621+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T03:16:26.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:26 smithi071 bash[21522]: audit 2024-03-26T03:16:25.500297+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:26.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:26 smithi071 bash[21522]: audit 2024-03-26T03:16:25.501665+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.72:6800/2908579443,v1:172.21.15.72:6801/2908579443]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-26T03:16:26.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:26 smithi071 bash[21522]: audit 2024-03-26T03:16:25.501976+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=smithi072", "root=default"]}]: dispatch 2024-03-26T03:16:26.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:26 smithi071 bash[21522]: audit 2024-03-26T03:16:26.060072+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:16:26.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:26 smithi071 bash[21522]: audit 2024-03-26T03:16:26.062037+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:16:26.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:26 smithi071 bash[21522]: audit 2024-03-26T03:16:26.072463+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:26.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:26 smithi173 bash[23834]: cluster 2024-03-26T03:16:24.559942+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:26.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:26 smithi173 bash[23834]: audit 2024-03-26T03:16:25.495085+0000 mon.a (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-26T03:16:26.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:26 smithi173 bash[23834]: cluster 2024-03-26T03:16:25.499621+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-26T03:16:26.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:26 smithi173 bash[23834]: audit 2024-03-26T03:16:25.500297+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:26.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:26 smithi173 bash[23834]: audit 2024-03-26T03:16:25.501665+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.72:6800/2908579443,v1:172.21.15.72:6801/2908579443]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-26T03:16:26.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:26 smithi173 bash[23834]: audit 2024-03-26T03:16:25.501976+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=smithi072", "root=default"]}]: dispatch 2024-03-26T03:16:26.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:26 smithi173 bash[23834]: audit 2024-03-26T03:16:26.060072+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:16:26.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:26 smithi173 bash[23834]: audit 2024-03-26T03:16:26.062037+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:16:26.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:26 smithi173 bash[23834]: audit 2024-03-26T03:16:26.072463+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:27.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:27 smithi071 bash[21522]: audit 2024-03-26T03:16:26.497676+0000 mon.a (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]': finished 2024-03-26T03:16:27.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:27 smithi071 bash[21522]: cluster 2024-03-26T03:16:26.502936+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T03:16:27.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:27 smithi071 bash[21522]: audit 2024-03-26T03:16:26.503815+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:27.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:27 smithi071 bash[21522]: audit 2024-03-26T03:16:26.511960+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:27.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:27 smithi173 bash[23834]: audit 2024-03-26T03:16:26.497676+0000 mon.a (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]': finished 2024-03-26T03:16:27.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:27 smithi173 bash[23834]: cluster 2024-03-26T03:16:26.502936+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T03:16:27.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:27 smithi173 bash[23834]: audit 2024-03-26T03:16:26.503815+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:27.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:27 smithi173 bash[23834]: audit 2024-03-26T03:16:26.511960+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:27.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:27 smithi072 bash[23112]: audit 2024-03-26T03:16:26.497676+0000 mon.a (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]': finished 2024-03-26T03:16:27.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:27 smithi072 bash[23112]: cluster 2024-03-26T03:16:26.502936+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-26T03:16:27.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:27 smithi072 bash[23112]: audit 2024-03-26T03:16:26.503815+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:27.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:27 smithi072 bash[23112]: audit 2024-03-26T03:16:26.511960+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:28.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:28 smithi071 bash[21522]: cluster 2024-03-26T03:16:25.881589+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:16:28.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:28 smithi071 bash[21522]: cluster 2024-03-26T03:16:25.881705+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:16:28.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:28 smithi071 bash[21522]: cluster 2024-03-26T03:16:26.560382+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:28.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:28 smithi071 bash[21522]: cluster 2024-03-26T03:16:27.513293+0000 mon.a (mon.0) 401 : cluster [INF] osd.2 [v2:172.21.15.72:6800/2908579443,v1:172.21.15.72:6801/2908579443] boot 2024-03-26T03:16:28.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:28 smithi071 bash[21522]: cluster 2024-03-26T03:16:27.513450+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T03:16:28.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:28 smithi071 bash[21522]: audit 2024-03-26T03:16:27.514280+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:28.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:28 smithi173 bash[23834]: cluster 2024-03-26T03:16:25.881589+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:16:28.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:28 smithi173 bash[23834]: cluster 2024-03-26T03:16:25.881705+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:16:28.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:28 smithi173 bash[23834]: cluster 2024-03-26T03:16:26.560382+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:28.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:28 smithi173 bash[23834]: cluster 2024-03-26T03:16:27.513293+0000 mon.a (mon.0) 401 : cluster [INF] osd.2 [v2:172.21.15.72:6800/2908579443,v1:172.21.15.72:6801/2908579443] boot 2024-03-26T03:16:28.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:28 smithi173 bash[23834]: cluster 2024-03-26T03:16:27.513450+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T03:16:28.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:28 smithi173 bash[23834]: audit 2024-03-26T03:16:27.514280+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:28.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:28 smithi072 bash[23112]: cluster 2024-03-26T03:16:25.881589+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:16:28.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:28 smithi072 bash[23112]: cluster 2024-03-26T03:16:25.881705+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:16:28.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:28 smithi072 bash[23112]: cluster 2024-03-26T03:16:26.560382+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-26T03:16:28.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:28 smithi072 bash[23112]: cluster 2024-03-26T03:16:27.513293+0000 mon.a (mon.0) 401 : cluster [INF] osd.2 [v2:172.21.15.72:6800/2908579443,v1:172.21.15.72:6801/2908579443] boot 2024-03-26T03:16:28.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:28 smithi072 bash[23112]: cluster 2024-03-26T03:16:27.513450+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-26T03:16:28.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:28 smithi072 bash[23112]: audit 2024-03-26T03:16:27.514280+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-26T03:16:28.977 INFO:teuthology.orchestra.run.smithi072.stdout:Created osd(s) 2 on host 'smithi072' 2024-03-26T03:16:29.666 DEBUG:teuthology.orchestra.run.smithi072:osd.2> sudo journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.2.service 2024-03-26T03:16:29.669 INFO:tasks.cephadm:Deploying osd.3 on smithi072 with /dev/vg_nvme/lv_3... 2024-03-26T03:16:29.669 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-26T03:16:29.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:29 smithi071 bash[21522]: cluster 2024-03-26T03:16:28.530385+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T03:16:29.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:29 smithi071 bash[21522]: cluster 2024-03-26T03:16:28.560950+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:29.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:29 smithi071 bash[21522]: audit 2024-03-26T03:16:28.706915+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-26T03:16:29.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:29 smithi071 bash[21522]: audit 2024-03-26T03:16:28.924423+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:29.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:29 smithi071 bash[21522]: audit 2024-03-26T03:16:28.933547+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:29.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:29 smithi071 bash[21522]: audit 2024-03-26T03:16:28.948243+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:16:29.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:29 smithi173 bash[23834]: cluster 2024-03-26T03:16:28.530385+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T03:16:29.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:29 smithi173 bash[23834]: cluster 2024-03-26T03:16:28.560950+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:29.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:29 smithi173 bash[23834]: audit 2024-03-26T03:16:28.706915+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-26T03:16:29.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:29 smithi173 bash[23834]: audit 2024-03-26T03:16:28.924423+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:29.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:29 smithi173 bash[23834]: audit 2024-03-26T03:16:28.933547+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:29.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:29 smithi173 bash[23834]: audit 2024-03-26T03:16:28.948243+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:16:29.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:29 smithi072 bash[23112]: cluster 2024-03-26T03:16:28.530385+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-26T03:16:29.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:29 smithi072 bash[23112]: cluster 2024-03-26T03:16:28.560950+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:29.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:29 smithi072 bash[23112]: audit 2024-03-26T03:16:28.706915+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-26T03:16:29.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:29 smithi072 bash[23112]: audit 2024-03-26T03:16:28.924423+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:29.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:29 smithi072 bash[23112]: audit 2024-03-26T03:16:28.933547+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:29.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:29 smithi072 bash[23112]: audit 2024-03-26T03:16:28.948243+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:16:30.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:30 smithi071 bash[21522]: audit 2024-03-26T03:16:29.534201+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-26T03:16:30.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:30 smithi071 bash[21522]: cluster 2024-03-26T03:16:29.540890+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T03:16:30.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:30 smithi071 bash[21522]: audit 2024-03-26T03:16:29.547549+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T03:16:30.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:30 smithi173 bash[23834]: audit 2024-03-26T03:16:29.534201+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-26T03:16:30.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:30 smithi173 bash[23834]: cluster 2024-03-26T03:16:29.540890+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T03:16:30.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:30 smithi173 bash[23834]: audit 2024-03-26T03:16:29.547549+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T03:16:30.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:30 smithi072 bash[23112]: audit 2024-03-26T03:16:29.534201+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-26T03:16:30.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:30 smithi072 bash[23112]: cluster 2024-03-26T03:16:29.540890+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-26T03:16:30.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:30 smithi072 bash[23112]: audit 2024-03-26T03:16:29.547549+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-26T03:16:31.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:31 smithi071 bash[21522]: audit 2024-03-26T03:16:30.543569+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T03:16:31.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:31 smithi071 bash[21522]: cluster 2024-03-26T03:16:30.547924+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T03:16:31.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:31 smithi071 bash[21522]: cluster 2024-03-26T03:16:30.561411+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v150: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:31.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:31 smithi173 bash[23834]: audit 2024-03-26T03:16:30.543569+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T03:16:31.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:31 smithi173 bash[23834]: cluster 2024-03-26T03:16:30.547924+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T03:16:31.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:31 smithi173 bash[23834]: cluster 2024-03-26T03:16:30.561411+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v150: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:31.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:31 smithi072 bash[23112]: audit 2024-03-26T03:16:30.543569+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-26T03:16:31.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:31 smithi072 bash[23112]: cluster 2024-03-26T03:16:30.547924+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-26T03:16:31.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:31 smithi072 bash[23112]: cluster 2024-03-26T03:16:30.561411+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v150: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:32.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: cluster 2024-03-26T03:16:31.554898+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T03:16:32.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.559432+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:32.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.701031+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:32.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.703862+0000 mon.a (mon.0) 417 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:16:32.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.756482+0000 mon.a (mon.0) 418 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:16:32.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.757284+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:16:32.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.757771+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:16:32.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.758179+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:16:32.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.761599+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:16:32.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.762038+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:16:32.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.762104+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:16:32.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.762527+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:16:32.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.814179+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:16:32.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.868312+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:32.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.871862+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:16:32.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.872100+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:16:32.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.872325+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:16:32.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.872727+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:16:32.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:32 smithi071 bash[21522]: audit 2024-03-26T03:16:31.926942+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:16:32.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: cluster 2024-03-26T03:16:31.554898+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T03:16:32.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.559432+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:32.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.701031+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:32.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.703862+0000 mon.a (mon.0) 417 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:16:32.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.756482+0000 mon.a (mon.0) 418 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:16:32.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.757284+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:16:32.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.757771+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:16:32.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.758179+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:16:32.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.761599+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:16:32.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.762038+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:16:32.949 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.762104+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:16:32.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.762527+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:16:32.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.814179+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:16:32.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.868312+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:32.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.871862+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:16:32.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.872100+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:16:32.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.872325+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:16:32.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.872727+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:16:32.950 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:32 smithi173 bash[23834]: audit 2024-03-26T03:16:31.926942+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:16:32.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: cluster 2024-03-26T03:16:31.554898+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-26T03:16:32.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.559432+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:32.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.701031+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:32.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.703862+0000 mon.a (mon.0) 417 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:16:32.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.756482+0000 mon.a (mon.0) 418 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:16:32.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.757284+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:16:32.973 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.757771+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:16:32.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.758179+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:16:32.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.761599+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:16:32.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.762038+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:16:32.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.762104+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:16:32.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.762527+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:16:32.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.814179+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:16:32.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.868312+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:32.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.871862+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:16:32.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.872100+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-26T03:16:32.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.872325+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:16:32.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.872727+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-26T03:16:32.974 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:32 smithi072 bash[23112]: audit 2024-03-26T03:16:31.926942+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-26T03:16:33.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:33 smithi071 bash[21522]: cluster 2024-03-26T03:16:32.561873+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 unknown; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:33.935 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.b/config 2024-03-26T03:16:33.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:33 smithi173 bash[23834]: cluster 2024-03-26T03:16:32.561873+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 unknown; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:33.962 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:33 smithi072 bash[23112]: cluster 2024-03-26T03:16:32.561873+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 unknown; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:34.723 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:34 smithi072 bash[23112]: cluster 2024-03-26T03:16:33.578450+0000 mon.a (mon.0) 429 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T03:16:34.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:34 smithi071 bash[21522]: cluster 2024-03-26T03:16:33.578450+0000 mon.a (mon.0) 429 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T03:16:34.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:34 smithi173 bash[23834]: cluster 2024-03-26T03:16:33.578450+0000 mon.a (mon.0) 429 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-26T03:16:35.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:35 smithi071 bash[21522]: cluster 2024-03-26T03:16:34.562401+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:35.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:35 smithi173 bash[23834]: cluster 2024-03-26T03:16:34.562401+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:35.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:35 smithi072 bash[23112]: cluster 2024-03-26T03:16:34.562401+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:37.830 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:37 smithi072 bash[23112]: cluster 2024-03-26T03:16:36.562934+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:37.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:37 smithi071 bash[21522]: cluster 2024-03-26T03:16:36.562934+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:37.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:37 smithi173 bash[23834]: cluster 2024-03-26T03:16:36.562934+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:38.562 INFO:teuthology.orchestra.run.smithi072.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-26T03:16:38.563 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-26T03:16:38.563 INFO:teuthology.orchestra.run.smithi072.stderr: stderr: 10+0 records in 2024-03-26T03:16:38.563 INFO:teuthology.orchestra.run.smithi072.stderr:10+0 records out 2024-03-26T03:16:38.563 INFO:teuthology.orchestra.run.smithi072.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0146738 s, 715 MB/s 2024-03-26T03:16:38.563 INFO:teuthology.orchestra.run.smithi072.stderr:--> Zapping successful for: 2024-03-26T03:16:39.607 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi072:vg_nvme/lv_3 2024-03-26T03:16:39.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:39 smithi071 bash[21522]: cluster 2024-03-26T03:16:38.563524+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:39.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:39 smithi173 bash[23834]: cluster 2024-03-26T03:16:38.563524+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:39.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:39 smithi072 bash[23112]: cluster 2024-03-26T03:16:38.563524+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:41.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:40 smithi071 bash[21522]: cephadm 2024-03-26T03:16:39.857836+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi072 2024-03-26T03:16:41.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:40 smithi071 bash[21522]: audit 2024-03-26T03:16:39.867490+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:41.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:40 smithi071 bash[21522]: audit 2024-03-26T03:16:39.877713+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:41.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:40 smithi071 bash[21522]: audit 2024-03-26T03:16:39.880008+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:16:41.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:40 smithi071 bash[21522]: cephadm 2024-03-26T03:16:39.881370+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Adjusting osd_memory_target on smithi072 to 17265M 2024-03-26T03:16:41.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:40 smithi071 bash[21522]: audit 2024-03-26T03:16:39.887381+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:41.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:40 smithi071 bash[21522]: audit 2024-03-26T03:16:39.891651+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:16:41.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:40 smithi071 bash[21522]: audit 2024-03-26T03:16:39.893306+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:16:41.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:40 smithi071 bash[21522]: audit 2024-03-26T03:16:39.902873+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:41.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:40 smithi173 bash[23834]: cephadm 2024-03-26T03:16:39.857836+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi072 2024-03-26T03:16:41.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:40 smithi173 bash[23834]: audit 2024-03-26T03:16:39.867490+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:41.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:40 smithi173 bash[23834]: audit 2024-03-26T03:16:39.877713+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:41.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:40 smithi173 bash[23834]: audit 2024-03-26T03:16:39.880008+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:16:41.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:40 smithi173 bash[23834]: cephadm 2024-03-26T03:16:39.881370+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Adjusting osd_memory_target on smithi072 to 17265M 2024-03-26T03:16:41.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:40 smithi173 bash[23834]: audit 2024-03-26T03:16:39.887381+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:41.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:40 smithi173 bash[23834]: audit 2024-03-26T03:16:39.891651+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:16:41.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:40 smithi173 bash[23834]: audit 2024-03-26T03:16:39.893306+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:16:41.199 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:40 smithi173 bash[23834]: audit 2024-03-26T03:16:39.902873+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:41.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:40 smithi072 bash[23112]: cephadm 2024-03-26T03:16:39.857836+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi072 2024-03-26T03:16:41.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:40 smithi072 bash[23112]: audit 2024-03-26T03:16:39.867490+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:41.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:40 smithi072 bash[23112]: audit 2024-03-26T03:16:39.877713+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:41.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:40 smithi072 bash[23112]: audit 2024-03-26T03:16:39.880008+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:16:41.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:40 smithi072 bash[23112]: cephadm 2024-03-26T03:16:39.881370+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Adjusting osd_memory_target on smithi072 to 17265M 2024-03-26T03:16:41.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:40 smithi072 bash[23112]: audit 2024-03-26T03:16:39.887381+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:41.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:40 smithi072 bash[23112]: audit 2024-03-26T03:16:39.891651+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:16:41.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:40 smithi072 bash[23112]: audit 2024-03-26T03:16:39.893306+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:16:41.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:40 smithi072 bash[23112]: audit 2024-03-26T03:16:39.902873+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:16:42.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:41 smithi071 bash[21522]: cluster 2024-03-26T03:16:40.564080+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:42.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:41 smithi173 bash[23834]: cluster 2024-03-26T03:16:40.564080+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:42.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:41 smithi072 bash[23112]: cluster 2024-03-26T03:16:40.564080+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:44.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:43 smithi071 bash[21522]: cluster 2024-03-26T03:16:42.564629+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:44.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:43 smithi173 bash[23834]: cluster 2024-03-26T03:16:42.564629+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:44.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:43 smithi072 bash[23112]: cluster 2024-03-26T03:16:42.564629+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:44.329 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.b/config 2024-03-26T03:16:46.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:45 smithi071 bash[21522]: cluster 2024-03-26T03:16:44.565175+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:46.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:45 smithi173 bash[23834]: cluster 2024-03-26T03:16:44.565175+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:46.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:45 smithi072 bash[23112]: cluster 2024-03-26T03:16:44.565175+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:48.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:47 smithi173 bash[23834]: cluster 2024-03-26T03:16:46.565692+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:48.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:47 smithi173 bash[23834]: audit 2024-03-26T03:16:47.246033+0000 mgr.a (mgr.14152) 201 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi072:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:16:48.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:47 smithi173 bash[23834]: audit 2024-03-26T03:16:47.253134+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:16:48.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:47 smithi173 bash[23834]: audit 2024-03-26T03:16:47.259574+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:16:48.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:47 smithi173 bash[23834]: audit 2024-03-26T03:16:47.261307+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:16:48.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:47 smithi072 bash[23112]: cluster 2024-03-26T03:16:46.565692+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:48.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:47 smithi072 bash[23112]: audit 2024-03-26T03:16:47.246033+0000 mgr.a (mgr.14152) 201 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi072:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:16:48.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:47 smithi072 bash[23112]: audit 2024-03-26T03:16:47.253134+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:16:48.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:47 smithi072 bash[23112]: audit 2024-03-26T03:16:47.259574+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:16:48.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:47 smithi072 bash[23112]: audit 2024-03-26T03:16:47.261307+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:16:48.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:47 smithi071 bash[21522]: cluster 2024-03-26T03:16:46.565692+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:48.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:47 smithi071 bash[21522]: audit 2024-03-26T03:16:47.246033+0000 mgr.a (mgr.14152) 201 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi072:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:16:48.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:47 smithi071 bash[21522]: audit 2024-03-26T03:16:47.253134+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:16:48.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:47 smithi071 bash[21522]: audit 2024-03-26T03:16:47.259574+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:16:48.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:47 smithi071 bash[21522]: audit 2024-03-26T03:16:47.261307+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:16:50.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:49 smithi173 bash[23834]: cluster 2024-03-26T03:16:48.566337+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:50.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:49 smithi072 bash[23112]: cluster 2024-03-26T03:16:48.566337+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:50.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:49 smithi071 bash[21522]: cluster 2024-03-26T03:16:48.566337+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:52.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:51 smithi173 bash[23834]: cluster 2024-03-26T03:16:50.566998+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:52.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:51 smithi072 bash[23112]: cluster 2024-03-26T03:16:50.566998+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:52.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:51 smithi071 bash[21522]: cluster 2024-03-26T03:16:50.566998+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:54.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:53 smithi173 bash[23834]: cluster 2024-03-26T03:16:52.567545+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:54.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:53 smithi072 bash[23112]: cluster 2024-03-26T03:16:52.567545+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:54.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:53 smithi071 bash[21522]: cluster 2024-03-26T03:16:52.567545+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:56.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:55 smithi173 bash[23834]: cluster 2024-03-26T03:16:54.568143+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:56.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:55 smithi173 bash[23834]: audit 2024-03-26T03:16:55.587403+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.72:0/754009193' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "875e8455-15c8-4c7b-ae72-0511267dbf4c"}]: dispatch 2024-03-26T03:16:56.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:55 smithi173 bash[23834]: audit 2024-03-26T03:16:55.587520+0000 mon.a (mon.0) 440 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "875e8455-15c8-4c7b-ae72-0511267dbf4c"}]: dispatch 2024-03-26T03:16:56.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:55 smithi173 bash[23834]: audit 2024-03-26T03:16:55.591033+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "875e8455-15c8-4c7b-ae72-0511267dbf4c"}]': finished 2024-03-26T03:16:56.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:55 smithi173 bash[23834]: cluster 2024-03-26T03:16:55.596055+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-26T03:16:56.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:55 smithi173 bash[23834]: audit 2024-03-26T03:16:55.596479+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-26T03:16:56.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:55 smithi072 bash[23112]: cluster 2024-03-26T03:16:54.568143+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:56.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:55 smithi072 bash[23112]: audit 2024-03-26T03:16:55.587403+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.72:0/754009193' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "875e8455-15c8-4c7b-ae72-0511267dbf4c"}]: dispatch 2024-03-26T03:16:56.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:55 smithi072 bash[23112]: audit 2024-03-26T03:16:55.587520+0000 mon.a (mon.0) 440 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "875e8455-15c8-4c7b-ae72-0511267dbf4c"}]: dispatch 2024-03-26T03:16:56.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:55 smithi072 bash[23112]: audit 2024-03-26T03:16:55.591033+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "875e8455-15c8-4c7b-ae72-0511267dbf4c"}]': finished 2024-03-26T03:16:56.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:55 smithi072 bash[23112]: cluster 2024-03-26T03:16:55.596055+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-26T03:16:56.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:55 smithi072 bash[23112]: audit 2024-03-26T03:16:55.596479+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-26T03:16:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:55 smithi071 bash[21522]: cluster 2024-03-26T03:16:54.568143+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:55 smithi071 bash[21522]: audit 2024-03-26T03:16:55.587403+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.72:0/754009193' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "875e8455-15c8-4c7b-ae72-0511267dbf4c"}]: dispatch 2024-03-26T03:16:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:55 smithi071 bash[21522]: audit 2024-03-26T03:16:55.587520+0000 mon.a (mon.0) 440 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "875e8455-15c8-4c7b-ae72-0511267dbf4c"}]: dispatch 2024-03-26T03:16:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:55 smithi071 bash[21522]: audit 2024-03-26T03:16:55.591033+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "875e8455-15c8-4c7b-ae72-0511267dbf4c"}]': finished 2024-03-26T03:16:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:55 smithi071 bash[21522]: cluster 2024-03-26T03:16:55.596055+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-26T03:16:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:55 smithi071 bash[21522]: audit 2024-03-26T03:16:55.596479+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-26T03:16:57.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:56 smithi173 bash[23834]: audit 2024-03-26T03:16:56.363861+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.72:0/3020670808' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:16:57.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:56 smithi072 bash[23112]: audit 2024-03-26T03:16:56.363861+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.72:0/3020670808' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:16:57.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:56 smithi071 bash[21522]: audit 2024-03-26T03:16:56.363861+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.72:0/3020670808' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:16:58.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:57 smithi173 bash[23834]: cluster 2024-03-26T03:16:56.568677+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:58.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:57 smithi072 bash[23112]: cluster 2024-03-26T03:16:56.568677+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:16:58.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:57 smithi071 bash[21522]: cluster 2024-03-26T03:16:56.568677+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:00.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:16:59 smithi072 bash[23112]: cluster 2024-03-26T03:16:58.569166+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:00.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:16:59 smithi071 bash[21522]: cluster 2024-03-26T03:16:58.569166+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:00.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:16:59 smithi173 bash[23834]: cluster 2024-03-26T03:16:58.569166+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:02.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:01 smithi173 bash[23834]: cluster 2024-03-26T03:17:00.569686+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:02.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:01 smithi072 bash[23112]: cluster 2024-03-26T03:17:00.569686+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:02.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:01 smithi071 bash[21522]: cluster 2024-03-26T03:17:00.569686+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:04.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:03 smithi072 bash[23112]: cluster 2024-03-26T03:17:02.570213+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:04.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:03 smithi071 bash[21522]: cluster 2024-03-26T03:17:02.570213+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:04.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:03 smithi173 bash[23834]: cluster 2024-03-26T03:17:02.570213+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:06.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:05 smithi072 bash[23112]: cluster 2024-03-26T03:17:04.570764+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:06.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:05 smithi071 bash[21522]: cluster 2024-03-26T03:17:04.570764+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:06.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:05 smithi173 bash[23834]: cluster 2024-03-26T03:17:04.570764+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:08.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:07 smithi072 bash[23112]: cluster 2024-03-26T03:17:06.571285+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:08.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:07 smithi071 bash[21522]: cluster 2024-03-26T03:17:06.571285+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:08.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:07 smithi173 bash[23834]: cluster 2024-03-26T03:17:06.571285+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:09.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:08 smithi072 bash[23112]: audit 2024-03-26T03:17:08.242519+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-26T03:17:09.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:08 smithi072 bash[23112]: audit 2024-03-26T03:17:08.244368+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:09.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:08 smithi072 bash[23112]: cephadm 2024-03-26T03:17:08.246021+0000 mgr.a (mgr.14152) 212 : cephadm [INF] Deploying daemon osd.3 on smithi072 2024-03-26T03:17:09.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:08 smithi071 bash[21522]: audit 2024-03-26T03:17:08.242519+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-26T03:17:09.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:08 smithi071 bash[21522]: audit 2024-03-26T03:17:08.244368+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:09.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:08 smithi071 bash[21522]: cephadm 2024-03-26T03:17:08.246021+0000 mgr.a (mgr.14152) 212 : cephadm [INF] Deploying daemon osd.3 on smithi072 2024-03-26T03:17:09.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:08 smithi173 bash[23834]: audit 2024-03-26T03:17:08.242519+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-26T03:17:09.448 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:08 smithi173 bash[23834]: audit 2024-03-26T03:17:08.244368+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:09.448 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:08 smithi173 bash[23834]: cephadm 2024-03-26T03:17:08.246021+0000 mgr.a (mgr.14152) 212 : cephadm [INF] Deploying daemon osd.3 on smithi072 2024-03-26T03:17:10.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:09 smithi072 bash[23112]: cluster 2024-03-26T03:17:08.571804+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:10.415 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:09 smithi071 bash[21522]: cluster 2024-03-26T03:17:08.571804+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:10.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:09 smithi173 bash[23834]: cluster 2024-03-26T03:17:08.571804+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:12.264 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:11 smithi072 bash[23112]: cluster 2024-03-26T03:17:10.572309+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-03-26T03:17:12.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:11 smithi071 bash[21522]: cluster 2024-03-26T03:17:10.572309+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-03-26T03:17:12.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:11 smithi173 bash[23834]: cluster 2024-03-26T03:17:10.572309+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-03-26T03:17:12.515 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:12 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:17:12.515 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:17:12 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:17:12.516 INFO:journalctl@ceph.osd.2.smithi072.stdout:Mar 26 03:17:12 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:17:12.784 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:12 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:17:12.784 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:17:12 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:17:12.784 INFO:journalctl@ceph.osd.2.smithi072.stdout:Mar 26 03:17:12 smithi072 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:17:13.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:13 smithi072 bash[23112]: cluster 2024-03-26T03:17:12.572848+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:13.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:13 smithi072 bash[23112]: audit 2024-03-26T03:17:12.790178+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:13.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:13 smithi072 bash[23112]: audit 2024-03-26T03:17:12.799198+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:13.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:13 smithi072 bash[23112]: audit 2024-03-26T03:17:12.808621+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:17:14.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:13 smithi071 bash[21522]: cluster 2024-03-26T03:17:12.572848+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:14.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:13 smithi071 bash[21522]: audit 2024-03-26T03:17:12.790178+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:14.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:13 smithi071 bash[21522]: audit 2024-03-26T03:17:12.799198+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:14.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:13 smithi071 bash[21522]: audit 2024-03-26T03:17:12.808621+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:17:14.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:13 smithi173 bash[23834]: cluster 2024-03-26T03:17:12.572848+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:14.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:13 smithi173 bash[23834]: audit 2024-03-26T03:17:12.790178+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:14.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:13 smithi173 bash[23834]: audit 2024-03-26T03:17:12.799198+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:14.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:13 smithi173 bash[23834]: audit 2024-03-26T03:17:12.808621+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:17:16.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:15 smithi071 bash[21522]: cluster 2024-03-26T03:17:14.573337+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:16.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:15 smithi173 bash[23834]: cluster 2024-03-26T03:17:14.573337+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:16.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:15 smithi072 bash[23112]: cluster 2024-03-26T03:17:14.573337+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:18.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:17 smithi071 bash[21522]: cluster 2024-03-26T03:17:16.573841+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:18.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:17 smithi173 bash[23834]: cluster 2024-03-26T03:17:16.573841+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:18.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:17 smithi072 bash[23112]: cluster 2024-03-26T03:17:16.573841+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:19.405 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:19 smithi072 bash[23112]: audit 2024-03-26T03:17:18.158947+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:19.405 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:19 smithi072 bash[23112]: audit 2024-03-26T03:17:18.168465+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:19.405 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:19 smithi072 bash[23112]: audit 2024-03-26T03:17:18.170461+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:19.406 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:19 smithi072 bash[23112]: audit 2024-03-26T03:17:18.172199+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:17:19.406 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:19 smithi072 bash[23112]: audit 2024-03-26T03:17:18.182427+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:19.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:19 smithi071 bash[21522]: audit 2024-03-26T03:17:18.158947+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:19.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:19 smithi071 bash[21522]: audit 2024-03-26T03:17:18.168465+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:19.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:19 smithi071 bash[21522]: audit 2024-03-26T03:17:18.170461+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:19.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:19 smithi071 bash[21522]: audit 2024-03-26T03:17:18.172199+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:17:19.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:19 smithi071 bash[21522]: audit 2024-03-26T03:17:18.182427+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:19.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:19 smithi173 bash[23834]: audit 2024-03-26T03:17:18.158947+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:19.448 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:19 smithi173 bash[23834]: audit 2024-03-26T03:17:18.168465+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:19.448 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:19 smithi173 bash[23834]: audit 2024-03-26T03:17:18.170461+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:19.448 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:19 smithi173 bash[23834]: audit 2024-03-26T03:17:18.172199+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:17:19.448 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:19 smithi173 bash[23834]: audit 2024-03-26T03:17:18.182427+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:20.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:20 smithi173 bash[23834]: cluster 2024-03-26T03:17:18.574324+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:20.448 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:20 smithi173 bash[23834]: audit 2024-03-26T03:17:19.410333+0000 mon.a (mon.0) 454 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-26T03:17:20.448 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:20 smithi173 bash[23834]: audit 2024-03-26T03:17:19.410492+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.72:6808/3724719547,v1:172.21.15.72:6809/3724719547]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-26T03:17:20.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:20 smithi072 bash[23112]: cluster 2024-03-26T03:17:18.574324+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:20.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:20 smithi072 bash[23112]: audit 2024-03-26T03:17:19.410333+0000 mon.a (mon.0) 454 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-26T03:17:20.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:20 smithi072 bash[23112]: audit 2024-03-26T03:17:19.410492+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.72:6808/3724719547,v1:172.21.15.72:6809/3724719547]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-26T03:17:20.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:20 smithi071 bash[21522]: cluster 2024-03-26T03:17:18.574324+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:20.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:20 smithi071 bash[21522]: audit 2024-03-26T03:17:19.410333+0000 mon.a (mon.0) 454 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-26T03:17:20.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:20 smithi071 bash[21522]: audit 2024-03-26T03:17:19.410492+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.72:6808/3724719547,v1:172.21.15.72:6809/3724719547]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-26T03:17:21.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:21 smithi072 bash[23112]: audit 2024-03-26T03:17:20.183282+0000 mon.a (mon.0) 455 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-26T03:17:21.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:21 smithi072 bash[23112]: cluster 2024-03-26T03:17:20.188673+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-26T03:17:21.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:21 smithi072 bash[23112]: audit 2024-03-26T03:17:20.189504+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-26T03:17:21.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:21 smithi072 bash[23112]: audit 2024-03-26T03:17:20.192889+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.72:6808/3724719547,v1:172.21.15.72:6809/3724719547]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-26T03:17:21.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:21 smithi072 bash[23112]: audit 2024-03-26T03:17:20.201485+0000 mon.a (mon.0) 458 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-26T03:17:21.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:21 smithi071 bash[21522]: audit 2024-03-26T03:17:20.183282+0000 mon.a (mon.0) 455 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-26T03:17:21.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:21 smithi071 bash[21522]: cluster 2024-03-26T03:17:20.188673+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-26T03:17:21.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:21 smithi071 bash[21522]: audit 2024-03-26T03:17:20.189504+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-26T03:17:21.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:21 smithi071 bash[21522]: audit 2024-03-26T03:17:20.192889+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.72:6808/3724719547,v1:172.21.15.72:6809/3724719547]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-26T03:17:21.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:21 smithi071 bash[21522]: audit 2024-03-26T03:17:20.201485+0000 mon.a (mon.0) 458 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-26T03:17:21.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:21 smithi173 bash[23834]: audit 2024-03-26T03:17:20.183282+0000 mon.a (mon.0) 455 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-26T03:17:21.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:21 smithi173 bash[23834]: cluster 2024-03-26T03:17:20.188673+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-26T03:17:21.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:21 smithi173 bash[23834]: audit 2024-03-26T03:17:20.189504+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-26T03:17:21.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:21 smithi173 bash[23834]: audit 2024-03-26T03:17:20.192889+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.72:6808/3724719547,v1:172.21.15.72:6809/3724719547]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-26T03:17:21.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:21 smithi173 bash[23834]: audit 2024-03-26T03:17:20.201485+0000 mon.a (mon.0) 458 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-26T03:17:21.968 INFO:teuthology.orchestra.run.smithi072.stdout:Created osd(s) 3 on host 'smithi072' 2024-03-26T03:17:22.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:22 smithi072 bash[23112]: cluster 2024-03-26T03:17:20.574821+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:22.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:22 smithi072 bash[23112]: audit 2024-03-26T03:17:21.201335+0000 mon.a (mon.0) 459 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]': finished 2024-03-26T03:17:22.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:22 smithi072 bash[23112]: cluster 2024-03-26T03:17:21.210570+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-26T03:17:22.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:22 smithi072 bash[23112]: audit 2024-03-26T03:17:21.211257+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-26T03:17:22.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:22 smithi072 bash[23112]: audit 2024-03-26T03:17:21.745542+0000 mon.a (mon.0) 462 : audit [INF] from='osd.3 ' entity='osd.3' 2024-03-26T03:17:22.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:22 smithi072 bash[23112]: audit 2024-03-26T03:17:21.909879+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:22.473 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:22 smithi072 bash[23112]: audit 2024-03-26T03:17:21.914015+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:17:22.473 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:22 smithi072 bash[23112]: audit 2024-03-26T03:17:21.919583+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:22.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:22 smithi071 bash[21522]: cluster 2024-03-26T03:17:20.574821+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:22.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:22 smithi071 bash[21522]: audit 2024-03-26T03:17:21.201335+0000 mon.a (mon.0) 459 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]': finished 2024-03-26T03:17:22.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:22 smithi071 bash[21522]: cluster 2024-03-26T03:17:21.210570+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-26T03:17:22.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:22 smithi071 bash[21522]: audit 2024-03-26T03:17:21.211257+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-26T03:17:22.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:22 smithi071 bash[21522]: audit 2024-03-26T03:17:21.745542+0000 mon.a (mon.0) 462 : audit [INF] from='osd.3 ' entity='osd.3' 2024-03-26T03:17:22.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:22 smithi071 bash[21522]: audit 2024-03-26T03:17:21.909879+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:22.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:22 smithi071 bash[21522]: audit 2024-03-26T03:17:21.914015+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:17:22.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:22 smithi071 bash[21522]: audit 2024-03-26T03:17:21.919583+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:22.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:22 smithi173 bash[23834]: cluster 2024-03-26T03:17:20.574821+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:22.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:22 smithi173 bash[23834]: audit 2024-03-26T03:17:21.201335+0000 mon.a (mon.0) 459 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]': finished 2024-03-26T03:17:22.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:22 smithi173 bash[23834]: cluster 2024-03-26T03:17:21.210570+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-26T03:17:22.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:22 smithi173 bash[23834]: audit 2024-03-26T03:17:21.211257+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-26T03:17:22.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:22 smithi173 bash[23834]: audit 2024-03-26T03:17:21.745542+0000 mon.a (mon.0) 462 : audit [INF] from='osd.3 ' entity='osd.3' 2024-03-26T03:17:22.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:22 smithi173 bash[23834]: audit 2024-03-26T03:17:21.909879+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:22.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:22 smithi173 bash[23834]: audit 2024-03-26T03:17:21.914015+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:17:22.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:22 smithi173 bash[23834]: audit 2024-03-26T03:17:21.919583+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:22.870 DEBUG:teuthology.orchestra.run.smithi072:osd.3> sudo journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.3.service 2024-03-26T03:17:22.873 INFO:tasks.cephadm:Deploying osd.4 on smithi173 with /dev/vg_nvme/lv_4... 2024-03-26T03:17:22.873 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-26T03:17:23.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:23 smithi072 bash[23112]: cluster 2024-03-26T03:17:20.368251+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:17:23.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:23 smithi072 bash[23112]: cluster 2024-03-26T03:17:20.368340+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:17:23.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:23 smithi072 bash[23112]: cluster 2024-03-26T03:17:22.210762+0000 mon.a (mon.0) 466 : cluster [INF] osd.3 [v2:172.21.15.72:6808/3724719547,v1:172.21.15.72:6809/3724719547] boot 2024-03-26T03:17:23.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:23 smithi072 bash[23112]: cluster 2024-03-26T03:17:22.211022+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-26T03:17:23.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:23 smithi072 bash[23112]: audit 2024-03-26T03:17:22.211745+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-26T03:17:23.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:23 smithi072 bash[23112]: cluster 2024-03-26T03:17:23.212535+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-26T03:17:23.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:23 smithi071 bash[21522]: cluster 2024-03-26T03:17:20.368251+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:17:23.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:23 smithi071 bash[21522]: cluster 2024-03-26T03:17:20.368340+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:17:23.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:23 smithi071 bash[21522]: cluster 2024-03-26T03:17:22.210762+0000 mon.a (mon.0) 466 : cluster [INF] osd.3 [v2:172.21.15.72:6808/3724719547,v1:172.21.15.72:6809/3724719547] boot 2024-03-26T03:17:23.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:23 smithi071 bash[21522]: cluster 2024-03-26T03:17:22.211022+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-26T03:17:23.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:23 smithi071 bash[21522]: audit 2024-03-26T03:17:22.211745+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-26T03:17:23.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:23 smithi071 bash[21522]: cluster 2024-03-26T03:17:23.212535+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-26T03:17:23.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:23 smithi173 bash[23834]: cluster 2024-03-26T03:17:20.368251+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:17:23.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:23 smithi173 bash[23834]: cluster 2024-03-26T03:17:20.368340+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:17:23.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:23 smithi173 bash[23834]: cluster 2024-03-26T03:17:22.210762+0000 mon.a (mon.0) 466 : cluster [INF] osd.3 [v2:172.21.15.72:6808/3724719547,v1:172.21.15.72:6809/3724719547] boot 2024-03-26T03:17:23.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:23 smithi173 bash[23834]: cluster 2024-03-26T03:17:22.211022+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-26T03:17:23.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:23 smithi173 bash[23834]: audit 2024-03-26T03:17:22.211745+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-26T03:17:23.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:23 smithi173 bash[23834]: cluster 2024-03-26T03:17:23.212535+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-26T03:17:24.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:24 smithi072 bash[23112]: cluster 2024-03-26T03:17:22.575316+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:24.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:24 smithi072 bash[23112]: cluster 2024-03-26T03:17:24.214027+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-03-26T03:17:24.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:24 smithi071 bash[21522]: cluster 2024-03-26T03:17:22.575316+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:24.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:24 smithi071 bash[21522]: cluster 2024-03-26T03:17:24.214027+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-03-26T03:17:24.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:24 smithi173 bash[23834]: cluster 2024-03-26T03:17:22.575316+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-26T03:17:24.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:24 smithi173 bash[23834]: cluster 2024-03-26T03:17:24.214027+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-03-26T03:17:26.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:25 smithi071 bash[21522]: cluster 2024-03-26T03:17:24.575800+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:26.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:25 smithi071 bash[21522]: cluster 2024-03-26T03:17:24.858378+0000 mon.a (mon.0) 471 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-03-26T03:17:26.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:25 smithi173 bash[23834]: cluster 2024-03-26T03:17:24.575800+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:26.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:25 smithi173 bash[23834]: cluster 2024-03-26T03:17:24.858378+0000 mon.a (mon.0) 471 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-03-26T03:17:26.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:25 smithi072 bash[23112]: cluster 2024-03-26T03:17:24.575800+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:26.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:25 smithi072 bash[23112]: cluster 2024-03-26T03:17:24.858378+0000 mon.a (mon.0) 471 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-03-26T03:17:26.574 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T03:17:27.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:26 smithi071 bash[21522]: cluster 2024-03-26T03:17:25.860018+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e30: 4 total, 4 up, 4 in 2024-03-26T03:17:27.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:26 smithi173 bash[23834]: cluster 2024-03-26T03:17:25.860018+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e30: 4 total, 4 up, 4 in 2024-03-26T03:17:27.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:26 smithi072 bash[23112]: cluster 2024-03-26T03:17:25.860018+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e30: 4 total, 4 up, 4 in 2024-03-26T03:17:28.157 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:27 smithi173 bash[23834]: cluster 2024-03-26T03:17:26.576390+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:28.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:27 smithi071 bash[21522]: cluster 2024-03-26T03:17:26.576390+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:28.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:27 smithi072 bash[23112]: cluster 2024-03-26T03:17:26.576390+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:29.360 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-26T03:17:29.360 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-26T03:17:29.360 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10+0 records in 2024-03-26T03:17:29.360 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2024-03-26T03:17:29.360 INFO:teuthology.orchestra.run.smithi173.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.015149 s, 692 MB/s 2024-03-26T03:17:29.360 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping successful for: 2024-03-26T03:17:29.925 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi173:vg_nvme/lv_4 2024-03-26T03:17:30.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:29 smithi071 bash[21522]: cluster 2024-03-26T03:17:28.577005+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-03-26T03:17:30.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:29 smithi173 bash[23834]: cluster 2024-03-26T03:17:28.577005+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-03-26T03:17:30.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:29 smithi072 bash[23112]: cluster 2024-03-26T03:17:28.577005+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-03-26T03:17:32.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:31 smithi071 bash[21522]: cluster 2024-03-26T03:17:30.577501+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 91 KiB/s, 0 objects/s recovering 2024-03-26T03:17:32.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:31 smithi071 bash[21522]: audit 2024-03-26T03:17:31.724466+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:32.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:31 smithi071 bash[21522]: audit 2024-03-26T03:17:31.733683+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:32.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:31 smithi071 bash[21522]: audit 2024-03-26T03:17:31.735939+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:17:32.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:31 smithi071 bash[21522]: audit 2024-03-26T03:17:31.737713+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:17:32.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:31 smithi071 bash[21522]: audit 2024-03-26T03:17:31.745024+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:32.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:31 smithi071 bash[21522]: audit 2024-03-26T03:17:31.749141+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:32.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:31 smithi071 bash[21522]: audit 2024-03-26T03:17:31.751103+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:17:32.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:31 smithi071 bash[21522]: audit 2024-03-26T03:17:31.761373+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:32.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:31 smithi173 bash[23834]: cluster 2024-03-26T03:17:30.577501+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 91 KiB/s, 0 objects/s recovering 2024-03-26T03:17:32.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:31 smithi173 bash[23834]: audit 2024-03-26T03:17:31.724466+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:32.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:31 smithi173 bash[23834]: audit 2024-03-26T03:17:31.733683+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:32.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:31 smithi173 bash[23834]: audit 2024-03-26T03:17:31.735939+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:17:32.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:31 smithi173 bash[23834]: audit 2024-03-26T03:17:31.737713+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:17:32.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:31 smithi173 bash[23834]: audit 2024-03-26T03:17:31.745024+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:32.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:31 smithi173 bash[23834]: audit 2024-03-26T03:17:31.749141+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:32.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:31 smithi173 bash[23834]: audit 2024-03-26T03:17:31.751103+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:17:32.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:31 smithi173 bash[23834]: audit 2024-03-26T03:17:31.761373+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:32.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:31 smithi072 bash[23112]: cluster 2024-03-26T03:17:30.577501+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 91 KiB/s, 0 objects/s recovering 2024-03-26T03:17:32.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:31 smithi072 bash[23112]: audit 2024-03-26T03:17:31.724466+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:32.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:31 smithi072 bash[23112]: audit 2024-03-26T03:17:31.733683+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:32.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:31 smithi072 bash[23112]: audit 2024-03-26T03:17:31.735939+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:17:32.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:31 smithi072 bash[23112]: audit 2024-03-26T03:17:31.737713+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:17:32.223 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:31 smithi072 bash[23112]: audit 2024-03-26T03:17:31.745024+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:32.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:31 smithi072 bash[23112]: audit 2024-03-26T03:17:31.749141+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:32.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:31 smithi072 bash[23112]: audit 2024-03-26T03:17:31.751103+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:17:32.224 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:31 smithi072 bash[23112]: audit 2024-03-26T03:17:31.761373+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:17:33.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:32 smithi071 bash[21522]: cephadm 2024-03-26T03:17:31.715387+0000 mgr.a (mgr.14152) 225 : cephadm [INF] Detected new or changed devices on smithi072 2024-03-26T03:17:33.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:32 smithi071 bash[21522]: cephadm 2024-03-26T03:17:31.739017+0000 mgr.a (mgr.14152) 226 : cephadm [INF] Adjusting osd_memory_target on smithi072 to 8632M 2024-03-26T03:17:33.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:32 smithi173 bash[23834]: cephadm 2024-03-26T03:17:31.715387+0000 mgr.a (mgr.14152) 225 : cephadm [INF] Detected new or changed devices on smithi072 2024-03-26T03:17:33.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:32 smithi173 bash[23834]: cephadm 2024-03-26T03:17:31.739017+0000 mgr.a (mgr.14152) 226 : cephadm [INF] Adjusting osd_memory_target on smithi072 to 8632M 2024-03-26T03:17:33.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:32 smithi072 bash[23112]: cephadm 2024-03-26T03:17:31.715387+0000 mgr.a (mgr.14152) 225 : cephadm [INF] Detected new or changed devices on smithi072 2024-03-26T03:17:33.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:32 smithi072 bash[23112]: cephadm 2024-03-26T03:17:31.739017+0000 mgr.a (mgr.14152) 226 : cephadm [INF] Adjusting osd_memory_target on smithi072 to 8632M 2024-03-26T03:17:33.624 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T03:17:33.947 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:33 smithi173 bash[23834]: cluster 2024-03-26T03:17:32.578050+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-03-26T03:17:34.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:33 smithi071 bash[21522]: cluster 2024-03-26T03:17:32.578050+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-03-26T03:17:34.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:33 smithi072 bash[23112]: cluster 2024-03-26T03:17:32.578050+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-03-26T03:17:36.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:35 smithi071 bash[21522]: cluster 2024-03-26T03:17:34.578603+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-03-26T03:17:36.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:35 smithi173 bash[23834]: cluster 2024-03-26T03:17:34.578603+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-03-26T03:17:36.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:35 smithi072 bash[23112]: cluster 2024-03-26T03:17:34.578603+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-03-26T03:17:37.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:36 smithi071 bash[21522]: audit 2024-03-26T03:17:35.914892+0000 mgr.a (mgr.14152) 229 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:17:37.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:36 smithi071 bash[21522]: audit 2024-03-26T03:17:35.922375+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:17:37.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:36 smithi071 bash[21522]: audit 2024-03-26T03:17:35.928819+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:17:37.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:36 smithi071 bash[21522]: audit 2024-03-26T03:17:35.930614+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:37.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:36 smithi173 bash[23834]: audit 2024-03-26T03:17:35.914892+0000 mgr.a (mgr.14152) 229 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:17:37.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:36 smithi173 bash[23834]: audit 2024-03-26T03:17:35.922375+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:17:37.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:36 smithi173 bash[23834]: audit 2024-03-26T03:17:35.928819+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:17:37.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:36 smithi173 bash[23834]: audit 2024-03-26T03:17:35.930614+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:37.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:36 smithi072 bash[23112]: audit 2024-03-26T03:17:35.914892+0000 mgr.a (mgr.14152) 229 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:17:37.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:36 smithi072 bash[23112]: audit 2024-03-26T03:17:35.922375+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:17:37.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:36 smithi072 bash[23112]: audit 2024-03-26T03:17:35.928819+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:17:37.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:36 smithi072 bash[23112]: audit 2024-03-26T03:17:35.930614+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:38.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:37 smithi071 bash[21522]: cluster 2024-03-26T03:17:36.579143+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-03-26T03:17:38.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:37 smithi173 bash[23834]: cluster 2024-03-26T03:17:36.579143+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-03-26T03:17:38.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:37 smithi072 bash[23112]: cluster 2024-03-26T03:17:36.579143+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-03-26T03:17:40.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:39 smithi071 bash[21522]: cluster 2024-03-26T03:17:38.579698+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-03-26T03:17:40.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:39 smithi173 bash[23834]: cluster 2024-03-26T03:17:38.579698+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-03-26T03:17:40.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:39 smithi072 bash[23112]: cluster 2024-03-26T03:17:38.579698+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-03-26T03:17:42.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:41 smithi173 bash[23834]: cluster 2024-03-26T03:17:40.580173+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:42.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:41 smithi072 bash[23112]: cluster 2024-03-26T03:17:40.580173+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:42.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:41 smithi071 bash[21522]: cluster 2024-03-26T03:17:40.580173+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:44.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:43 smithi173 bash[23834]: cluster 2024-03-26T03:17:42.580708+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:44.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:43 smithi173 bash[23834]: audit 2024-03-26T03:17:43.788396+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3569fbcf-f985-4b95-b027-1c998b6056d5"}]: dispatch 2024-03-26T03:17:44.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:43 smithi173 bash[23834]: audit 2024-03-26T03:17:43.788850+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.173:0/2583205651' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3569fbcf-f985-4b95-b027-1c998b6056d5"}]: dispatch 2024-03-26T03:17:44.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:43 smithi173 bash[23834]: audit 2024-03-26T03:17:43.791873+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3569fbcf-f985-4b95-b027-1c998b6056d5"}]': finished 2024-03-26T03:17:44.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:43 smithi173 bash[23834]: cluster 2024-03-26T03:17:43.797054+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-03-26T03:17:44.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:43 smithi173 bash[23834]: audit 2024-03-26T03:17:43.797544+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-26T03:17:44.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:43 smithi072 bash[23112]: cluster 2024-03-26T03:17:42.580708+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:44.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:43 smithi072 bash[23112]: audit 2024-03-26T03:17:43.788396+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3569fbcf-f985-4b95-b027-1c998b6056d5"}]: dispatch 2024-03-26T03:17:44.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:43 smithi072 bash[23112]: audit 2024-03-26T03:17:43.788850+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.173:0/2583205651' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3569fbcf-f985-4b95-b027-1c998b6056d5"}]: dispatch 2024-03-26T03:17:44.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:43 smithi072 bash[23112]: audit 2024-03-26T03:17:43.791873+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3569fbcf-f985-4b95-b027-1c998b6056d5"}]': finished 2024-03-26T03:17:44.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:43 smithi072 bash[23112]: cluster 2024-03-26T03:17:43.797054+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-03-26T03:17:44.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:43 smithi072 bash[23112]: audit 2024-03-26T03:17:43.797544+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-26T03:17:44.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:43 smithi071 bash[21522]: cluster 2024-03-26T03:17:42.580708+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:44.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:43 smithi071 bash[21522]: audit 2024-03-26T03:17:43.788396+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3569fbcf-f985-4b95-b027-1c998b6056d5"}]: dispatch 2024-03-26T03:17:44.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:43 smithi071 bash[21522]: audit 2024-03-26T03:17:43.788850+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.173:0/2583205651' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3569fbcf-f985-4b95-b027-1c998b6056d5"}]: dispatch 2024-03-26T03:17:44.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:43 smithi071 bash[21522]: audit 2024-03-26T03:17:43.791873+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3569fbcf-f985-4b95-b027-1c998b6056d5"}]': finished 2024-03-26T03:17:44.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:43 smithi071 bash[21522]: cluster 2024-03-26T03:17:43.797054+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-03-26T03:17:44.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:43 smithi071 bash[21522]: audit 2024-03-26T03:17:43.797544+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-26T03:17:45.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:44 smithi173 bash[23834]: audit 2024-03-26T03:17:44.470064+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.173:0/2379165052' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:17:45.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:44 smithi072 bash[23112]: audit 2024-03-26T03:17:44.470064+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.173:0/2379165052' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:17:45.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:44 smithi071 bash[21522]: audit 2024-03-26T03:17:44.470064+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.173:0/2379165052' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:17:46.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:45 smithi173 bash[23834]: cluster 2024-03-26T03:17:44.581216+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:46.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:45 smithi072 bash[23112]: cluster 2024-03-26T03:17:44.581216+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:46.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:45 smithi071 bash[21522]: cluster 2024-03-26T03:17:44.581216+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:48.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:47 smithi173 bash[23834]: cluster 2024-03-26T03:17:46.581767+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:48.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:47 smithi072 bash[23112]: cluster 2024-03-26T03:17:46.581767+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:48.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:47 smithi071 bash[21522]: cluster 2024-03-26T03:17:46.581767+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:50.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:49 smithi173 bash[23834]: cluster 2024-03-26T03:17:48.582348+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:50.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:49 smithi072 bash[23112]: cluster 2024-03-26T03:17:48.582348+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:50.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:49 smithi071 bash[21522]: cluster 2024-03-26T03:17:48.582348+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:52.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:51 smithi173 bash[23834]: cluster 2024-03-26T03:17:50.582890+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:52.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:51 smithi072 bash[23112]: cluster 2024-03-26T03:17:50.582890+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:52.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:51 smithi071 bash[21522]: cluster 2024-03-26T03:17:50.582890+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:54.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:53 smithi173 bash[23834]: cluster 2024-03-26T03:17:52.583427+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:54.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:53 smithi072 bash[23112]: cluster 2024-03-26T03:17:52.583427+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:54.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:53 smithi071 bash[21522]: cluster 2024-03-26T03:17:52.583427+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:56.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:55 smithi173 bash[23834]: cluster 2024-03-26T03:17:54.583961+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:56.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:55 smithi173 bash[23834]: audit 2024-03-26T03:17:55.480835+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-26T03:17:56.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:55 smithi173 bash[23834]: audit 2024-03-26T03:17:55.482525+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:56.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:55 smithi173 bash[23834]: cephadm 2024-03-26T03:17:55.483973+0000 mgr.a (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi173 2024-03-26T03:17:56.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:55 smithi072 bash[23112]: cluster 2024-03-26T03:17:54.583961+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:56.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:55 smithi072 bash[23112]: audit 2024-03-26T03:17:55.480835+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-26T03:17:56.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:55 smithi072 bash[23112]: audit 2024-03-26T03:17:55.482525+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:56.222 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:55 smithi072 bash[23112]: cephadm 2024-03-26T03:17:55.483973+0000 mgr.a (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi173 2024-03-26T03:17:56.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:55 smithi071 bash[21522]: cluster 2024-03-26T03:17:54.583961+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:55 smithi071 bash[21522]: audit 2024-03-26T03:17:55.480835+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-26T03:17:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:55 smithi071 bash[21522]: audit 2024-03-26T03:17:55.482525+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:17:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:55 smithi071 bash[21522]: cephadm 2024-03-26T03:17:55.483973+0000 mgr.a (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi173 2024-03-26T03:17:58.183 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:57 smithi173 bash[23834]: cluster 2024-03-26T03:17:56.584472+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:58.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:17:57 smithi072 bash[23112]: cluster 2024-03-26T03:17:56.584472+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:58.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:17:57 smithi071 bash[21522]: cluster 2024-03-26T03:17:56.584472+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:17:59.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:59 smithi173 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:17:59.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:17:59 smithi173 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:18:00.623 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:00 smithi173 bash[23834]: cluster 2024-03-26T03:17:58.585033+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:00.624 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:00 smithi173 bash[23834]: audit 2024-03-26T03:17:59.375522+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:00.624 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:00 smithi173 bash[23834]: audit 2024-03-26T03:17:59.383888+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:00.624 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:00 smithi173 bash[23834]: audit 2024-03-26T03:17:59.388366+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:18:00.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:00 smithi071 bash[21522]: cluster 2024-03-26T03:17:58.585033+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:00.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:00 smithi071 bash[21522]: audit 2024-03-26T03:17:59.375522+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:00.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:00 smithi071 bash[21522]: audit 2024-03-26T03:17:59.383888+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:00.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:00 smithi071 bash[21522]: audit 2024-03-26T03:17:59.388366+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:18:00.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:00 smithi072 bash[23112]: cluster 2024-03-26T03:17:58.585033+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:00.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:00 smithi072 bash[23112]: audit 2024-03-26T03:17:59.375522+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:00.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:00 smithi072 bash[23112]: audit 2024-03-26T03:17:59.383888+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:00.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:00 smithi072 bash[23112]: audit 2024-03-26T03:17:59.388366+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:18:02.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:02 smithi071 bash[21522]: cluster 2024-03-26T03:18:00.585544+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:02.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:02 smithi173 bash[23834]: cluster 2024-03-26T03:18:00.585544+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:02.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:02 smithi072 bash[23112]: cluster 2024-03-26T03:18:00.585544+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:04.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:04 smithi071 bash[21522]: cluster 2024-03-26T03:18:02.586089+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:04.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:04 smithi173 bash[23834]: cluster 2024-03-26T03:18:02.586089+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:04.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:04 smithi072 bash[23112]: cluster 2024-03-26T03:18:02.586089+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:05.608 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:05 smithi173 bash[23834]: audit 2024-03-26T03:18:05.248319+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-26T03:18:05.608 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:05 smithi173 bash[23834]: audit 2024-03-26T03:18:05.249015+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.173:6800/2070751274,v1:172.21.15.173:6801/2070751274]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-26T03:18:05.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:05 smithi071 bash[21522]: audit 2024-03-26T03:18:05.248319+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-26T03:18:05.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:05 smithi071 bash[21522]: audit 2024-03-26T03:18:05.249015+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.173:6800/2070751274,v1:172.21.15.173:6801/2070751274]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-26T03:18:05.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:05 smithi072 bash[23112]: audit 2024-03-26T03:18:05.248319+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-26T03:18:05.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:05 smithi072 bash[23112]: audit 2024-03-26T03:18:05.249015+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.173:6800/2070751274,v1:172.21.15.173:6801/2070751274]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-26T03:18:06.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:06 smithi071 bash[21522]: cluster 2024-03-26T03:18:04.586627+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:06.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:06 smithi071 bash[21522]: audit 2024-03-26T03:18:05.390545+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-26T03:18:06.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:06 smithi071 bash[21522]: cluster 2024-03-26T03:18:05.396704+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-03-26T03:18:06.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:06 smithi071 bash[21522]: audit 2024-03-26T03:18:05.397367+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-26T03:18:06.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:06 smithi071 bash[21522]: audit 2024-03-26T03:18:05.397948+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.173:6800/2070751274,v1:172.21.15.173:6801/2070751274]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-26T03:18:06.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:06 smithi071 bash[21522]: audit 2024-03-26T03:18:05.398099+0000 mon.a (mon.0) 497 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-26T03:18:06.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:06 smithi071 bash[21522]: audit 2024-03-26T03:18:05.850802+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:06.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:06 smithi071 bash[21522]: audit 2024-03-26T03:18:05.859631+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:06.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:06 smithi173 bash[23834]: cluster 2024-03-26T03:18:04.586627+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:06.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:06 smithi173 bash[23834]: audit 2024-03-26T03:18:05.390545+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-26T03:18:06.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:06 smithi173 bash[23834]: cluster 2024-03-26T03:18:05.396704+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-03-26T03:18:06.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:06 smithi173 bash[23834]: audit 2024-03-26T03:18:05.397367+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-26T03:18:06.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:06 smithi173 bash[23834]: audit 2024-03-26T03:18:05.397948+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.173:6800/2070751274,v1:172.21.15.173:6801/2070751274]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-26T03:18:06.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:06 smithi173 bash[23834]: audit 2024-03-26T03:18:05.398099+0000 mon.a (mon.0) 497 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-26T03:18:06.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:06 smithi173 bash[23834]: audit 2024-03-26T03:18:05.850802+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:06.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:06 smithi173 bash[23834]: audit 2024-03-26T03:18:05.859631+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:06.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:06 smithi072 bash[23112]: cluster 2024-03-26T03:18:04.586627+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:06.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:06 smithi072 bash[23112]: audit 2024-03-26T03:18:05.390545+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-26T03:18:06.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:06 smithi072 bash[23112]: cluster 2024-03-26T03:18:05.396704+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-03-26T03:18:06.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:06 smithi072 bash[23112]: audit 2024-03-26T03:18:05.397367+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-26T03:18:06.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:06 smithi072 bash[23112]: audit 2024-03-26T03:18:05.397948+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.173:6800/2070751274,v1:172.21.15.173:6801/2070751274]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-26T03:18:06.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:06 smithi072 bash[23112]: audit 2024-03-26T03:18:05.398099+0000 mon.a (mon.0) 497 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-26T03:18:06.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:06 smithi072 bash[23112]: audit 2024-03-26T03:18:05.850802+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:06.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:06 smithi072 bash[23112]: audit 2024-03-26T03:18:05.859631+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:07.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:07 smithi173 bash[23834]: audit 2024-03-26T03:18:06.392986+0000 mon.a (mon.0) 500 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-03-26T03:18:07.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:07 smithi173 bash[23834]: cluster 2024-03-26T03:18:06.400494+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e33: 5 total, 4 up, 5 in 2024-03-26T03:18:07.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:07 smithi173 bash[23834]: audit 2024-03-26T03:18:06.401612+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-26T03:18:07.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:07 smithi173 bash[23834]: audit 2024-03-26T03:18:06.539891+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:07.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:07 smithi173 bash[23834]: audit 2024-03-26T03:18:06.541712+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:18:07.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:07 smithi173 bash[23834]: audit 2024-03-26T03:18:06.573119+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:07.448 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:07 smithi173 bash[23834]: audit 2024-03-26T03:18:06.910023+0000 mon.a (mon.0) 506 : audit [INF] from='osd.4 ' entity='osd.4' 2024-03-26T03:18:07.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:07 smithi071 bash[21522]: audit 2024-03-26T03:18:06.392986+0000 mon.a (mon.0) 500 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-03-26T03:18:07.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:07 smithi071 bash[21522]: cluster 2024-03-26T03:18:06.400494+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e33: 5 total, 4 up, 5 in 2024-03-26T03:18:07.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:07 smithi071 bash[21522]: audit 2024-03-26T03:18:06.401612+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-26T03:18:07.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:07 smithi071 bash[21522]: audit 2024-03-26T03:18:06.539891+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:07.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:07 smithi071 bash[21522]: audit 2024-03-26T03:18:06.541712+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:18:07.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:07 smithi071 bash[21522]: audit 2024-03-26T03:18:06.573119+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:07.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:07 smithi071 bash[21522]: audit 2024-03-26T03:18:06.910023+0000 mon.a (mon.0) 506 : audit [INF] from='osd.4 ' entity='osd.4' 2024-03-26T03:18:07.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:07 smithi072 bash[23112]: audit 2024-03-26T03:18:06.392986+0000 mon.a (mon.0) 500 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-03-26T03:18:07.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:07 smithi072 bash[23112]: cluster 2024-03-26T03:18:06.400494+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e33: 5 total, 4 up, 5 in 2024-03-26T03:18:07.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:07 smithi072 bash[23112]: audit 2024-03-26T03:18:06.401612+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-26T03:18:07.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:07 smithi072 bash[23112]: audit 2024-03-26T03:18:06.539891+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:07.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:07 smithi072 bash[23112]: audit 2024-03-26T03:18:06.541712+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:18:07.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:07 smithi072 bash[23112]: audit 2024-03-26T03:18:06.573119+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:07.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:07 smithi072 bash[23112]: audit 2024-03-26T03:18:06.910023+0000 mon.a (mon.0) 506 : audit [INF] from='osd.4 ' entity='osd.4' 2024-03-26T03:18:08.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:08 smithi071 bash[21522]: cluster 2024-03-26T03:18:06.251765+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:18:08.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:08 smithi071 bash[21522]: cluster 2024-03-26T03:18:06.251842+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:18:08.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:08 smithi071 bash[21522]: cluster 2024-03-26T03:18:06.587151+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:08.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:08 smithi071 bash[21522]: cluster 2024-03-26T03:18:07.403087+0000 mon.a (mon.0) 507 : cluster [INF] osd.4 [v2:172.21.15.173:6800/2070751274,v1:172.21.15.173:6801/2070751274] boot 2024-03-26T03:18:08.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:08 smithi071 bash[21522]: cluster 2024-03-26T03:18:07.403159+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-26T03:18:08.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:08 smithi071 bash[21522]: audit 2024-03-26T03:18:07.403472+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-26T03:18:08.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:08 smithi173 bash[23834]: cluster 2024-03-26T03:18:06.251765+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:18:08.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:08 smithi173 bash[23834]: cluster 2024-03-26T03:18:06.251842+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:18:08.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:08 smithi173 bash[23834]: cluster 2024-03-26T03:18:06.587151+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:08.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:08 smithi173 bash[23834]: cluster 2024-03-26T03:18:07.403087+0000 mon.a (mon.0) 507 : cluster [INF] osd.4 [v2:172.21.15.173:6800/2070751274,v1:172.21.15.173:6801/2070751274] boot 2024-03-26T03:18:08.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:08 smithi173 bash[23834]: cluster 2024-03-26T03:18:07.403159+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-26T03:18:08.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:08 smithi173 bash[23834]: audit 2024-03-26T03:18:07.403472+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-26T03:18:08.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:08 smithi072 bash[23112]: cluster 2024-03-26T03:18:06.251765+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:18:08.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:08 smithi072 bash[23112]: cluster 2024-03-26T03:18:06.251842+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:18:08.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:08 smithi072 bash[23112]: cluster 2024-03-26T03:18:06.587151+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:18:08.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:08 smithi072 bash[23112]: cluster 2024-03-26T03:18:07.403087+0000 mon.a (mon.0) 507 : cluster [INF] osd.4 [v2:172.21.15.173:6800/2070751274,v1:172.21.15.173:6801/2070751274] boot 2024-03-26T03:18:08.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:08 smithi072 bash[23112]: cluster 2024-03-26T03:18:07.403159+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-26T03:18:08.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:08 smithi072 bash[23112]: audit 2024-03-26T03:18:07.403472+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-26T03:18:09.105 INFO:teuthology.orchestra.run.smithi173.stdout:Created osd(s) 4 on host 'smithi173' 2024-03-26T03:18:09.682 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:09 smithi173 bash[23834]: cluster 2024-03-26T03:18:08.406811+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-26T03:18:09.682 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:09 smithi173 bash[23834]: audit 2024-03-26T03:18:09.048339+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:09.682 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:09 smithi173 bash[23834]: audit 2024-03-26T03:18:09.049062+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:18:09.682 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:09 smithi173 bash[23834]: audit 2024-03-26T03:18:09.058185+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:09.682 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:09 smithi173 bash[23834]: cluster 2024-03-26T03:18:09.406291+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-03-26T03:18:09.684 DEBUG:teuthology.orchestra.run.smithi173:osd.4> sudo journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.4.service 2024-03-26T03:18:09.690 INFO:tasks.cephadm:Deploying osd.5 on smithi173 with /dev/vg_nvme/lv_3... 2024-03-26T03:18:09.690 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-26T03:18:09.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:09 smithi072 bash[23112]: cluster 2024-03-26T03:18:08.406811+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-26T03:18:09.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:09 smithi072 bash[23112]: audit 2024-03-26T03:18:09.048339+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:09.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:09 smithi072 bash[23112]: audit 2024-03-26T03:18:09.049062+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:18:09.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:09 smithi072 bash[23112]: audit 2024-03-26T03:18:09.058185+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:09.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:09 smithi072 bash[23112]: cluster 2024-03-26T03:18:09.406291+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-03-26T03:18:09.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:09 smithi071 bash[21522]: cluster 2024-03-26T03:18:08.406811+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-26T03:18:09.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:09 smithi071 bash[21522]: audit 2024-03-26T03:18:09.048339+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:09.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:09 smithi071 bash[21522]: audit 2024-03-26T03:18:09.049062+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:18:09.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:09 smithi071 bash[21522]: audit 2024-03-26T03:18:09.058185+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:09.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:09 smithi071 bash[21522]: cluster 2024-03-26T03:18:09.406291+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-03-26T03:18:10.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:10 smithi173 bash[23834]: cluster 2024-03-26T03:18:08.587700+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v213: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:10.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:10 smithi173 bash[23834]: cluster 2024-03-26T03:18:09.867663+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-03-26T03:18:10.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:10 smithi072 bash[23112]: cluster 2024-03-26T03:18:08.587700+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v213: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:10.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:10 smithi072 bash[23112]: cluster 2024-03-26T03:18:09.867663+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-03-26T03:18:10.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:10 smithi071 bash[21522]: cluster 2024-03-26T03:18:08.587700+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v213: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:10.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:10 smithi071 bash[21522]: cluster 2024-03-26T03:18:09.867663+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-03-26T03:18:12.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:11 smithi071 bash[21522]: cluster 2024-03-26T03:18:10.588257+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v216: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:12.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:11 smithi071 bash[21522]: cluster 2024-03-26T03:18:10.869723+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2024-03-26T03:18:12.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:11 smithi173 bash[23834]: cluster 2024-03-26T03:18:10.588257+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v216: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:12.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:11 smithi173 bash[23834]: cluster 2024-03-26T03:18:10.869723+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2024-03-26T03:18:12.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:11 smithi072 bash[23112]: cluster 2024-03-26T03:18:10.588257+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v216: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:12.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:11 smithi072 bash[23112]: cluster 2024-03-26T03:18:10.869723+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2024-03-26T03:18:13.947 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:13 smithi173 bash[23834]: cluster 2024-03-26T03:18:12.588828+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v218: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:14.029 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T03:18:14.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:13 smithi071 bash[21522]: cluster 2024-03-26T03:18:12.588828+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v218: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:14.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:13 smithi072 bash[23112]: cluster 2024-03-26T03:18:12.588828+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v218: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:16.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:15 smithi071 bash[21522]: cluster 2024-03-26T03:18:14.589388+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-26T03:18:16.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:15 smithi173 bash[23834]: cluster 2024-03-26T03:18:14.589388+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-26T03:18:16.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:15 smithi072 bash[23112]: cluster 2024-03-26T03:18:14.589388+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-26T03:18:17.300 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-26T03:18:17.300 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-26T03:18:17.300 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10+0 records in 2024-03-26T03:18:17.300 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2024-03-26T03:18:17.300 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0157244 s, 667 MB/s 2024-03-26T03:18:17.300 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping successful for: 2024-03-26T03:18:17.866 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph orch daemon add osd smithi173:vg_nvme/lv_3 2024-03-26T03:18:18.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:18 smithi071 bash[21522]: cluster 2024-03-26T03:18:16.590050+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-03-26T03:18:18.673 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:18 smithi071 bash[21522]: cephadm 2024-03-26T03:18:17.291583+0000 mgr.a (mgr.14152) 252 : cephadm [INF] Detected new or changed devices on smithi173 2024-03-26T03:18:18.673 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:18 smithi071 bash[21522]: audit 2024-03-26T03:18:17.304482+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:18.673 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:18 smithi071 bash[21522]: audit 2024-03-26T03:18:17.312728+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:18.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:18 smithi071 bash[21522]: audit 2024-03-26T03:18:17.314648+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:18:18.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:18 smithi071 bash[21522]: cephadm 2024-03-26T03:18:17.316109+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 21361M 2024-03-26T03:18:18.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:18 smithi071 bash[21522]: audit 2024-03-26T03:18:17.322172+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:18.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:18 smithi071 bash[21522]: audit 2024-03-26T03:18:17.326302+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:18.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:18 smithi071 bash[21522]: audit 2024-03-26T03:18:17.328208+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:18:18.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:18 smithi071 bash[21522]: audit 2024-03-26T03:18:17.338220+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:18.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:18 smithi173 bash[23834]: cluster 2024-03-26T03:18:16.590050+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-03-26T03:18:18.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:18 smithi173 bash[23834]: cephadm 2024-03-26T03:18:17.291583+0000 mgr.a (mgr.14152) 252 : cephadm [INF] Detected new or changed devices on smithi173 2024-03-26T03:18:18.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:18 smithi173 bash[23834]: audit 2024-03-26T03:18:17.304482+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:18.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:18 smithi173 bash[23834]: audit 2024-03-26T03:18:17.312728+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:18.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:18 smithi173 bash[23834]: audit 2024-03-26T03:18:17.314648+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:18:18.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:18 smithi173 bash[23834]: cephadm 2024-03-26T03:18:17.316109+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 21361M 2024-03-26T03:18:18.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:18 smithi173 bash[23834]: audit 2024-03-26T03:18:17.322172+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:18.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:18 smithi173 bash[23834]: audit 2024-03-26T03:18:17.326302+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:18.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:18 smithi173 bash[23834]: audit 2024-03-26T03:18:17.328208+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:18:18.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:18 smithi173 bash[23834]: audit 2024-03-26T03:18:17.338220+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:18.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:18 smithi072 bash[23112]: cluster 2024-03-26T03:18:16.590050+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-03-26T03:18:18.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:18 smithi072 bash[23112]: cephadm 2024-03-26T03:18:17.291583+0000 mgr.a (mgr.14152) 252 : cephadm [INF] Detected new or changed devices on smithi173 2024-03-26T03:18:18.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:18 smithi072 bash[23112]: audit 2024-03-26T03:18:17.304482+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:18.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:18 smithi072 bash[23112]: audit 2024-03-26T03:18:17.312728+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:18.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:18 smithi072 bash[23112]: audit 2024-03-26T03:18:17.314648+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:18:18.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:18 smithi072 bash[23112]: cephadm 2024-03-26T03:18:17.316109+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 21361M 2024-03-26T03:18:18.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:18 smithi072 bash[23112]: audit 2024-03-26T03:18:17.322172+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:18.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:18 smithi072 bash[23112]: audit 2024-03-26T03:18:17.326302+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:18.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:18 smithi072 bash[23112]: audit 2024-03-26T03:18:17.328208+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:18:18.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:18 smithi072 bash[23112]: audit 2024-03-26T03:18:17.338220+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:20.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:20 smithi071 bash[21522]: cluster 2024-03-26T03:18:18.590644+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-03-26T03:18:20.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:20 smithi173 bash[23834]: cluster 2024-03-26T03:18:18.590644+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-03-26T03:18:20.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:20 smithi072 bash[23112]: cluster 2024-03-26T03:18:18.590644+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-03-26T03:18:22.568 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.c/config 2024-03-26T03:18:22.589 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:22 smithi173 bash[23834]: cluster 2024-03-26T03:18:20.591287+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-26T03:18:22.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:22 smithi071 bash[21522]: cluster 2024-03-26T03:18:20.591287+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-26T03:18:22.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:22 smithi072 bash[23112]: cluster 2024-03-26T03:18:20.591287+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-26T03:18:24.621 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:24 smithi173 bash[23834]: cluster 2024-03-26T03:18:22.591997+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 49 KiB/s, 0 objects/s recovering 2024-03-26T03:18:24.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:24 smithi071 bash[21522]: cluster 2024-03-26T03:18:22.591997+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 49 KiB/s, 0 objects/s recovering 2024-03-26T03:18:24.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:24 smithi072 bash[23112]: cluster 2024-03-26T03:18:22.591997+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 49 KiB/s, 0 objects/s recovering 2024-03-26T03:18:25.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:25 smithi071 bash[21522]: audit 2024-03-26T03:18:25.036919+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:18:25.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:25 smithi071 bash[21522]: audit 2024-03-26T03:18:25.043274+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:18:25.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:25 smithi071 bash[21522]: audit 2024-03-26T03:18:25.045137+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:25.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:25 smithi173 bash[23834]: audit 2024-03-26T03:18:25.036919+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:18:25.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:25 smithi173 bash[23834]: audit 2024-03-26T03:18:25.043274+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:18:25.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:25 smithi173 bash[23834]: audit 2024-03-26T03:18:25.045137+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:25.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:25 smithi072 bash[23112]: audit 2024-03-26T03:18:25.036919+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-26T03:18:25.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:25 smithi072 bash[23112]: audit 2024-03-26T03:18:25.043274+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-26T03:18:25.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:25 smithi072 bash[23112]: audit 2024-03-26T03:18:25.045137+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:26.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:26 smithi071 bash[21522]: cluster 2024-03-26T03:18:24.592776+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-03-26T03:18:26.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:26 smithi071 bash[21522]: audit 2024-03-26T03:18:25.029854+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:18:26.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:26 smithi173 bash[23834]: cluster 2024-03-26T03:18:24.592776+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-03-26T03:18:26.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:26 smithi173 bash[23834]: audit 2024-03-26T03:18:25.029854+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:18:26.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:26 smithi072 bash[23112]: cluster 2024-03-26T03:18:24.592776+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-03-26T03:18:26.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:26 smithi072 bash[23112]: audit 2024-03-26T03:18:25.029854+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:18:28.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:28 smithi071 bash[21522]: cluster 2024-03-26T03:18:26.593390+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:28.696 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:28 smithi173 bash[23834]: cluster 2024-03-26T03:18:26.593390+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:28.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:28 smithi072 bash[23112]: cluster 2024-03-26T03:18:26.593390+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:30.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:30 smithi071 bash[21522]: cluster 2024-03-26T03:18:28.594069+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:30.696 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:30 smithi173 bash[23834]: cluster 2024-03-26T03:18:28.594069+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:30.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:30 smithi072 bash[23112]: cluster 2024-03-26T03:18:28.594069+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:32.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:32 smithi173 bash[23834]: cluster 2024-03-26T03:18:30.594722+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:32.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:32 smithi071 bash[21522]: cluster 2024-03-26T03:18:30.594722+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:32.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:32 smithi072 bash[23112]: cluster 2024-03-26T03:18:30.594722+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:33.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:33 smithi071 bash[21522]: audit 2024-03-26T03:18:33.009209+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04eb68c9-7179-401c-b933-7cfcd411ace6"}]: dispatch 2024-03-26T03:18:33.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:33 smithi071 bash[21522]: audit 2024-03-26T03:18:33.009818+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.173:0/644254064' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04eb68c9-7179-401c-b933-7cfcd411ace6"}]: dispatch 2024-03-26T03:18:33.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:33 smithi071 bash[21522]: audit 2024-03-26T03:18:33.013013+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04eb68c9-7179-401c-b933-7cfcd411ace6"}]': finished 2024-03-26T03:18:33.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:33 smithi071 bash[21522]: cluster 2024-03-26T03:18:33.018537+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-03-26T03:18:33.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:33 smithi071 bash[21522]: audit 2024-03-26T03:18:33.019063+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:33.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:33 smithi173 bash[23834]: audit 2024-03-26T03:18:33.009209+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04eb68c9-7179-401c-b933-7cfcd411ace6"}]: dispatch 2024-03-26T03:18:33.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:33 smithi173 bash[23834]: audit 2024-03-26T03:18:33.009818+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.173:0/644254064' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04eb68c9-7179-401c-b933-7cfcd411ace6"}]: dispatch 2024-03-26T03:18:33.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:33 smithi173 bash[23834]: audit 2024-03-26T03:18:33.013013+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04eb68c9-7179-401c-b933-7cfcd411ace6"}]': finished 2024-03-26T03:18:33.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:33 smithi173 bash[23834]: cluster 2024-03-26T03:18:33.018537+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-03-26T03:18:33.698 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:33 smithi173 bash[23834]: audit 2024-03-26T03:18:33.019063+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:33.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:33 smithi072 bash[23112]: audit 2024-03-26T03:18:33.009209+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04eb68c9-7179-401c-b933-7cfcd411ace6"}]: dispatch 2024-03-26T03:18:33.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:33 smithi072 bash[23112]: audit 2024-03-26T03:18:33.009818+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.173:0/644254064' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04eb68c9-7179-401c-b933-7cfcd411ace6"}]: dispatch 2024-03-26T03:18:33.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:33 smithi072 bash[23112]: audit 2024-03-26T03:18:33.013013+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04eb68c9-7179-401c-b933-7cfcd411ace6"}]': finished 2024-03-26T03:18:33.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:33 smithi072 bash[23112]: cluster 2024-03-26T03:18:33.018537+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-03-26T03:18:33.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:33 smithi072 bash[23112]: audit 2024-03-26T03:18:33.019063+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:34.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:34 smithi071 bash[21522]: cluster 2024-03-26T03:18:32.595390+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:34.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:34 smithi071 bash[21522]: audit 2024-03-26T03:18:33.785233+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.173:0/54667516' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:18:34.696 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:34 smithi173 bash[23834]: cluster 2024-03-26T03:18:32.595390+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:34.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:34 smithi173 bash[23834]: audit 2024-03-26T03:18:33.785233+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.173:0/54667516' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:18:34.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:34 smithi072 bash[23112]: cluster 2024-03-26T03:18:32.595390+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:34.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:34 smithi072 bash[23112]: audit 2024-03-26T03:18:33.785233+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.173:0/54667516' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-26T03:18:36.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:36 smithi071 bash[21522]: cluster 2024-03-26T03:18:34.595991+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:36.699 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:36 smithi173 bash[23834]: cluster 2024-03-26T03:18:34.595991+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:36.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:36 smithi072 bash[23112]: cluster 2024-03-26T03:18:34.595991+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:38.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:38 smithi071 bash[21522]: cluster 2024-03-26T03:18:36.596518+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:38.696 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:38 smithi173 bash[23834]: cluster 2024-03-26T03:18:36.596518+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:38.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:38 smithi072 bash[23112]: cluster 2024-03-26T03:18:36.596518+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:40.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:40 smithi071 bash[21522]: cluster 2024-03-26T03:18:38.597085+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:40.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:40 smithi173 bash[23834]: cluster 2024-03-26T03:18:38.597085+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:40.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:40 smithi072 bash[23112]: cluster 2024-03-26T03:18:38.597085+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:42.657 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:42 smithi173 bash[23834]: cluster 2024-03-26T03:18:40.597579+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:42.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:42 smithi071 bash[21522]: cluster 2024-03-26T03:18:40.597579+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:42.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:42 smithi072 bash[23112]: cluster 2024-03-26T03:18:40.597579+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:44.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:44 smithi071 bash[21522]: cluster 2024-03-26T03:18:42.598128+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:44.697 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:44 smithi173 bash[23834]: cluster 2024-03-26T03:18:42.598128+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:44.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:44 smithi072 bash[23112]: cluster 2024-03-26T03:18:42.598128+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:46.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:45 smithi071 bash[21522]: cluster 2024-03-26T03:18:44.598707+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:46.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:45 smithi071 bash[21522]: audit 2024-03-26T03:18:44.985004+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-26T03:18:46.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:45 smithi071 bash[21522]: audit 2024-03-26T03:18:44.987015+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:46.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:45 smithi071 bash[21522]: cephadm 2024-03-26T03:18:44.988689+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Deploying daemon osd.5 on smithi173 2024-03-26T03:18:46.185 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:45 smithi173 bash[23834]: cluster 2024-03-26T03:18:44.598707+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:46.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:45 smithi173 bash[23834]: audit 2024-03-26T03:18:44.985004+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-26T03:18:46.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:45 smithi173 bash[23834]: audit 2024-03-26T03:18:44.987015+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:46.186 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:45 smithi173 bash[23834]: cephadm 2024-03-26T03:18:44.988689+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Deploying daemon osd.5 on smithi173 2024-03-26T03:18:46.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:45 smithi072 bash[23112]: cluster 2024-03-26T03:18:44.598707+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:46.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:45 smithi072 bash[23112]: audit 2024-03-26T03:18:44.985004+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-26T03:18:46.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:45 smithi072 bash[23112]: audit 2024-03-26T03:18:44.987015+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:46.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:45 smithi072 bash[23112]: cephadm 2024-03-26T03:18:44.988689+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Deploying daemon osd.5 on smithi173 2024-03-26T03:18:48.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:47 smithi071 bash[21522]: cluster 2024-03-26T03:18:46.599254+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:48.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:47 smithi173 bash[23834]: cluster 2024-03-26T03:18:46.599254+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:48.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:47 smithi072 bash[23112]: cluster 2024-03-26T03:18:46.599254+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:48.741 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:48 smithi173 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:18:48.741 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 26 03:18:48 smithi173 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:18:49.011 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 26 03:18:48 smithi173 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:18:49.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:48 smithi173 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:18:50.275 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:50 smithi173 bash[23834]: cluster 2024-03-26T03:18:48.599785+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:50.275 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:50 smithi173 bash[23834]: audit 2024-03-26T03:18:49.013573+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:50.275 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:50 smithi173 bash[23834]: audit 2024-03-26T03:18:49.022225+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:50.276 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:50 smithi173 bash[23834]: audit 2024-03-26T03:18:49.048640+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:18:50.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:50 smithi071 bash[21522]: cluster 2024-03-26T03:18:48.599785+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:50.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:50 smithi071 bash[21522]: audit 2024-03-26T03:18:49.013573+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:50.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:50 smithi071 bash[21522]: audit 2024-03-26T03:18:49.022225+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:50.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:50 smithi071 bash[21522]: audit 2024-03-26T03:18:49.048640+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:18:50.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:50 smithi072 bash[23112]: cluster 2024-03-26T03:18:48.599785+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:50.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:50 smithi072 bash[23112]: audit 2024-03-26T03:18:49.013573+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:50.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:50 smithi072 bash[23112]: audit 2024-03-26T03:18:49.022225+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:50.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:50 smithi072 bash[23112]: audit 2024-03-26T03:18:49.048640+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:18:52.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:52 smithi071 bash[21522]: cluster 2024-03-26T03:18:50.600280+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:52.446 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:52 smithi173 bash[23834]: cluster 2024-03-26T03:18:50.600280+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:52.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:52 smithi072 bash[23112]: cluster 2024-03-26T03:18:50.600280+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:54.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:54 smithi071 bash[21522]: cluster 2024-03-26T03:18:52.600811+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:54.446 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:54 smithi173 bash[23834]: cluster 2024-03-26T03:18:52.600811+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:54.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:54 smithi072 bash[23112]: cluster 2024-03-26T03:18:52.600811+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:55.389 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:55 smithi173 bash[23834]: audit 2024-03-26T03:18:55.002966+0000 mon.a (mon.0) 536 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-26T03:18:55.389 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:55 smithi173 bash[23834]: audit 2024-03-26T03:18:55.003783+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.173:6808/2256061220,v1:172.21.15.173:6809/2256061220]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-26T03:18:55.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:55 smithi071 bash[21522]: audit 2024-03-26T03:18:55.002966+0000 mon.a (mon.0) 536 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-26T03:18:55.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:55 smithi071 bash[21522]: audit 2024-03-26T03:18:55.003783+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.173:6808/2256061220,v1:172.21.15.173:6809/2256061220]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-26T03:18:55.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:55 smithi072 bash[23112]: audit 2024-03-26T03:18:55.002966+0000 mon.a (mon.0) 536 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-26T03:18:55.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:55 smithi072 bash[23112]: audit 2024-03-26T03:18:55.003783+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.173:6808/2256061220,v1:172.21.15.173:6809/2256061220]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-26T03:18:56.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:56 smithi071 bash[21522]: cluster 2024-03-26T03:18:54.601357+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:56 smithi071 bash[21522]: audit 2024-03-26T03:18:55.029659+0000 mon.a (mon.0) 537 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-26T03:18:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:56 smithi071 bash[21522]: audit 2024-03-26T03:18:55.034388+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.173:6808/2256061220,v1:172.21.15.173:6809/2256061220]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-26T03:18:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:56 smithi071 bash[21522]: cluster 2024-03-26T03:18:55.034783+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-03-26T03:18:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:56 smithi071 bash[21522]: audit 2024-03-26T03:18:55.035566+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:56 smithi071 bash[21522]: audit 2024-03-26T03:18:55.036173+0000 mon.a (mon.0) 540 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-26T03:18:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:56 smithi071 bash[21522]: audit 2024-03-26T03:18:55.652272+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:56 smithi071 bash[21522]: audit 2024-03-26T03:18:55.661029+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:56 smithi071 bash[21522]: audit 2024-03-26T03:18:55.662989+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:56 smithi071 bash[21522]: audit 2024-03-26T03:18:55.664991+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:18:56.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:56 smithi071 bash[21522]: audit 2024-03-26T03:18:55.675215+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:56.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:56 smithi173 bash[23834]: cluster 2024-03-26T03:18:54.601357+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:56.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:56 smithi173 bash[23834]: audit 2024-03-26T03:18:55.029659+0000 mon.a (mon.0) 537 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-26T03:18:56.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:56 smithi173 bash[23834]: audit 2024-03-26T03:18:55.034388+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.173:6808/2256061220,v1:172.21.15.173:6809/2256061220]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-26T03:18:56.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:56 smithi173 bash[23834]: cluster 2024-03-26T03:18:55.034783+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-03-26T03:18:56.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:56 smithi173 bash[23834]: audit 2024-03-26T03:18:55.035566+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:56.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:56 smithi173 bash[23834]: audit 2024-03-26T03:18:55.036173+0000 mon.a (mon.0) 540 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-26T03:18:56.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:56 smithi173 bash[23834]: audit 2024-03-26T03:18:55.652272+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:56.448 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:56 smithi173 bash[23834]: audit 2024-03-26T03:18:55.661029+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:56.448 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:56 smithi173 bash[23834]: audit 2024-03-26T03:18:55.662989+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:56.448 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:56 smithi173 bash[23834]: audit 2024-03-26T03:18:55.664991+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:18:56.448 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:56 smithi173 bash[23834]: audit 2024-03-26T03:18:55.675215+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:56.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:56 smithi072 bash[23112]: cluster 2024-03-26T03:18:54.601357+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:56.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:56 smithi072 bash[23112]: audit 2024-03-26T03:18:55.029659+0000 mon.a (mon.0) 537 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-26T03:18:56.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:56 smithi072 bash[23112]: audit 2024-03-26T03:18:55.034388+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.173:6808/2256061220,v1:172.21.15.173:6809/2256061220]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-26T03:18:56.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:56 smithi072 bash[23112]: cluster 2024-03-26T03:18:55.034783+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-03-26T03:18:56.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:56 smithi072 bash[23112]: audit 2024-03-26T03:18:55.035566+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:56.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:56 smithi072 bash[23112]: audit 2024-03-26T03:18:55.036173+0000 mon.a (mon.0) 540 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-26T03:18:56.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:56 smithi072 bash[23112]: audit 2024-03-26T03:18:55.652272+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:56.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:56 smithi072 bash[23112]: audit 2024-03-26T03:18:55.661029+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:56.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:56 smithi072 bash[23112]: audit 2024-03-26T03:18:55.662989+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:18:56.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:56 smithi072 bash[23112]: audit 2024-03-26T03:18:55.664991+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:18:56.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:56 smithi072 bash[23112]: audit 2024-03-26T03:18:55.675215+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:57.381 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:57 smithi173 bash[23834]: audit 2024-03-26T03:18:56.032597+0000 mon.a (mon.0) 546 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-03-26T03:18:57.382 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:57 smithi173 bash[23834]: cluster 2024-03-26T03:18:56.037848+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-03-26T03:18:57.382 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:57 smithi173 bash[23834]: audit 2024-03-26T03:18:56.038748+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:57.382 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:57 smithi173 bash[23834]: audit 2024-03-26T03:18:56.049525+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:57.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:57 smithi071 bash[21522]: audit 2024-03-26T03:18:56.032597+0000 mon.a (mon.0) 546 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-03-26T03:18:57.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:57 smithi071 bash[21522]: cluster 2024-03-26T03:18:56.037848+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-03-26T03:18:57.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:57 smithi071 bash[21522]: audit 2024-03-26T03:18:56.038748+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:57.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:57 smithi071 bash[21522]: audit 2024-03-26T03:18:56.049525+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:57.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:57 smithi072 bash[23112]: audit 2024-03-26T03:18:56.032597+0000 mon.a (mon.0) 546 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-03-26T03:18:57.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:57 smithi072 bash[23112]: cluster 2024-03-26T03:18:56.037848+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-03-26T03:18:57.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:57 smithi072 bash[23112]: audit 2024-03-26T03:18:56.038748+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:57.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:57 smithi072 bash[23112]: audit 2024-03-26T03:18:56.049525+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:58.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:58 smithi071 bash[21522]: cluster 2024-03-26T03:18:55.996012+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:18:58.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:58 smithi071 bash[21522]: cluster 2024-03-26T03:18:55.996146+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:18:58.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:58 smithi071 bash[21522]: cluster 2024-03-26T03:18:56.601970+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:58.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:58 smithi071 bash[21522]: audit 2024-03-26T03:18:57.049677+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:58.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:58 smithi071 bash[21522]: cluster 2024-03-26T03:18:57.058297+0000 mon.a (mon.0) 551 : cluster [INF] osd.5 [v2:172.21.15.173:6808/2256061220,v1:172.21.15.173:6809/2256061220] boot 2024-03-26T03:18:58.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:58 smithi071 bash[21522]: cluster 2024-03-26T03:18:57.058366+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-26T03:18:58.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:58 smithi071 bash[21522]: audit 2024-03-26T03:18:57.058908+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:58.446 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:58 smithi173 bash[23834]: cluster 2024-03-26T03:18:55.996012+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:18:58.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:58 smithi173 bash[23834]: cluster 2024-03-26T03:18:55.996146+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:18:58.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:58 smithi173 bash[23834]: cluster 2024-03-26T03:18:56.601970+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:58.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:58 smithi173 bash[23834]: audit 2024-03-26T03:18:57.049677+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:58.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:58 smithi173 bash[23834]: cluster 2024-03-26T03:18:57.058297+0000 mon.a (mon.0) 551 : cluster [INF] osd.5 [v2:172.21.15.173:6808/2256061220,v1:172.21.15.173:6809/2256061220] boot 2024-03-26T03:18:58.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:58 smithi173 bash[23834]: cluster 2024-03-26T03:18:57.058366+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-26T03:18:58.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:58 smithi173 bash[23834]: audit 2024-03-26T03:18:57.058908+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:58.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:58 smithi072 bash[23112]: cluster 2024-03-26T03:18:55.996012+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-26T03:18:58.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:58 smithi072 bash[23112]: cluster 2024-03-26T03:18:55.996146+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-26T03:18:58.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:58 smithi072 bash[23112]: cluster 2024-03-26T03:18:56.601970+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:18:58.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:58 smithi072 bash[23112]: audit 2024-03-26T03:18:57.049677+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:58.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:58 smithi072 bash[23112]: cluster 2024-03-26T03:18:57.058297+0000 mon.a (mon.0) 551 : cluster [INF] osd.5 [v2:172.21.15.173:6808/2256061220,v1:172.21.15.173:6809/2256061220] boot 2024-03-26T03:18:58.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:58 smithi072 bash[23112]: cluster 2024-03-26T03:18:57.058366+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-26T03:18:58.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:58 smithi072 bash[23112]: audit 2024-03-26T03:18:57.058908+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-26T03:18:58.648 INFO:teuthology.orchestra.run.smithi173.stdout:Created osd(s) 5 on host 'smithi173' 2024-03-26T03:18:59.255 DEBUG:teuthology.orchestra.run.smithi173:osd.5> sudo journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.5.service 2024-03-26T03:18:59.258 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-03-26T03:18:59.258 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph osd stat -f json 2024-03-26T03:18:59.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:59 smithi071 bash[21522]: cluster 2024-03-26T03:18:58.059160+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-26T03:18:59.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:59 smithi071 bash[21522]: audit 2024-03-26T03:18:58.603254+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:59.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:59 smithi071 bash[21522]: audit 2024-03-26T03:18:58.603963+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:18:59.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:18:59 smithi071 bash[21522]: audit 2024-03-26T03:18:58.612842+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:59.446 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:59 smithi173 bash[23834]: cluster 2024-03-26T03:18:58.059160+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-26T03:18:59.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:59 smithi173 bash[23834]: audit 2024-03-26T03:18:58.603254+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:59.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:59 smithi173 bash[23834]: audit 2024-03-26T03:18:58.603963+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:18:59.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:18:59 smithi173 bash[23834]: audit 2024-03-26T03:18:58.612842+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:59.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:59 smithi072 bash[23112]: cluster 2024-03-26T03:18:58.059160+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-26T03:18:59.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:59 smithi072 bash[23112]: audit 2024-03-26T03:18:58.603254+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:18:59.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:59 smithi072 bash[23112]: audit 2024-03-26T03:18:58.603963+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:18:59.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:18:59 smithi072 bash[23112]: audit 2024-03-26T03:18:58.612842+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:19:00.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:00 smithi071 bash[21522]: cluster 2024-03-26T03:18:58.602623+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v246: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:00.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:00 smithi071 bash[21522]: cluster 2024-03-26T03:18:59.077427+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-03-26T03:19:00.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:00 smithi173 bash[23834]: cluster 2024-03-26T03:18:58.602623+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v246: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:00.447 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:00 smithi173 bash[23834]: cluster 2024-03-26T03:18:59.077427+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-03-26T03:19:00.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:00 smithi072 bash[23112]: cluster 2024-03-26T03:18:58.602623+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v246: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:00.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:00 smithi072 bash[23112]: cluster 2024-03-26T03:18:59.077427+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-03-26T03:19:01.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:01 smithi071 bash[21522]: cluster 2024-03-26T03:19:00.603205+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v248: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:01.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:01 smithi071 bash[21522]: cluster 2024-03-26T03:19:00.609210+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-03-26T03:19:01.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:01 smithi173 bash[23834]: cluster 2024-03-26T03:19:00.603205+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v248: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:01.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:01 smithi173 bash[23834]: cluster 2024-03-26T03:19:00.609210+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-03-26T03:19:01.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:01 smithi072 bash[23112]: cluster 2024-03-26T03:19:00.603205+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v248: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:01.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:01 smithi072 bash[23112]: cluster 2024-03-26T03:19:00.609210+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-03-26T03:19:02.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:02 smithi071 bash[21522]: cluster 2024-03-26T03:19:01.611601+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-26T03:19:02.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:02 smithi173 bash[23834]: cluster 2024-03-26T03:19:01.611601+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-26T03:19:02.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:02 smithi072 bash[23112]: cluster 2024-03-26T03:19:01.611601+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-26T03:19:03.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:03 smithi071 bash[21522]: cluster 2024-03-26T03:19:02.603841+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v251: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:03.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:03 smithi173 bash[23834]: cluster 2024-03-26T03:19:02.603841+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v251: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:03.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:03 smithi072 bash[23112]: cluster 2024-03-26T03:19:02.603841+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v251: 1 pgs: 1 remapped+peering; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:03.985 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:19:05.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:05 smithi071 bash[21522]: cluster 2024-03-26T03:19:04.604482+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-26T03:19:05.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:05 smithi173 bash[23834]: cluster 2024-03-26T03:19:04.604482+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-26T03:19:05.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:05 smithi072 bash[23112]: cluster 2024-03-26T03:19:04.604482+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-26T03:19:06.986 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:19:07.726 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":46,"num_osds":6,"num_up_osds":6,"osd_up_since":1711423137,"num_in_osds":6,"osd_in_since":1711423113,"num_remapped_pgs":0} 2024-03-26T03:19:07.726 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T03:19:07.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:07 smithi071 bash[21522]: cluster 2024-03-26T03:19:06.605012+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-03-26T03:19:07.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:07 smithi071 bash[21522]: audit 2024-03-26T03:19:06.987691+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.71:0/340567028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T03:19:07.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:07 smithi071 bash[21522]: cephadm 2024-03-26T03:19:07.496050+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Detected new or changed devices on smithi173 2024-03-26T03:19:07.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:07 smithi071 bash[21522]: audit 2024-03-26T03:19:07.503733+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:19:07.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:07 smithi071 bash[21522]: audit 2024-03-26T03:19:07.511741+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:19:07.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:07 smithi071 bash[21522]: audit 2024-03-26T03:19:07.513413+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:19:07.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:07 smithi071 bash[21522]: audit 2024-03-26T03:19:07.514609+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:19:07.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:07 smithi071 bash[21522]: cephadm 2024-03-26T03:19:07.515478+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 10680M 2024-03-26T03:19:07.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:07 smithi071 bash[21522]: audit 2024-03-26T03:19:07.520939+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:19:07.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:07 smithi071 bash[21522]: audit 2024-03-26T03:19:07.524626+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:19:07.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:07 smithi071 bash[21522]: audit 2024-03-26T03:19:07.526291+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:19:07.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:07 smithi071 bash[21522]: audit 2024-03-26T03:19:07.536342+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:19:07.947 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:07 smithi173 bash[23834]: cluster 2024-03-26T03:19:06.605012+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-03-26T03:19:07.947 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:07 smithi173 bash[23834]: audit 2024-03-26T03:19:06.987691+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.71:0/340567028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T03:19:07.947 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:07 smithi173 bash[23834]: cephadm 2024-03-26T03:19:07.496050+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Detected new or changed devices on smithi173 2024-03-26T03:19:07.947 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:07 smithi173 bash[23834]: audit 2024-03-26T03:19:07.503733+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:19:07.947 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:07 smithi173 bash[23834]: audit 2024-03-26T03:19:07.511741+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:19:07.947 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:07 smithi173 bash[23834]: audit 2024-03-26T03:19:07.513413+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:19:07.947 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:07 smithi173 bash[23834]: audit 2024-03-26T03:19:07.514609+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:19:07.947 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:07 smithi173 bash[23834]: cephadm 2024-03-26T03:19:07.515478+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 10680M 2024-03-26T03:19:07.947 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:07 smithi173 bash[23834]: audit 2024-03-26T03:19:07.520939+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:19:07.947 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:07 smithi173 bash[23834]: audit 2024-03-26T03:19:07.524626+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:19:07.947 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:07 smithi173 bash[23834]: audit 2024-03-26T03:19:07.526291+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:19:07.948 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:07 smithi173 bash[23834]: audit 2024-03-26T03:19:07.536342+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:19:07.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:07 smithi072 bash[23112]: cluster 2024-03-26T03:19:06.605012+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-03-26T03:19:07.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:07 smithi072 bash[23112]: audit 2024-03-26T03:19:06.987691+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.71:0/340567028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-26T03:19:07.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:07 smithi072 bash[23112]: cephadm 2024-03-26T03:19:07.496050+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Detected new or changed devices on smithi173 2024-03-26T03:19:07.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:07 smithi072 bash[23112]: audit 2024-03-26T03:19:07.503733+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:19:07.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:07 smithi072 bash[23112]: audit 2024-03-26T03:19:07.511741+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:19:07.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:07 smithi072 bash[23112]: audit 2024-03-26T03:19:07.513413+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:19:07.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:07 smithi072 bash[23112]: audit 2024-03-26T03:19:07.514609+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-26T03:19:07.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:07 smithi072 bash[23112]: cephadm 2024-03-26T03:19:07.515478+0000 mgr.a (mgr.14152) 282 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 10680M 2024-03-26T03:19:07.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:07 smithi072 bash[23112]: audit 2024-03-26T03:19:07.520939+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:19:07.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:07 smithi072 bash[23112]: audit 2024-03-26T03:19:07.524626+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:19:07.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:07 smithi072 bash[23112]: audit 2024-03-26T03:19:07.526291+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:19:07.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:07 smithi072 bash[23112]: audit 2024-03-26T03:19:07.536342+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:19:09.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:09 smithi071 bash[21522]: cluster 2024-03-26T03:19:08.605585+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-03-26T03:19:09.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:09 smithi173 bash[23834]: cluster 2024-03-26T03:19:08.605585+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-03-26T03:19:09.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:09 smithi072 bash[23112]: cluster 2024-03-26T03:19:08.605585+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-03-26T03:19:11.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:11 smithi071 bash[21522]: cluster 2024-03-26T03:19:10.606130+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-26T03:19:11.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:11 smithi173 bash[23834]: cluster 2024-03-26T03:19:10.606130+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-26T03:19:11.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:11 smithi072 bash[23112]: cluster 2024-03-26T03:19:10.606130+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-26T03:19:12.455 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:19:13.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:13 smithi071 bash[21522]: cluster 2024-03-26T03:19:12.606695+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-26T03:19:13.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:13 smithi173 bash[23834]: cluster 2024-03-26T03:19:12.606695+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-26T03:19:13.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:13 smithi072 bash[23112]: cluster 2024-03-26T03:19:12.606695+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-26T03:19:15.254 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:19:15.254 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":46,"fsid":"3ff158ae-eb1e-11ee-95d0-87774f69a715","created":"2024-03-26T03:10:43.703136+0000","modified":"2024-03-26T03:19:01.604322+0000","last_up_change":"2024-03-26T03:18:57.043145+0000","last_in_change":"2024-03-26T03:18:33.010264+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-03-26T03:16:28.713845+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"ff7482a0-cc1e-4f42-a449-8fc0d602e8cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":2326495615},{"type":"v1","addr":"172.21.15.71:6803","nonce":2326495615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":2326495615},{"type":"v1","addr":"172.21.15.71:6805","nonce":2326495615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":2326495615},{"type":"v1","addr":"172.21.15.71:6809","nonce":2326495615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":2326495615},{"type":"v1","addr":"172.21.15.71:6807","nonce":2326495615}]},"public_addr":"172.21.15.71:6803/2326495615","cluster_addr":"172.21.15.71:6805/2326495615","heartbeat_back_addr":"172.21.15.71:6809/2326495615","heartbeat_front_addr":"172.21.15.71:6807/2326495615","state":["exists","up"]},{"osd":1,"uuid":"b8332b0a-bf86-488c-993e-5bc281a6ae3a","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.71:6810","nonce":91595679},{"type":"v1","addr":"172.21.15.71:6811","nonce":91595679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":91595679},{"type":"v1","addr":"172.21.15.71:6813","nonce":91595679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":91595679},{"type":"v1","addr":"172.21.15.71:6817","nonce":91595679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":91595679},{"type":"v1","addr":"172.21.15.71:6815","nonce":91595679}]},"public_addr":"172.21.15.71:6811/91595679","cluster_addr":"172.21.15.71:6813/91595679","heartbeat_back_addr":"172.21.15.71:6817/91595679","heartbeat_front_addr":"172.21.15.71:6815/91595679","state":["exists","up"]},{"osd":2,"uuid":"6ce6416d-692b-409c-9500-cbe7fbc0ceeb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6800","nonce":2908579443},{"type":"v1","addr":"172.21.15.72:6801","nonce":2908579443}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6802","nonce":2908579443},{"type":"v1","addr":"172.21.15.72:6803","nonce":2908579443}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6806","nonce":2908579443},{"type":"v1","addr":"172.21.15.72:6807","nonce":2908579443}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6804","nonce":2908579443},{"type":"v1","addr":"172.21.15.72:6805","nonce":2908579443}]},"public_addr":"172.21.15.72:6801/2908579443","cluster_addr":"172.21.15.72:6803/2908579443","heartbeat_back_addr":"172.21.15.72:6807/2908579443","heartbeat_front_addr":"172.21.15.72:6805/2908579443","state":["exists","up"]},{"osd":3,"uuid":"875e8455-15c8-4c7b-ae72-0511267dbf4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6808","nonce":3724719547},{"type":"v1","addr":"172.21.15.72:6809","nonce":3724719547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6810","nonce":3724719547},{"type":"v1","addr":"172.21.15.72:6811","nonce":3724719547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6814","nonce":3724719547},{"type":"v1","addr":"172.21.15.72:6815","nonce":3724719547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6812","nonce":3724719547},{"type":"v1","addr":"172.21.15.72:6813","nonce":3724719547}]},"public_addr":"172.21.15.72:6809/3724719547","cluster_addr":"172.21.15.72:6811/3724719547","heartbeat_back_addr":"172.21.15.72:6815/3724719547","heartbeat_front_addr":"172.21.15.72:6813/3724719547","state":["exists","up"]},{"osd":4,"uuid":"3569fbcf-f985-4b95-b027-1c998b6056d5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6800","nonce":2070751274},{"type":"v1","addr":"172.21.15.173:6801","nonce":2070751274}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":2070751274},{"type":"v1","addr":"172.21.15.173:6803","nonce":2070751274}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":2070751274},{"type":"v1","addr":"172.21.15.173:6807","nonce":2070751274}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":2070751274},{"type":"v1","addr":"172.21.15.173:6805","nonce":2070751274}]},"public_addr":"172.21.15.173:6801/2070751274","cluster_addr":"172.21.15.173:6803/2070751274","heartbeat_back_addr":"172.21.15.173:6807/2070751274","heartbeat_front_addr":"172.21.15.173:6805/2070751274","state":["exists","up"]},{"osd":5,"uuid":"04eb68c9-7179-401c-b933-7cfcd411ace6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6808","nonce":2256061220},{"type":"v1","addr":"172.21.15.173:6809","nonce":2256061220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":2256061220},{"type":"v1","addr":"172.21.15.173:6811","nonce":2256061220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":2256061220},{"type":"v1","addr":"172.21.15.173:6815","nonce":2256061220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":2256061220},{"type":"v1","addr":"172.21.15.173:6813","nonce":2256061220}]},"public_addr":"172.21.15.173:6809/2256061220","cluster_addr":"172.21.15.173:6811/2256061220","heartbeat_back_addr":"172.21.15.173:6815/2256061220","heartbeat_front_addr":"172.21.15.173:6813/2256061220","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T03:14:43.036590+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T03:15:34.818471+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T03:16:25.881713+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-03-26T03:17:20.368345+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-03-26T03:18:06.251846+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-03-26T03:18:55.996152+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:6801/1045249509":"2024-03-27T03:11:52.490968+0000","172.21.15.71:0/253785307":"2024-03-27T03:11:52.490968+0000","172.21.15.71:0/330726508":"2024-03-27T03:11:52.490968+0000","172.21.15.71:6800/2409788084":"2024-03-27T03:11:16.339221+0000","172.21.15.71:0/3138249822":"2024-03-27T03:11:52.490968+0000","172.21.15.71:0/3979722649":"2024-03-27T03:11:16.339221+0000","172.21.15.71:6800/1045249509":"2024-03-27T03:11:52.490968+0000","172.21.15.71:0/102789049":"2024-03-27T03:11:16.339221+0000","172.21.15.71:6801/2409788084":"2024-03-27T03:11:16.339221+0000","172.21.15.71:0/1081897970":"2024-03-27T03:11:16.339221+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-26T03:19:15.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:15 smithi071 bash[21522]: cluster 2024-03-26T03:19:14.607284+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-03-26T03:19:15.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:15 smithi071 bash[21522]: audit 2024-03-26T03:19:15.254167+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.71:0/775942286' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:19:15.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:15 smithi173 bash[23834]: cluster 2024-03-26T03:19:14.607284+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-03-26T03:19:15.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:15 smithi173 bash[23834]: audit 2024-03-26T03:19:15.254167+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.71:0/775942286' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:19:15.971 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-26T03:16:28.713845+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 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-03-26T03:19:15.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-26T03:19:15.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:15 smithi072 bash[23112]: cluster 2024-03-26T03:19:14.607284+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-03-26T03:19:15.972 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:15 smithi072 bash[23112]: audit 2024-03-26T03:19:15.254167+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.71:0/775942286' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:19:17.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:17 smithi071 bash[21522]: cluster 2024-03-26T03:19:16.607860+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:17.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:17 smithi173 bash[23834]: cluster 2024-03-26T03:19:16.607860+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:17.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:17 smithi072 bash[23112]: cluster 2024-03-26T03:19:16.607860+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:19.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:19 smithi173 bash[23834]: cluster 2024-03-26T03:19:18.608408+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:19.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:19 smithi072 bash[23112]: cluster 2024-03-26T03:19:18.608408+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:20.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:19 smithi071 bash[21522]: cluster 2024-03-26T03:19:18.608408+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:20.706 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:19:21.908 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:21 smithi071 bash[21522]: cluster 2024-03-26T03:19:20.608931+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:21.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:21 smithi173 bash[23834]: cluster 2024-03-26T03:19:20.608931+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:21.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:21 smithi072 bash[23112]: cluster 2024-03-26T03:19:20.608931+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:23.423 INFO:teuthology.orchestra.run.smithi071.stdout:pg_num: 1 2024-03-26T03:19:23.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:23 smithi071 bash[21522]: cluster 2024-03-26T03:19:22.609424+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:23.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:23 smithi071 bash[21522]: audit 2024-03-26T03:19:23.424447+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.71:0/165513523' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T03:19:23.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:23 smithi173 bash[23834]: cluster 2024-03-26T03:19:22.609424+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:23.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:23 smithi173 bash[23834]: audit 2024-03-26T03:19:23.424447+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.71:0/165513523' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T03:19:23.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:23 smithi072 bash[23112]: cluster 2024-03-26T03:19:22.609424+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:23.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:23 smithi072 bash[23112]: audit 2024-03-26T03:19:23.424447+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.71:0/165513523' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-26T03:19:24.152 INFO:tasks.cephadm:Setting up client nodes... 2024-03-26T03:19:24.152 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-26T03:19:24.152 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-26T03:19:24.152 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph mgr dump --format=json 2024-03-26T03:19:25.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:25 smithi173 bash[23834]: cluster 2024-03-26T03:19:24.609984+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:25.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:25 smithi072 bash[23112]: cluster 2024-03-26T03:19:24.609984+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:26.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:25 smithi071 bash[21522]: cluster 2024-03-26T03:19:24.609984+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:27.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:27 smithi173 bash[23834]: cluster 2024-03-26T03:19:26.610544+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:27.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:27 smithi072 bash[23112]: cluster 2024-03-26T03:19:26.610544+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:28.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:27 smithi071 bash[21522]: cluster 2024-03-26T03:19:26.610544+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:28.877 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:19:29.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:29 smithi173 bash[23834]: cluster 2024-03-26T03:19:28.611113+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:29.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:29 smithi072 bash[23112]: cluster 2024-03-26T03:19:28.611113+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:30.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:29 smithi071 bash[21522]: cluster 2024-03-26T03:19:28.611113+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:31.631 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:19:31.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:31 smithi071 bash[21522]: cluster 2024-03-26T03:19:30.611683+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:31.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:31 smithi071 bash[21522]: audit 2024-03-26T03:19:31.622004+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.71:0/3668359224' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T03:19:31.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:31 smithi173 bash[23834]: cluster 2024-03-26T03:19:30.611683+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:31.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:31 smithi173 bash[23834]: audit 2024-03-26T03:19:31.622004+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.71:0/3668359224' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T03:19:31.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:31 smithi072 bash[23112]: cluster 2024-03-26T03:19:30.611683+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:31.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:31 smithi072 bash[23112]: audit 2024-03-26T03:19:31.622004+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.71:0/3668359224' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-26T03:19:32.320 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":4198025881},{"type":"v1","addr":"172.21.15.71:6801","nonce":4198025881}]},"active_addr":"172.21.15.71:6801/4198025881","active_change":"2024-03-26T03:11:52.491337+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.71: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.71:0","nonce":1674710481}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":3607820841}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":1027568413}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":772555646}]}]} 2024-03-26T03:19:32.326 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-26T03:19:32.326 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-26T03:19:32.327 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T03:19:33.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:33 smithi173 bash[23834]: cluster 2024-03-26T03:19:32.612040+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:33.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:33 smithi072 bash[23112]: cluster 2024-03-26T03:19:32.612040+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:34.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:33 smithi071 bash[21522]: cluster 2024-03-26T03:19:32.612040+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:35.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:35 smithi072 bash[23112]: cluster 2024-03-26T03:19:34.612571+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:36.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:35 smithi071 bash[21522]: cluster 2024-03-26T03:19:34.612571+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:36.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:35 smithi173 bash[23834]: cluster 2024-03-26T03:19:34.612571+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:37.052 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:19:37.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:37 smithi072 bash[23112]: cluster 2024-03-26T03:19:36.613130+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:37.979 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:37 smithi071 bash[21522]: cluster 2024-03-26T03:19:36.613130+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:38.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:37 smithi173 bash[23834]: cluster 2024-03-26T03:19:36.613130+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:39.840 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:19:39.840 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":46,"fsid":"3ff158ae-eb1e-11ee-95d0-87774f69a715","created":"2024-03-26T03:10:43.703136+0000","modified":"2024-03-26T03:19:01.604322+0000","last_up_change":"2024-03-26T03:18:57.043145+0000","last_in_change":"2024-03-26T03:18:33.010264+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-03-26T03:16:28.713845+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"ff7482a0-cc1e-4f42-a449-8fc0d602e8cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":2326495615},{"type":"v1","addr":"172.21.15.71:6803","nonce":2326495615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":2326495615},{"type":"v1","addr":"172.21.15.71:6805","nonce":2326495615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":2326495615},{"type":"v1","addr":"172.21.15.71:6809","nonce":2326495615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":2326495615},{"type":"v1","addr":"172.21.15.71:6807","nonce":2326495615}]},"public_addr":"172.21.15.71:6803/2326495615","cluster_addr":"172.21.15.71:6805/2326495615","heartbeat_back_addr":"172.21.15.71:6809/2326495615","heartbeat_front_addr":"172.21.15.71:6807/2326495615","state":["exists","up"]},{"osd":1,"uuid":"b8332b0a-bf86-488c-993e-5bc281a6ae3a","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.71:6810","nonce":91595679},{"type":"v1","addr":"172.21.15.71:6811","nonce":91595679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":91595679},{"type":"v1","addr":"172.21.15.71:6813","nonce":91595679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":91595679},{"type":"v1","addr":"172.21.15.71:6817","nonce":91595679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":91595679},{"type":"v1","addr":"172.21.15.71:6815","nonce":91595679}]},"public_addr":"172.21.15.71:6811/91595679","cluster_addr":"172.21.15.71:6813/91595679","heartbeat_back_addr":"172.21.15.71:6817/91595679","heartbeat_front_addr":"172.21.15.71:6815/91595679","state":["exists","up"]},{"osd":2,"uuid":"6ce6416d-692b-409c-9500-cbe7fbc0ceeb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6800","nonce":2908579443},{"type":"v1","addr":"172.21.15.72:6801","nonce":2908579443}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6802","nonce":2908579443},{"type":"v1","addr":"172.21.15.72:6803","nonce":2908579443}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6806","nonce":2908579443},{"type":"v1","addr":"172.21.15.72:6807","nonce":2908579443}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6804","nonce":2908579443},{"type":"v1","addr":"172.21.15.72:6805","nonce":2908579443}]},"public_addr":"172.21.15.72:6801/2908579443","cluster_addr":"172.21.15.72:6803/2908579443","heartbeat_back_addr":"172.21.15.72:6807/2908579443","heartbeat_front_addr":"172.21.15.72:6805/2908579443","state":["exists","up"]},{"osd":3,"uuid":"875e8455-15c8-4c7b-ae72-0511267dbf4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6808","nonce":3724719547},{"type":"v1","addr":"172.21.15.72:6809","nonce":3724719547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6810","nonce":3724719547},{"type":"v1","addr":"172.21.15.72:6811","nonce":3724719547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6814","nonce":3724719547},{"type":"v1","addr":"172.21.15.72:6815","nonce":3724719547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6812","nonce":3724719547},{"type":"v1","addr":"172.21.15.72:6813","nonce":3724719547}]},"public_addr":"172.21.15.72:6809/3724719547","cluster_addr":"172.21.15.72:6811/3724719547","heartbeat_back_addr":"172.21.15.72:6815/3724719547","heartbeat_front_addr":"172.21.15.72:6813/3724719547","state":["exists","up"]},{"osd":4,"uuid":"3569fbcf-f985-4b95-b027-1c998b6056d5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6800","nonce":2070751274},{"type":"v1","addr":"172.21.15.173:6801","nonce":2070751274}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":2070751274},{"type":"v1","addr":"172.21.15.173:6803","nonce":2070751274}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":2070751274},{"type":"v1","addr":"172.21.15.173:6807","nonce":2070751274}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":2070751274},{"type":"v1","addr":"172.21.15.173:6805","nonce":2070751274}]},"public_addr":"172.21.15.173:6801/2070751274","cluster_addr":"172.21.15.173:6803/2070751274","heartbeat_back_addr":"172.21.15.173:6807/2070751274","heartbeat_front_addr":"172.21.15.173:6805/2070751274","state":["exists","up"]},{"osd":5,"uuid":"04eb68c9-7179-401c-b933-7cfcd411ace6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6808","nonce":2256061220},{"type":"v1","addr":"172.21.15.173:6809","nonce":2256061220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":2256061220},{"type":"v1","addr":"172.21.15.173:6811","nonce":2256061220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":2256061220},{"type":"v1","addr":"172.21.15.173:6815","nonce":2256061220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":2256061220},{"type":"v1","addr":"172.21.15.173:6813","nonce":2256061220}]},"public_addr":"172.21.15.173:6809/2256061220","cluster_addr":"172.21.15.173:6811/2256061220","heartbeat_back_addr":"172.21.15.173:6815/2256061220","heartbeat_front_addr":"172.21.15.173:6813/2256061220","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T03:14:43.036590+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T03:15:34.818471+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T03:16:25.881713+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-03-26T03:17:20.368345+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-03-26T03:18:06.251846+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-03-26T03:18:55.996152+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:6801/1045249509":"2024-03-27T03:11:52.490968+0000","172.21.15.71:0/253785307":"2024-03-27T03:11:52.490968+0000","172.21.15.71:0/330726508":"2024-03-27T03:11:52.490968+0000","172.21.15.71:6800/2409788084":"2024-03-27T03:11:16.339221+0000","172.21.15.71:0/3138249822":"2024-03-27T03:11:52.490968+0000","172.21.15.71:0/3979722649":"2024-03-27T03:11:16.339221+0000","172.21.15.71:6800/1045249509":"2024-03-27T03:11:52.490968+0000","172.21.15.71:0/102789049":"2024-03-27T03:11:16.339221+0000","172.21.15.71:6801/2409788084":"2024-03-27T03:11:16.339221+0000","172.21.15.71:0/1081897970":"2024-03-27T03:11:16.339221+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-26T03:19:39.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:39 smithi071 bash[21522]: cluster 2024-03-26T03:19:38.613696+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:39.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:39 smithi072 bash[23112]: cluster 2024-03-26T03:19:38.613696+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:40.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:39 smithi173 bash[23834]: cluster 2024-03-26T03:19:38.613696+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:40.532 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-26T03:19:40.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph osd dump --format=json 2024-03-26T03:19:40.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:40 smithi071 bash[21522]: audit 2024-03-26T03:19:39.840123+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.71:0/1785382905' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:19:40.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:40 smithi072 bash[23112]: audit 2024-03-26T03:19:39.840123+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.71:0/1785382905' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:19:41.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:40 smithi173 bash[23834]: audit 2024-03-26T03:19:39.840123+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.71:0/1785382905' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:19:41.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:41 smithi072 bash[23112]: cluster 2024-03-26T03:19:40.614104+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:42.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:41 smithi071 bash[21522]: cluster 2024-03-26T03:19:40.614104+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:42.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:41 smithi173 bash[23834]: cluster 2024-03-26T03:19:40.614104+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:43.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:43 smithi072 bash[23112]: cluster 2024-03-26T03:19:42.614623+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:44.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:43 smithi071 bash[21522]: cluster 2024-03-26T03:19:42.614623+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:44.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:43 smithi173 bash[23834]: cluster 2024-03-26T03:19:42.614623+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:45.266 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:19:46.134 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:45 smithi071 bash[21522]: cluster 2024-03-26T03:19:44.615207+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:46.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:45 smithi173 bash[23834]: cluster 2024-03-26T03:19:44.615207+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:46.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:45 smithi072 bash[23112]: cluster 2024-03-26T03:19:44.615207+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:47.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:47 smithi071 bash[21522]: cluster 2024-03-26T03:19:46.615753+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:47.997 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:19:47.997 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":46,"fsid":"3ff158ae-eb1e-11ee-95d0-87774f69a715","created":"2024-03-26T03:10:43.703136+0000","modified":"2024-03-26T03:19:01.604322+0000","last_up_change":"2024-03-26T03:18:57.043145+0000","last_in_change":"2024-03-26T03:18:33.010264+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-03-26T03:16:28.713845+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":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":"ff7482a0-cc1e-4f42-a449-8fc0d602e8cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":2326495615},{"type":"v1","addr":"172.21.15.71:6803","nonce":2326495615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":2326495615},{"type":"v1","addr":"172.21.15.71:6805","nonce":2326495615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":2326495615},{"type":"v1","addr":"172.21.15.71:6809","nonce":2326495615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":2326495615},{"type":"v1","addr":"172.21.15.71:6807","nonce":2326495615}]},"public_addr":"172.21.15.71:6803/2326495615","cluster_addr":"172.21.15.71:6805/2326495615","heartbeat_back_addr":"172.21.15.71:6809/2326495615","heartbeat_front_addr":"172.21.15.71:6807/2326495615","state":["exists","up"]},{"osd":1,"uuid":"b8332b0a-bf86-488c-993e-5bc281a6ae3a","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.71:6810","nonce":91595679},{"type":"v1","addr":"172.21.15.71:6811","nonce":91595679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":91595679},{"type":"v1","addr":"172.21.15.71:6813","nonce":91595679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":91595679},{"type":"v1","addr":"172.21.15.71:6817","nonce":91595679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":91595679},{"type":"v1","addr":"172.21.15.71:6815","nonce":91595679}]},"public_addr":"172.21.15.71:6811/91595679","cluster_addr":"172.21.15.71:6813/91595679","heartbeat_back_addr":"172.21.15.71:6817/91595679","heartbeat_front_addr":"172.21.15.71:6815/91595679","state":["exists","up"]},{"osd":2,"uuid":"6ce6416d-692b-409c-9500-cbe7fbc0ceeb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6800","nonce":2908579443},{"type":"v1","addr":"172.21.15.72:6801","nonce":2908579443}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6802","nonce":2908579443},{"type":"v1","addr":"172.21.15.72:6803","nonce":2908579443}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6806","nonce":2908579443},{"type":"v1","addr":"172.21.15.72:6807","nonce":2908579443}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6804","nonce":2908579443},{"type":"v1","addr":"172.21.15.72:6805","nonce":2908579443}]},"public_addr":"172.21.15.72:6801/2908579443","cluster_addr":"172.21.15.72:6803/2908579443","heartbeat_back_addr":"172.21.15.72:6807/2908579443","heartbeat_front_addr":"172.21.15.72:6805/2908579443","state":["exists","up"]},{"osd":3,"uuid":"875e8455-15c8-4c7b-ae72-0511267dbf4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6808","nonce":3724719547},{"type":"v1","addr":"172.21.15.72:6809","nonce":3724719547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6810","nonce":3724719547},{"type":"v1","addr":"172.21.15.72:6811","nonce":3724719547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6814","nonce":3724719547},{"type":"v1","addr":"172.21.15.72:6815","nonce":3724719547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6812","nonce":3724719547},{"type":"v1","addr":"172.21.15.72:6813","nonce":3724719547}]},"public_addr":"172.21.15.72:6809/3724719547","cluster_addr":"172.21.15.72:6811/3724719547","heartbeat_back_addr":"172.21.15.72:6815/3724719547","heartbeat_front_addr":"172.21.15.72:6813/3724719547","state":["exists","up"]},{"osd":4,"uuid":"3569fbcf-f985-4b95-b027-1c998b6056d5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6800","nonce":2070751274},{"type":"v1","addr":"172.21.15.173:6801","nonce":2070751274}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":2070751274},{"type":"v1","addr":"172.21.15.173:6803","nonce":2070751274}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":2070751274},{"type":"v1","addr":"172.21.15.173:6807","nonce":2070751274}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":2070751274},{"type":"v1","addr":"172.21.15.173:6805","nonce":2070751274}]},"public_addr":"172.21.15.173:6801/2070751274","cluster_addr":"172.21.15.173:6803/2070751274","heartbeat_back_addr":"172.21.15.173:6807/2070751274","heartbeat_front_addr":"172.21.15.173:6805/2070751274","state":["exists","up"]},{"osd":5,"uuid":"04eb68c9-7179-401c-b933-7cfcd411ace6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6808","nonce":2256061220},{"type":"v1","addr":"172.21.15.173:6809","nonce":2256061220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":2256061220},{"type":"v1","addr":"172.21.15.173:6811","nonce":2256061220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":2256061220},{"type":"v1","addr":"172.21.15.173:6815","nonce":2256061220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":2256061220},{"type":"v1","addr":"172.21.15.173:6813","nonce":2256061220}]},"public_addr":"172.21.15.173:6809/2256061220","cluster_addr":"172.21.15.173:6811/2256061220","heartbeat_back_addr":"172.21.15.173:6815/2256061220","heartbeat_front_addr":"172.21.15.173:6813/2256061220","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T03:14:43.036590+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T03:15:34.818471+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-26T03:16:25.881713+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-03-26T03:17:20.368345+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-03-26T03:18:06.251846+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-03-26T03:18:55.996152+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:6801/1045249509":"2024-03-27T03:11:52.490968+0000","172.21.15.71:0/253785307":"2024-03-27T03:11:52.490968+0000","172.21.15.71:0/330726508":"2024-03-27T03:11:52.490968+0000","172.21.15.71:6800/2409788084":"2024-03-27T03:11:16.339221+0000","172.21.15.71:0/3138249822":"2024-03-27T03:11:52.490968+0000","172.21.15.71:0/3979722649":"2024-03-27T03:11:16.339221+0000","172.21.15.71:6800/1045249509":"2024-03-27T03:11:52.490968+0000","172.21.15.71:0/102789049":"2024-03-27T03:11:16.339221+0000","172.21.15.71:6801/2409788084":"2024-03-27T03:11:16.339221+0000","172.21.15.71:0/1081897970":"2024-03-27T03:11:16.339221+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-26T03:19:48.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:47 smithi173 bash[23834]: cluster 2024-03-26T03:19:46.615753+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:48.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:47 smithi072 bash[23112]: cluster 2024-03-26T03:19:46.615753+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:48.651 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-26T03:19:48.652 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-26T03:19:48.652 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-26T03:19:48.653 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-03-26T03:19:48.653 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-03-26T03:19:48.654 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-03-26T03:19:48.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:48 smithi071 bash[21522]: audit 2024-03-26T03:19:47.998266+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.71:0/3268797238' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:19:49.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:48 smithi173 bash[23834]: audit 2024-03-26T03:19:47.998266+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.71:0/3268797238' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:19:49.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:48 smithi072 bash[23112]: audit 2024-03-26T03:19:47.998266+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.71:0/3268797238' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-26T03:19:50.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:49 smithi071 bash[21522]: cluster 2024-03-26T03:19:48.616308+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:50.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:49 smithi173 bash[23834]: cluster 2024-03-26T03:19:48.616308+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:50.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:49 smithi072 bash[23112]: cluster 2024-03-26T03:19:48.616308+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:52.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:51 smithi071 bash[21522]: cluster 2024-03-26T03:19:50.616891+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:52.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:51 smithi173 bash[23834]: cluster 2024-03-26T03:19:50.616891+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:52.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:51 smithi072 bash[23112]: cluster 2024-03-26T03:19:50.616891+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:53.397 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:19:53.397 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:19:53.398 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:19:53.398 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:19:53.398 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:19:53.399 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:19:54.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:53 smithi071 bash[21522]: cluster 2024-03-26T03:19:52.617501+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:54.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:53 smithi173 bash[23834]: cluster 2024-03-26T03:19:52.617501+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:54.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:53 smithi072 bash[23112]: cluster 2024-03-26T03:19:52.617501+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:55.794 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:55 smithi071 bash[21522]: cluster 2024-03-26T03:19:54.618101+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:56.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:55 smithi173 bash[23834]: cluster 2024-03-26T03:19:54.618101+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:56.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:55 smithi072 bash[23112]: cluster 2024-03-26T03:19:54.618101+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:58.198 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:57 smithi173 bash[23834]: cluster 2024-03-26T03:19:56.618454+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:58.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:57 smithi071 bash[21522]: cluster 2024-03-26T03:19:56.618454+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:19:58.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:57 smithi072 bash[23112]: cluster 2024-03-26T03:19:56.618454+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:00.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:19:59 smithi071 bash[21522]: cluster 2024-03-26T03:19:58.618873+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:00.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:19:59 smithi173 bash[23834]: cluster 2024-03-26T03:19:58.618873+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:00.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:19:59 smithi072 bash[23112]: cluster 2024-03-26T03:19:58.618873+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:00.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:00 smithi071 bash[21522]: cluster 2024-03-26T03:20:00.000155+0000 mon.a (mon.0) 575 : cluster [INF] overall HEALTH_OK 2024-03-26T03:20:01.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:00 smithi173 bash[23834]: cluster 2024-03-26T03:20:00.000155+0000 mon.a (mon.0) 575 : cluster [INF] overall HEALTH_OK 2024-03-26T03:20:01.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:00 smithi072 bash[23112]: cluster 2024-03-26T03:20:00.000155+0000 mon.a (mon.0) 575 : cluster [INF] overall HEALTH_OK 2024-03-26T03:20:01.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:01 smithi071 bash[21522]: cluster 2024-03-26T03:20:00.619504+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:02.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:01 smithi173 bash[23834]: cluster 2024-03-26T03:20:00.619504+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:02.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:01 smithi072 bash[23112]: cluster 2024-03-26T03:20:00.619504+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:03.519 INFO:teuthology.orchestra.run.smithi071.stdout:180388626448 2024-03-26T03:20:03.519 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-03-26T03:20:04.033 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:03 smithi071 bash[21522]: cluster 2024-03-26T03:20:02.620055+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:04.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:03 smithi173 bash[23834]: cluster 2024-03-26T03:20:02.620055+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:04.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:03 smithi072 bash[23112]: cluster 2024-03-26T03:20:02.620055+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:05.075 INFO:teuthology.orchestra.run.smithi071.stdout:146028888090 2024-03-26T03:20:05.075 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-03-26T03:20:05.274 INFO:teuthology.orchestra.run.smithi071.stdout:111669149731 2024-03-26T03:20:05.275 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-03-26T03:20:05.659 INFO:teuthology.orchestra.run.smithi071.stdout:34359738435 2024-03-26T03:20:05.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-26T03:20:06.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:05 smithi071 bash[21522]: cluster 2024-03-26T03:20:04.620605+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:06.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:05 smithi173 bash[23834]: cluster 2024-03-26T03:20:04.620605+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:06.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:05 smithi072 bash[23112]: cluster 2024-03-26T03:20:04.620605+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:06.570 INFO:teuthology.orchestra.run.smithi071.stdout:55834574904 2024-03-26T03:20:06.570 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-26T03:20:06.607 INFO:teuthology.orchestra.run.smithi071.stdout:77309411375 2024-03-26T03:20:06.607 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-26T03:20:08.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:07 smithi071 bash[21522]: cluster 2024-03-26T03:20:06.621008+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:08.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:07 smithi071 bash[21522]: audit 2024-03-26T03:20:07.642137+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:20:08.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:07 smithi173 bash[23834]: cluster 2024-03-26T03:20:06.621008+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:08.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:07 smithi173 bash[23834]: audit 2024-03-26T03:20:07.642137+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:20:08.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:07 smithi072 bash[23112]: cluster 2024-03-26T03:20:06.621008+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:08.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:07 smithi072 bash[23112]: audit 2024-03-26T03:20:07.642137+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:20:09.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:08 smithi071 bash[21522]: audit 2024-03-26T03:20:08.432520+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:20:09.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:08 smithi071 bash[21522]: audit 2024-03-26T03:20:08.433956+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:20:09.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:08 smithi071 bash[21522]: audit 2024-03-26T03:20:08.443435+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:20:09.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:08 smithi173 bash[23834]: audit 2024-03-26T03:20:08.432520+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:20:09.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:08 smithi173 bash[23834]: audit 2024-03-26T03:20:08.433956+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:20:09.196 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:08 smithi173 bash[23834]: audit 2024-03-26T03:20:08.443435+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:20:09.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:08 smithi072 bash[23112]: audit 2024-03-26T03:20:08.432520+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:20:09.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:08 smithi072 bash[23112]: audit 2024-03-26T03:20:08.433956+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:20:09.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:08 smithi072 bash[23112]: audit 2024-03-26T03:20:08.443435+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:20:09.245 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:20:09.246 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:20:09.246 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:20:10.255 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:20:10.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:10 smithi071 bash[21522]: cluster 2024-03-26T03:20:08.621472+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:10.696 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:10 smithi173 bash[23834]: cluster 2024-03-26T03:20:08.621472+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:10.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:10 smithi072 bash[23112]: cluster 2024-03-26T03:20:08.621472+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:11.267 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:20:11.267 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:20:12.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:12 smithi071 bash[21522]: cluster 2024-03-26T03:20:10.622103+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:12.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:12 smithi072 bash[23112]: cluster 2024-03-26T03:20:10.622103+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:12.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:12 smithi173 bash[23834]: cluster 2024-03-26T03:20:10.622103+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:14.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:14 smithi072 bash[23112]: cluster 2024-03-26T03:20:12.622777+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:14.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:14 smithi071 bash[21522]: cluster 2024-03-26T03:20:12.622777+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:14.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:14 smithi173 bash[23834]: cluster 2024-03-26T03:20:12.622777+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:16.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:16 smithi071 bash[21522]: cluster 2024-03-26T03:20:14.623391+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:16.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:16 smithi072 bash[23112]: cluster 2024-03-26T03:20:14.623391+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:16.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:16 smithi173 bash[23834]: cluster 2024-03-26T03:20:14.623391+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:17.464 INFO:teuthology.orchestra.run.smithi071.stdout:146028888093 2024-03-26T03:20:17.705 INFO:teuthology.orchestra.run.smithi071.stdout:111669149734 2024-03-26T03:20:18.715 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:18 smithi071 bash[21522]: cluster 2024-03-26T03:20:16.623943+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:18.715 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:18 smithi071 bash[21522]: audit 2024-03-26T03:20:17.466851+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.71:0/1280419865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-26T03:20:18.715 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:18 smithi071 bash[21522]: audit 2024-03-26T03:20:17.707531+0000 mon.a (mon.0) 581 : audit [DBG] from='client.? 172.21.15.71:0/3248958863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-26T03:20:18.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:18 smithi072 bash[23112]: cluster 2024-03-26T03:20:16.623943+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:18.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:18 smithi072 bash[23112]: audit 2024-03-26T03:20:17.466851+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.71:0/1280419865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-26T03:20:18.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:18 smithi072 bash[23112]: audit 2024-03-26T03:20:17.707531+0000 mon.a (mon.0) 581 : audit [DBG] from='client.? 172.21.15.71:0/3248958863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-26T03:20:18.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:18 smithi173 bash[23834]: cluster 2024-03-26T03:20:16.623943+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:18.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:18 smithi173 bash[23834]: audit 2024-03-26T03:20:17.466851+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.71:0/1280419865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-26T03:20:18.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:18 smithi173 bash[23834]: audit 2024-03-26T03:20:17.707531+0000 mon.a (mon.0) 581 : audit [DBG] from='client.? 172.21.15.71:0/3248958863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-26T03:20:19.481 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149731 got 111669149734 for osd.3 2024-03-26T03:20:19.481 DEBUG:teuthology.parallel:result is None 2024-03-26T03:20:19.851 INFO:teuthology.orchestra.run.smithi071.stdout:180388626452 2024-03-26T03:20:20.442 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888090 got 146028888093 for osd.4 2024-03-26T03:20:20.442 DEBUG:teuthology.parallel:result is None 2024-03-26T03:20:20.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:20 smithi071 bash[21522]: cluster 2024-03-26T03:20:18.624583+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:20.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:20 smithi071 bash[21522]: audit 2024-03-26T03:20:19.853506+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.71:0/732754631' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-26T03:20:20.717 INFO:teuthology.orchestra.run.smithi071.stdout:34359738438 2024-03-26T03:20:20.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:20 smithi072 bash[23112]: cluster 2024-03-26T03:20:18.624583+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:20.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:20 smithi072 bash[23112]: audit 2024-03-26T03:20:19.853506+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.71:0/732754631' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-26T03:20:20.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:20 smithi173 bash[23834]: cluster 2024-03-26T03:20:18.624583+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:20.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:20 smithi173 bash[23834]: audit 2024-03-26T03:20:19.853506+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.71:0/732754631' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-26T03:20:21.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:21 smithi071 bash[21522]: audit 2024-03-26T03:20:20.719709+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.71:0/343186519' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T03:20:21.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:21 smithi173 bash[23834]: audit 2024-03-26T03:20:20.719709+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.71:0/343186519' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T03:20:21.952 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626448 got 180388626452 for osd.5 2024-03-26T03:20:21.952 DEBUG:teuthology.parallel:result is None 2024-03-26T03:20:21.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:21 smithi072 bash[23112]: audit 2024-03-26T03:20:20.719709+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.71:0/343186519' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-26T03:20:22.220 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738435 got 34359738438 for osd.0 2024-03-26T03:20:22.220 DEBUG:teuthology.parallel:result is None 2024-03-26T03:20:22.393 INFO:teuthology.orchestra.run.smithi071.stdout:77309411378 2024-03-26T03:20:22.420 INFO:teuthology.orchestra.run.smithi071.stdout:55834574907 2024-03-26T03:20:22.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:22 smithi071 bash[21522]: cluster 2024-03-26T03:20:20.625212+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:22.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:22 smithi071 bash[21522]: audit 2024-03-26T03:20:22.394787+0000 mon.a (mon.0) 584 : audit [DBG] from='client.? 172.21.15.71:0/1836035135' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T03:20:22.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:22 smithi071 bash[21522]: audit 2024-03-26T03:20:22.423051+0000 mon.a (mon.0) 585 : audit [DBG] from='client.? 172.21.15.71:0/2660927819' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T03:20:22.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:22 smithi173 bash[23834]: cluster 2024-03-26T03:20:20.625212+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:22.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:22 smithi173 bash[23834]: audit 2024-03-26T03:20:22.394787+0000 mon.a (mon.0) 584 : audit [DBG] from='client.? 172.21.15.71:0/1836035135' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T03:20:22.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:22 smithi173 bash[23834]: audit 2024-03-26T03:20:22.423051+0000 mon.a (mon.0) 585 : audit [DBG] from='client.? 172.21.15.71:0/2660927819' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T03:20:22.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:22 smithi072 bash[23112]: cluster 2024-03-26T03:20:20.625212+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:22.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:22 smithi072 bash[23112]: audit 2024-03-26T03:20:22.394787+0000 mon.a (mon.0) 584 : audit [DBG] from='client.? 172.21.15.71:0/1836035135' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-26T03:20:22.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:22 smithi072 bash[23112]: audit 2024-03-26T03:20:22.423051+0000 mon.a (mon.0) 585 : audit [DBG] from='client.? 172.21.15.71:0/2660927819' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-26T03:20:23.612 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574904 got 55834574907 for osd.1 2024-03-26T03:20:23.613 DEBUG:teuthology.parallel:result is None 2024-03-26T03:20:23.613 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411375 got 77309411378 for osd.2 2024-03-26T03:20:23.613 DEBUG:teuthology.parallel:result is None 2024-03-26T03:20:23.614 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-26T03:20:23.614 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph pg dump --format=json 2024-03-26T03:20:24.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:24 smithi071 bash[21522]: cluster 2024-03-26T03:20:22.625716+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:24.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:24 smithi173 bash[23834]: cluster 2024-03-26T03:20:22.625716+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:24.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:24 smithi072 bash[23112]: cluster 2024-03-26T03:20:22.625716+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:26.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:26 smithi071 bash[21522]: cluster 2024-03-26T03:20:24.626283+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:26.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:26 smithi173 bash[23834]: cluster 2024-03-26T03:20:24.626283+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:26.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:26 smithi072 bash[23112]: cluster 2024-03-26T03:20:24.626283+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:28.336 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:20:28.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:28 smithi071 bash[21522]: cluster 2024-03-26T03:20:26.626825+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:28.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:28 smithi173 bash[23834]: cluster 2024-03-26T03:20:26.626825+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:28.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:28 smithi072 bash[23112]: cluster 2024-03-26T03:20:26.626825+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:30.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:30 smithi071 bash[21522]: cluster 2024-03-26T03:20:28.627351+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:30.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:30 smithi173 bash[23834]: cluster 2024-03-26T03:20:28.627351+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:30.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:30 smithi072 bash[23112]: cluster 2024-03-26T03:20:28.627351+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:31.025 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:20:31.028 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-03-26T03:20:31.701 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":295,"stamp":"2024-03-26T03:20:30.627588+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":178800,"kb_used_data":4188,"kb_used_omap":9,"kb_used_meta":174518,"kb_avail":562292112,"statfs":{"total":575970213888,"available":575787122688,"internally_reserved":0,"allocated":4288512,"data_stored":2750106,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":178707104},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003363"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":260,"reported_epoch":46,"state":"active+clean","last_fresh":"2024-03-26T03:19:01.617740+0000","last_change":"2024-03-26T03:19:01.616738+0000","last_active":"2024-03-26T03:19:01.617740+0000","last_peered":"2024-03-26T03:19:01.617740+0000","last_clean":"2024-03-26T03:19:01.617740+0000","last_became_active":"2024-03-26T03:19:01.615573+0000","last_became_peered":"2024-03-26T03:19:01.615573+0000","last_unstale":"2024-03-26T03:19:01.617740+0000","last_undegraded":"2024-03-26T03:19:01.617740+0000","last_fullsized":"2024-03-26T03:19:01.617740+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-26T03:16:29.526489+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-26T03:16:29.526489+0000","last_clean_scrub_stamp":"2024-03-26T03:16:29.526489+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-27T10:15:59.088853+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":42,"seq":180388626454,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"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":34,"seq":146028888096,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31588,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713564,"statfs":{"total":95995035648,"available":95962689536,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":26,"seq":111669149737,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32168,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712984,"statfs":{"total":95995035648,"available":95962095616,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411380,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28012,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717140,"statfs":{"total":95995035648,"available":95966351360,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":31592,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713560,"statfs":{"total":95995035648,"available":95962685440,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":55834574909,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27432,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717720,"statfs":{"total":95995035648,"available":95966945280,"internally_reserved":0,"allocated":417792,"data_stored":163167,"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-03-26T03:20:31.702 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph pg dump --format=json 2024-03-26T03:20:32.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:32 smithi071 bash[21522]: cluster 2024-03-26T03:20:30.627845+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:32.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:32 smithi071 bash[21522]: audit 2024-03-26T03:20:31.026126+0000 mgr.a (mgr.14152) 325 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:20:32.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:32 smithi173 bash[23834]: cluster 2024-03-26T03:20:30.627845+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:32.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:32 smithi173 bash[23834]: audit 2024-03-26T03:20:31.026126+0000 mgr.a (mgr.14152) 325 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:20:32.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:32 smithi072 bash[23112]: cluster 2024-03-26T03:20:30.627845+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:32.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:32 smithi072 bash[23112]: audit 2024-03-26T03:20:31.026126+0000 mgr.a (mgr.14152) 325 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:20:34.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:34 smithi071 bash[21522]: cluster 2024-03-26T03:20:32.628384+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:34.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:34 smithi173 bash[23834]: cluster 2024-03-26T03:20:32.628384+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:34.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:34 smithi072 bash[23112]: cluster 2024-03-26T03:20:32.628384+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:36.433 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:20:36.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:36 smithi071 bash[21522]: cluster 2024-03-26T03:20:34.629005+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:36.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:36 smithi173 bash[23834]: cluster 2024-03-26T03:20:34.629005+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:36.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:36 smithi072 bash[23112]: cluster 2024-03-26T03:20:34.629005+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:38.776 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:38 smithi071 bash[21522]: cluster 2024-03-26T03:20:36.629588+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:38.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:38 smithi173 bash[23834]: cluster 2024-03-26T03:20:36.629588+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:38.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:38 smithi072 bash[23112]: cluster 2024-03-26T03:20:36.629588+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:39.142 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:20:39.145 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-03-26T03:20:39.813 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":299,"stamp":"2024-03-26T03:20:38.629909+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":178800,"kb_used_data":4188,"kb_used_omap":9,"kb_used_meta":174518,"kb_avail":562292112,"statfs":{"total":575970213888,"available":575787122688,"internally_reserved":0,"allocated":4288512,"data_stored":2750106,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":178707104},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003341"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":260,"reported_epoch":46,"state":"active+clean","last_fresh":"2024-03-26T03:19:01.617740+0000","last_change":"2024-03-26T03:19:01.616738+0000","last_active":"2024-03-26T03:19:01.617740+0000","last_peered":"2024-03-26T03:19:01.617740+0000","last_clean":"2024-03-26T03:19:01.617740+0000","last_became_active":"2024-03-26T03:19:01.615573+0000","last_became_peered":"2024-03-26T03:19:01.615573+0000","last_unstale":"2024-03-26T03:19:01.617740+0000","last_undegraded":"2024-03-26T03:19:01.617740+0000","last_fullsized":"2024-03-26T03:19:01.617740+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-26T03:16:29.526489+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-26T03:16:29.526489+0000","last_clean_scrub_stamp":"2024-03-26T03:16:29.526489+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-27T10:15:59.088853+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":42,"seq":180388626456,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"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":34,"seq":146028888098,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31588,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713564,"statfs":{"total":95995035648,"available":95962689536,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":26,"seq":111669149739,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32168,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712984,"statfs":{"total":95995035648,"available":95962095616,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411382,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28012,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717140,"statfs":{"total":95995035648,"available":95966351360,"internally_reserved":0,"allocated":1011712,"data_stored":753535,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":34359738442,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31592,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713560,"statfs":{"total":95995035648,"available":95962685440,"internally_reserved":0,"allocated":417792,"data_stored":163167,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":55834574911,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27432,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717720,"statfs":{"total":95995035648,"available":95966945280,"internally_reserved":0,"allocated":417792,"data_stored":163167,"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-03-26T03:20:39.814 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-26T03:20:39.814 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-26T03:20:39.814 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-26T03:20:39.814 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- ceph health --format=json 2024-03-26T03:20:40.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:40 smithi071 bash[21522]: cluster 2024-03-26T03:20:38.630193+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:40.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:40 smithi071 bash[21522]: audit 2024-03-26T03:20:39.142787+0000 mgr.a (mgr.14152) 330 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:20:40.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:40 smithi173 bash[23834]: cluster 2024-03-26T03:20:38.630193+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:40.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:40 smithi173 bash[23834]: audit 2024-03-26T03:20:39.142787+0000 mgr.a (mgr.14152) 330 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:20:40.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:40 smithi072 bash[23112]: cluster 2024-03-26T03:20:38.630193+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:40.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:40 smithi072 bash[23112]: audit 2024-03-26T03:20:39.142787+0000 mgr.a (mgr.14152) 330 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:20:42.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:42 smithi071 bash[21522]: cluster 2024-03-26T03:20:40.630837+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:42.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:42 smithi173 bash[23834]: cluster 2024-03-26T03:20:40.630837+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:42.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:42 smithi072 bash[23112]: cluster 2024-03-26T03:20:40.630837+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:44.546 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:20:44.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:44 smithi071 bash[21522]: cluster 2024-03-26T03:20:42.631472+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:44.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:44 smithi173 bash[23834]: cluster 2024-03-26T03:20:42.631472+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:44.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:44 smithi072 bash[23112]: cluster 2024-03-26T03:20:42.631472+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:46.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:46 smithi071 bash[21522]: cluster 2024-03-26T03:20:44.632186+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:46.945 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:46 smithi173 bash[23834]: cluster 2024-03-26T03:20:44.632186+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:46.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:46 smithi072 bash[23112]: cluster 2024-03-26T03:20:44.632186+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:47.378 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-03-26T03:20:47.378 INFO:teuthology.orchestra.run.smithi071.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-26T03:20:47.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:47 smithi071 bash[21522]: audit 2024-03-26T03:20:47.380655+0000 mon.a (mon.0) 586 : audit [DBG] from='client.? 172.21.15.71:0/933283892' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T03:20:47.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:47 smithi173 bash[23834]: audit 2024-03-26T03:20:47.380655+0000 mon.a (mon.0) 586 : audit [DBG] from='client.? 172.21.15.71:0/933283892' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T03:20:47.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:47 smithi072 bash[23112]: audit 2024-03-26T03:20:47.380655+0000 mon.a (mon.0) 586 : audit [DBG] from='client.? 172.21.15.71:0/933283892' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-26T03:20:48.041 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-26T03:20:48.041 INFO:tasks.cephadm:Setup complete, yielding 2024-03-26T03:20:48.042 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-26T03:20:48.052 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2024-03-26T03:20:48.052 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e42b8ea316eec6c6f4fae026f6d6b62fa5fe7003 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 -- bash -c 'set -ex 2024-03-26T03:20:48.052 DEBUG:teuthology.orchestra.run.smithi071:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-03-26T03:20:48.052 DEBUG:teuthology.orchestra.run.smithi071:> for host in $HOSTNAMES; do 2024-03-26T03:20:48.053 DEBUG:teuthology.orchestra.run.smithi071:> # find the hostname for "host.c" which will have no mgr 2024-03-26T03:20:48.053 DEBUG:teuthology.orchestra.run.smithi071:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-03-26T03:20:48.053 DEBUG:teuthology.orchestra.run.smithi071:> if [ "$HAS_MGRS" == "false" ]; then 2024-03-26T03:20:48.053 DEBUG:teuthology.orchestra.run.smithi071:> HOST_C="${host}" 2024-03-26T03:20:48.053 DEBUG:teuthology.orchestra.run.smithi071:> fi 2024-03-26T03:20:48.053 DEBUG:teuthology.orchestra.run.smithi071:> done 2024-03-26T03:20:48.053 DEBUG:teuthology.orchestra.run.smithi071:> # One last thing to worry about before draining the host 2024-03-26T03:20:48.053 DEBUG:teuthology.orchestra.run.smithi071:> # is that the teuthology test tends to put the explicit 2024-03-26T03:20:48.053 DEBUG:teuthology.orchestra.run.smithi071:> # hostnames in the placement for the mon service. 2024-03-26T03:20:48.053 DEBUG:teuthology.orchestra.run.smithi071:> # We want to make sure we can drain without providing 2024-03-26T03:20:48.053 DEBUG:teuthology.orchestra.run.smithi071:> # --force and there is a check for the host being removed 2024-03-26T03:20:48.053 DEBUG:teuthology.orchestra.run.smithi071:> # being listed explicitly in the placements. Therefore, 2024-03-26T03:20:48.053 DEBUG:teuthology.orchestra.run.smithi071:> # we should remove it from the mon placement. 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> ceph orch ls mon --export > mon.yaml 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> ceph orch apply -i mon_adjusted.yaml 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> # now drain that host 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> ceph orch host drain $HOST_C --zap-osd-devices 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> # wait for drain to complete 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> sleep 15 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> done 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> # we want to check the ability to remove the host from 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> # the CRUSH map, so we should first verify the host is in 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> # the CRUSH map. 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> ceph osd getcrushmap -o compiled-crushmap 2024-03-26T03:20:48.054 DEBUG:teuthology.orchestra.run.smithi071:> crushtool -d compiled-crushmap -o crushmap.txt 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> CRUSH_MAP=$(cat crushmap.txt) 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> exit 1 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> fi 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> # If the drain was successful, we should be able to remove the 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> # host without force with no issues. If there are still daemons 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> # we will get a response telling us to drain the host and a 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> # non-zero return code 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> ceph orch host rm $HOST_C --rm-crush-entry 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> sleep 30 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> ceph osd getcrushmap -o compiled-crushmap 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> crushtool -d compiled-crushmap -o crushmap.txt 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> CRUSH_MAP=$(cat crushmap.txt) 2024-03-26T03:20:48.055 DEBUG:teuthology.orchestra.run.smithi071:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-03-26T03:20:48.056 DEBUG:teuthology.orchestra.run.smithi071:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-03-26T03:20:48.056 DEBUG:teuthology.orchestra.run.smithi071:> exit 1 2024-03-26T03:20:48.056 DEBUG:teuthology.orchestra.run.smithi071:> fi 2024-03-26T03:20:48.056 DEBUG:teuthology.orchestra.run.smithi071:> ' 2024-03-26T03:20:48.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:48 smithi071 bash[21522]: cluster 2024-03-26T03:20:46.632892+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:48.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:48 smithi173 bash[23834]: cluster 2024-03-26T03:20:46.632892+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:48.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:48 smithi072 bash[23112]: cluster 2024-03-26T03:20:46.632892+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:50.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:50 smithi071 bash[21522]: cluster 2024-03-26T03:20:48.633474+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:50.945 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:50 smithi173 bash[23834]: cluster 2024-03-26T03:20:48.633474+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:50.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:50 smithi072 bash[23112]: cluster 2024-03-26T03:20:48.633474+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:52.782 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/mon.a/config 2024-03-26T03:20:52.801 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:52 smithi071 bash[21522]: cluster 2024-03-26T03:20:50.633960+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:52.945 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:52 smithi173 bash[23834]: cluster 2024-03-26T03:20:50.633960+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:52.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:52 smithi072 bash[23112]: cluster 2024-03-26T03:20:50.633960+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:54.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:54 smithi071 bash[21522]: cluster 2024-03-26T03:20:52.634438+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:54.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:54 smithi173 bash[23834]: cluster 2024-03-26T03:20:52.634438+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:54.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:54 smithi072 bash[23112]: cluster 2024-03-26T03:20:52.634438+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:55.094 INFO:teuthology.orchestra.run.smithi071.stderr:++ ceph orch host ls --format json 2024-03-26T03:20:55.094 INFO:teuthology.orchestra.run.smithi071.stderr:++ jq -r '.[] | .hostname' 2024-03-26T03:20:55.452 INFO:teuthology.orchestra.run.smithi071.stderr:+ HOSTNAMES='smithi071 2024-03-26T03:20:55.452 INFO:teuthology.orchestra.run.smithi071.stderr:smithi072 2024-03-26T03:20:55.452 INFO:teuthology.orchestra.run.smithi071.stderr:smithi173' 2024-03-26T03:20:55.452 INFO:teuthology.orchestra.run.smithi071.stderr:+ for host in $HOSTNAMES 2024-03-26T03:20:55.452 INFO:teuthology.orchestra.run.smithi071.stderr:++ ceph orch ps --hostname smithi071 --format json 2024-03-26T03:20:55.452 INFO:teuthology.orchestra.run.smithi071.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-03-26T03:20:55.810 INFO:teuthology.orchestra.run.smithi071.stderr:+ HAS_MGRS=true 2024-03-26T03:20:55.811 INFO:teuthology.orchestra.run.smithi071.stderr:+ '[' true == false ']' 2024-03-26T03:20:55.811 INFO:teuthology.orchestra.run.smithi071.stderr:+ for host in $HOSTNAMES 2024-03-26T03:20:55.811 INFO:teuthology.orchestra.run.smithi071.stderr:++ ceph orch ps --hostname smithi072 --format json 2024-03-26T03:20:55.811 INFO:teuthology.orchestra.run.smithi071.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-03-26T03:20:56.154 INFO:teuthology.orchestra.run.smithi071.stderr:+ HAS_MGRS=true 2024-03-26T03:20:56.154 INFO:teuthology.orchestra.run.smithi071.stderr:+ '[' true == false ']' 2024-03-26T03:20:56.154 INFO:teuthology.orchestra.run.smithi071.stderr:+ for host in $HOSTNAMES 2024-03-26T03:20:56.155 INFO:teuthology.orchestra.run.smithi071.stderr:++ ceph orch ps --hostname smithi173 --format json 2024-03-26T03:20:56.155 INFO:teuthology.orchestra.run.smithi071.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-03-26T03:20:56.504 INFO:teuthology.orchestra.run.smithi071.stderr:+ HAS_MGRS=false 2024-03-26T03:20:56.504 INFO:teuthology.orchestra.run.smithi071.stderr:+ '[' false == false ']' 2024-03-26T03:20:56.504 INFO:teuthology.orchestra.run.smithi071.stderr:+ HOST_C=smithi173 2024-03-26T03:20:56.504 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph orch ls mon --export 2024-03-26T03:20:56.871 INFO:teuthology.orchestra.run.smithi071.stderr:+ sed /smithi173/d mon.yaml 2024-03-26T03:20:56.872 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-03-26T03:20:56.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:56 smithi071 bash[21522]: cluster 2024-03-26T03:20:54.635035+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:56.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:56 smithi071 bash[21522]: audit 2024-03-26T03:20:55.439983+0000 mgr.a (mgr.14152) 339 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:20:56.945 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:56 smithi173 bash[23834]: cluster 2024-03-26T03:20:54.635035+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:56.946 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:56 smithi173 bash[23834]: audit 2024-03-26T03:20:55.439983+0000 mgr.a (mgr.14152) 339 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:20:56.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:56 smithi072 bash[23112]: cluster 2024-03-26T03:20:54.635035+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:56.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:56 smithi072 bash[23112]: audit 2024-03-26T03:20:55.439983+0000 mgr.a (mgr.14152) 339 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-26T03:20:57.228 INFO:teuthology.orchestra.run.smithi071.stdout:Scheduled mon update... 2024-03-26T03:20:57.241 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph orch host drain smithi173 --zap-osd-devices 2024-03-26T03:20:58.445 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:20:57 smithi173 systemd[1]: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-26T03:20:59.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:56.635382+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:59.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: audit 2024-03-26T03:20:56.849402+0000 mgr.a (mgr.14152) 344 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:20:59.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: audit 2024-03-26T03:20:57.219210+0000 mgr.a (mgr.14152) 345 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:20:59.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cephadm 2024-03-26T03:20:57.225528+0000 mgr.a (mgr.14152) 346 : cephadm [INF] Saving service mon spec with placement smithi071:172.21.15.71=a;smithi072:172.21.15.72=b;count:3 2024-03-26T03:20:59.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cephadm 2024-03-26T03:20:57.299362+0000 mgr.a (mgr.14152) 347 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-03-26T03:20:59.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cephadm 2024-03-26T03:20:57.299577+0000 mgr.a (mgr.14152) 348 : cephadm [INF] Removing monitor c from monmap... 2024-03-26T03:20:59.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: audit 2024-03-26T03:20:57.303506+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-03-26T03:20:59.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: audit 2024-03-26T03:20:57.308823+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:20:59.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: audit 2024-03-26T03:20:57.309911+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:20:59.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:57.314101+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-03-26T03:20:59.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:59.309551+0000 mon.a (mon.0) 598 : cluster [INF] mon.a calling monitor election 2024-03-26T03:20:59.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:59.331279+0000 mon.a (mon.0) 599 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-03-26T03:20:59.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:59.337816+0000 mon.a (mon.0) 600 : cluster [DBG] monmap epoch 4 2024-03-26T03:20:59.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:59.337880+0000 mon.a (mon.0) 601 : cluster [DBG] fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:20:59.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:59.337903+0000 mon.a (mon.0) 602 : cluster [DBG] last_changed 2024-03-26T03:20:57.299980+0000 2024-03-26T03:20:59.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:59.337931+0000 mon.a (mon.0) 603 : cluster [DBG] created 2024-03-26T03:10:39.295669+0000 2024-03-26T03:20:59.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:59.337955+0000 mon.a (mon.0) 604 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:20:59.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:59.337981+0000 mon.a (mon.0) 605 : cluster [DBG] election_strategy: 1 2024-03-26T03:20:59.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:59.338006+0000 mon.a (mon.0) 606 : cluster [DBG] 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-03-26T03:20:59.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:59.338027+0000 mon.a (mon.0) 607 : cluster [DBG] 1: [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] mon.b 2024-03-26T03:20:59.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:59.339083+0000 mon.a (mon.0) 608 : cluster [DBG] fsmap 2024-03-26T03:20:59.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:59.339142+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-26T03:20:59.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:59.339786+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-03-26T03:20:59.663 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:20:59 smithi071 bash[21522]: cluster 2024-03-26T03:20:59.340045+0000 mon.a (mon.0) 611 : cluster [INF] overall HEALTH_OK 2024-03-26T03:20:59.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:56.635382+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:20:59.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: audit 2024-03-26T03:20:56.849402+0000 mgr.a (mgr.14152) 344 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:20:59.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: audit 2024-03-26T03:20:57.219210+0000 mgr.a (mgr.14152) 345 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:20:59.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cephadm 2024-03-26T03:20:57.225528+0000 mgr.a (mgr.14152) 346 : cephadm [INF] Saving service mon spec with placement smithi071:172.21.15.71=a;smithi072:172.21.15.72=b;count:3 2024-03-26T03:20:59.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cephadm 2024-03-26T03:20:57.299362+0000 mgr.a (mgr.14152) 347 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-03-26T03:20:59.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cephadm 2024-03-26T03:20:57.299577+0000 mgr.a (mgr.14152) 348 : cephadm [INF] Removing monitor c from monmap... 2024-03-26T03:20:59.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: audit 2024-03-26T03:20:57.303506+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-03-26T03:20:59.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: audit 2024-03-26T03:20:57.308823+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-26T03:20:59.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: audit 2024-03-26T03:20:57.309911+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-26T03:20:59.721 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:57.314101+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-03-26T03:20:59.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:59.309551+0000 mon.a (mon.0) 598 : cluster [INF] mon.a calling monitor election 2024-03-26T03:20:59.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:59.331279+0000 mon.a (mon.0) 599 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-03-26T03:20:59.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:59.337816+0000 mon.a (mon.0) 600 : cluster [DBG] monmap epoch 4 2024-03-26T03:20:59.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:59.337880+0000 mon.a (mon.0) 601 : cluster [DBG] fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:20:59.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:59.337903+0000 mon.a (mon.0) 602 : cluster [DBG] last_changed 2024-03-26T03:20:57.299980+0000 2024-03-26T03:20:59.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:59.337931+0000 mon.a (mon.0) 603 : cluster [DBG] created 2024-03-26T03:10:39.295669+0000 2024-03-26T03:20:59.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:59.337955+0000 mon.a (mon.0) 604 : cluster [DBG] min_mon_release 19 (squid) 2024-03-26T03:20:59.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:59.337981+0000 mon.a (mon.0) 605 : cluster [DBG] election_strategy: 1 2024-03-26T03:20:59.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:59.338006+0000 mon.a (mon.0) 606 : cluster [DBG] 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-03-26T03:20:59.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:59.338027+0000 mon.a (mon.0) 607 : cluster [DBG] 1: [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] mon.b 2024-03-26T03:20:59.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:59.339083+0000 mon.a (mon.0) 608 : cluster [DBG] fsmap 2024-03-26T03:20:59.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:59.339142+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-26T03:20:59.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:59.339786+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-03-26T03:20:59.722 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:20:59 smithi072 bash[23112]: cluster 2024-03-26T03:20:59.340045+0000 mon.a (mon.0) 611 : cluster [INF] overall HEALTH_OK 2024-03-26T03:21:00.626 INFO:teuthology.orchestra.run.smithi071.stdout:Scheduled to remove the following daemons from host 'smithi173' 2024-03-26T03:21:00.626 INFO:teuthology.orchestra.run.smithi071.stdout:type id 2024-03-26T03:21:00.626 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------- --------------- 2024-03-26T03:21:00.626 INFO:teuthology.orchestra.run.smithi071.stdout:mon c 2024-03-26T03:21:00.626 INFO:teuthology.orchestra.run.smithi071.stdout:osd 4 2024-03-26T03:21:00.626 INFO:teuthology.orchestra.run.smithi071.stdout:osd 5 2024-03-26T03:21:00.642 INFO:teuthology.orchestra.run.smithi071.stderr:++ ceph orch ps --hostname smithi173 2024-03-26T03:21:00.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:00 smithi071 bash[21522]: cluster 2024-03-26T03:20:58.635962+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:00.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:00 smithi071 bash[21522]: cephadm 2024-03-26T03:20:59.342363+0000 mgr.a (mgr.14152) 350 : cephadm [INF] Removing daemon mon.c from smithi173 -- ports [] 2024-03-26T03:21:00.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:00 smithi072 bash[23112]: cluster 2024-03-26T03:20:58.635962+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:00.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:00 smithi072 bash[23112]: cephadm 2024-03-26T03:20:59.342363+0000 mgr.a (mgr.14152) 350 : cephadm [INF] Removing daemon mon.c from smithi173 -- ports [] 2024-03-26T03:21:01.005 INFO:teuthology.orchestra.run.smithi071.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-26T03:21:01.005 INFO:teuthology.orchestra.run.smithi071.stderr:mon.c smithi173 running (7m) 2m ago 7m 37.0M 2048M 19.0.0-2475-ge42b8ea3 f18c6672b5a3 20a8e8b5e7d1 2024-03-26T03:21:01.005 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4 smithi173 running (2m) 2m ago 3m 41.9M 10.4G 19.0.0-2475-ge42b8ea3 f18c6672b5a3 a504a3ff389f 2024-03-26T03:21:01.005 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5 smithi173 running (2m) 2m ago 2m 11.7M 10.4G 19.0.0-2475-ge42b8ea3 f18c6672b5a3 cce74781588b ' 2024-03-26T03:21:01.005 INFO:teuthology.orchestra.run.smithi071.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-26T03:21:01.006 INFO:teuthology.orchestra.run.smithi071.stderr:mon.c smithi173 running (7m) 2m ago 7m 37.0M 2048M 19.0.0-2475-ge42b8ea3 f18c6672b5a3 20a8e8b5e7d1 2024-03-26T03:21:01.006 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4 smithi173 running (2m) 2m ago 3m 41.9M 10.4G 19.0.0-2475-ge42b8ea3 f18c6672b5a3 a504a3ff389f 2024-03-26T03:21:01.006 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5 smithi173 running (2m) 2m ago 2m 11.7M 10.4G 19.0.0-2475-ge42b8ea3 f18c6672b5a3 cce74781588b ' '!=' 'No daemons reported' ']' 2024-03-26T03:21:01.006 INFO:teuthology.orchestra.run.smithi071.stderr:+ sleep 15 2024-03-26T03:21:01.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:01 smithi071 bash[21522]: audit 2024-03-26T03:21:00.610849+0000 mgr.a (mgr.14152) 351 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi173", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:21:01.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:01 smithi071 bash[21522]: audit 2024-03-26T03:21:00.617647+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:01.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:01 smithi071 bash[21522]: cephadm 2024-03-26T03:21:00.618262+0000 mgr.a (mgr.14152) 352 : cephadm [INF] Added label _no_schedule to host smithi173 2024-03-26T03:21:01.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:01 smithi071 bash[21522]: audit 2024-03-26T03:21:00.623418+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:01.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:01 smithi071 bash[21522]: cephadm 2024-03-26T03:21:00.623879+0000 mgr.a (mgr.14152) 353 : cephadm [INF] Added label _no_conf_keyring to host smithi173 2024-03-26T03:21:01.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:01 smithi071 bash[21522]: audit 2024-03-26T03:21:00.625030+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-03-26T03:21:01.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:01 smithi071 bash[21522]: cephadm 2024-03-26T03:21:00.626174+0000 mgr.a (mgr.14152) 354 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-03-26T03:21:01.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:01 smithi071 bash[21522]: audit 2024-03-26T03:21:00.627045+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-03-26T03:21:01.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:01 smithi071 bash[21522]: cephadm 2024-03-26T03:21:00.628262+0000 mgr.a (mgr.14152) 355 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-03-26T03:21:01.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:01 smithi071 bash[21522]: cluster 2024-03-26T03:21:00.636350+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:01.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:01 smithi071 bash[21522]: audit 2024-03-26T03:21:00.989575+0000 mgr.a (mgr.14152) 357 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:21:01.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:01 smithi072 bash[23112]: audit 2024-03-26T03:21:00.610849+0000 mgr.a (mgr.14152) 351 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi173", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:21:01.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:01 smithi072 bash[23112]: audit 2024-03-26T03:21:00.617647+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:01.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:01 smithi072 bash[23112]: cephadm 2024-03-26T03:21:00.618262+0000 mgr.a (mgr.14152) 352 : cephadm [INF] Added label _no_schedule to host smithi173 2024-03-26T03:21:01.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:01 smithi072 bash[23112]: audit 2024-03-26T03:21:00.623418+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:01.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:01 smithi072 bash[23112]: cephadm 2024-03-26T03:21:00.623879+0000 mgr.a (mgr.14152) 353 : cephadm [INF] Added label _no_conf_keyring to host smithi173 2024-03-26T03:21:01.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:01 smithi072 bash[23112]: audit 2024-03-26T03:21:00.625030+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-03-26T03:21:01.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:01 smithi072 bash[23112]: cephadm 2024-03-26T03:21:00.626174+0000 mgr.a (mgr.14152) 354 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-03-26T03:21:01.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:01 smithi072 bash[23112]: audit 2024-03-26T03:21:00.627045+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-03-26T03:21:01.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:01 smithi072 bash[23112]: cephadm 2024-03-26T03:21:00.628262+0000 mgr.a (mgr.14152) 355 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-03-26T03:21:01.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:01 smithi072 bash[23112]: cluster 2024-03-26T03:21:00.636350+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:01.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:01 smithi072 bash[23112]: audit 2024-03-26T03:21:00.989575+0000 mgr.a (mgr.14152) 357 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:21:03.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:03 smithi072 bash[23112]: cluster 2024-03-26T03:21:02.636831+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:04.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:03 smithi071 bash[21522]: cluster 2024-03-26T03:21:02.636831+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:04.696 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 26 03:21:04 smithi173 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:21:04.696 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 26 03:21:04 smithi173 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:21:04.696 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 26 03:21:04 smithi173 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:21:05.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:05 smithi072 bash[23112]: cluster 2024-03-26T03:21:04.637451+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:05.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:05 smithi072 bash[23112]: audit 2024-03-26T03:21:04.679887+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:05.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:05 smithi072 bash[23112]: audit 2024-03-26T03:21:04.687702+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:05.971 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:05 smithi072 bash[23112]: audit 2024-03-26T03:21:04.788492+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:21:06.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:05 smithi071 bash[21522]: cluster 2024-03-26T03:21:04.637451+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:06.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:05 smithi071 bash[21522]: audit 2024-03-26T03:21:04.679887+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:06.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:05 smithi071 bash[21522]: audit 2024-03-26T03:21:04.687702+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:06.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:05 smithi071 bash[21522]: audit 2024-03-26T03:21:04.788492+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:21:07.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:06 smithi071 bash[21522]: audit 2024-03-26T03:21:05.896506+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:07.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:06 smithi072 bash[23112]: audit 2024-03-26T03:21:05.896506+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:08.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:07 smithi071 bash[21522]: cluster 2024-03-26T03:21:06.638039+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:08.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:07 smithi072 bash[23112]: cluster 2024-03-26T03:21:06.638039+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:10.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:09 smithi071 bash[21522]: cluster 2024-03-26T03:21:08.638600+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:10.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:09 smithi072 bash[23112]: cluster 2024-03-26T03:21:08.638600+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:11.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:11 smithi071 bash[21522]: audit 2024-03-26T03:21:10.036868+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:11.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:11 smithi071 bash[21522]: audit 2024-03-26T03:21:10.046829+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:11.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:11 smithi071 bash[21522]: audit 2024-03-26T03:21:10.729972+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:11.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:11 smithi071 bash[21522]: audit 2024-03-26T03:21:10.731860+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:21:11.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:11 smithi071 bash[21522]: audit 2024-03-26T03:21:10.903773+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:11.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:11 smithi071 bash[21522]: audit 2024-03-26T03:21:10.908986+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:11.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:11 smithi072 bash[23112]: audit 2024-03-26T03:21:10.036868+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:11.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:11 smithi072 bash[23112]: audit 2024-03-26T03:21:10.046829+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:11.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:11 smithi072 bash[23112]: audit 2024-03-26T03:21:10.729972+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:11.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:11 smithi072 bash[23112]: audit 2024-03-26T03:21:10.731860+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:21:11.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:11 smithi072 bash[23112]: audit 2024-03-26T03:21:10.903773+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:11.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:11 smithi072 bash[23112]: audit 2024-03-26T03:21:10.908986+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:12.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: cluster 2024-03-26T03:21:10.639113+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:12.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: cephadm 2024-03-26T03:21:10.734466+0000 mgr.a (mgr.14152) 363 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-03-26T03:21:12.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: cephadm 2024-03-26T03:21:10.735310+0000 mgr.a (mgr.14152) 364 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-26T03:21:12.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: cephadm 2024-03-26T03:21:10.735637+0000 mgr.a (mgr.14152) 365 : cephadm [INF] Removing smithi173:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:21:12.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: cephadm 2024-03-26T03:21:10.800972+0000 mgr.a (mgr.14152) 366 : cephadm [INF] Removing smithi173:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:21:12.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: cephadm 2024-03-26T03:21:10.865681+0000 mgr.a (mgr.14152) 367 : cephadm [INF] Removing smithi173:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:21:12.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: cephadm 2024-03-26T03:21:10.950255+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Updating smithi071:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:21:12.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: cephadm 2024-03-26T03:21:10.950450+0000 mgr.a (mgr.14152) 369 : cephadm [INF] Updating smithi072:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:21:12.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: audit 2024-03-26T03:21:11.123915+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:12.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: audit 2024-03-26T03:21:11.130231+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:12.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: audit 2024-03-26T03:21:11.136800+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:12.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: audit 2024-03-26T03:21:11.143894+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:12.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: audit 2024-03-26T03:21:11.147104+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:12.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: audit 2024-03-26T03:21:11.147359+0000 mgr.a (mgr.14152) 370 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:12.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: audit 2024-03-26T03:21:11.149253+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:12.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: audit 2024-03-26T03:21:11.149502+0000 mgr.a (mgr.14152) 371 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:12.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: audit 2024-03-26T03:21:11.151031+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-03-26T03:21:12.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: audit 2024-03-26T03:21:11.151272+0000 mgr.a (mgr.14152) 372 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-03-26T03:21:12.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: audit 2024-03-26T03:21:11.152504+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-03-26T03:21:12.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:12 smithi071 bash[21522]: debug 2024-03-26T03:21:12.150+0000 7f29fc37f700 -1 mon.a@0(leader).osd e47 definitely_dead 0 2024-03-26T03:21:12.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: cluster 2024-03-26T03:21:10.639113+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:12.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: cephadm 2024-03-26T03:21:10.734466+0000 mgr.a (mgr.14152) 363 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-03-26T03:21:12.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: cephadm 2024-03-26T03:21:10.735310+0000 mgr.a (mgr.14152) 364 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-26T03:21:12.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: cephadm 2024-03-26T03:21:10.735637+0000 mgr.a (mgr.14152) 365 : cephadm [INF] Removing smithi173:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:21:12.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: cephadm 2024-03-26T03:21:10.800972+0000 mgr.a (mgr.14152) 366 : cephadm [INF] Removing smithi173:/etc/ceph/ceph.client.admin.keyring 2024-03-26T03:21:12.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: cephadm 2024-03-26T03:21:10.865681+0000 mgr.a (mgr.14152) 367 : cephadm [INF] Removing smithi173:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.client.admin.keyring 2024-03-26T03:21:12.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: cephadm 2024-03-26T03:21:10.950255+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Updating smithi071:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:21:12.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: cephadm 2024-03-26T03:21:10.950450+0000 mgr.a (mgr.14152) 369 : cephadm [INF] Updating smithi072:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/config/ceph.conf 2024-03-26T03:21:12.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: audit 2024-03-26T03:21:11.123915+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:12.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: audit 2024-03-26T03:21:11.130231+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:12.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: audit 2024-03-26T03:21:11.136800+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:12.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: audit 2024-03-26T03:21:11.143894+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:12.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: audit 2024-03-26T03:21:11.147104+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:12.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: audit 2024-03-26T03:21:11.147359+0000 mgr.a (mgr.14152) 370 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:12.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: audit 2024-03-26T03:21:11.149253+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:12.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: audit 2024-03-26T03:21:11.149502+0000 mgr.a (mgr.14152) 371 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:12.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: audit 2024-03-26T03:21:11.151031+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-03-26T03:21:12.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: audit 2024-03-26T03:21:11.151272+0000 mgr.a (mgr.14152) 372 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-03-26T03:21:12.472 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:12 smithi072 bash[23112]: audit 2024-03-26T03:21:11.152504+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-03-26T03:21:13.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:13 smithi071 bash[21522]: audit 2024-03-26T03:21:12.142682+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-03-26T03:21:13.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:13 smithi071 bash[21522]: cluster 2024-03-26T03:21:12.147834+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-03-26T03:21:13.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:13 smithi071 bash[21522]: cephadm 2024-03-26T03:21:12.148993+0000 mgr.a (mgr.14152) 373 : cephadm [INF] osd.5 weight is now 0.0 2024-03-26T03:21:13.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:13 smithi071 bash[21522]: audit 2024-03-26T03:21:12.149793+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:13.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:13 smithi071 bash[21522]: audit 2024-03-26T03:21:12.150144+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:13.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:13 smithi071 bash[21522]: audit 2024-03-26T03:21:12.152555+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-03-26T03:21:13.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:13 smithi071 bash[21522]: audit 2024-03-26T03:21:12.152874+0000 mgr.a (mgr.14152) 375 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-03-26T03:21:13.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:13 smithi071 bash[21522]: audit 2024-03-26T03:21:12.155004+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-03-26T03:21:13.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:13 smithi072 bash[23112]: audit 2024-03-26T03:21:12.142682+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-03-26T03:21:13.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:13 smithi072 bash[23112]: cluster 2024-03-26T03:21:12.147834+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-03-26T03:21:13.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:13 smithi072 bash[23112]: cephadm 2024-03-26T03:21:12.148993+0000 mgr.a (mgr.14152) 373 : cephadm [INF] osd.5 weight is now 0.0 2024-03-26T03:21:13.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:13 smithi072 bash[23112]: audit 2024-03-26T03:21:12.149793+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:13.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:13 smithi072 bash[23112]: audit 2024-03-26T03:21:12.150144+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:13.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:13 smithi072 bash[23112]: audit 2024-03-26T03:21:12.152555+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-03-26T03:21:13.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:13 smithi072 bash[23112]: audit 2024-03-26T03:21:12.152874+0000 mgr.a (mgr.14152) 375 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-03-26T03:21:13.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:13 smithi072 bash[23112]: audit 2024-03-26T03:21:12.155004+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-03-26T03:21:13.946 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 26 03:21:13 smithi173 systemd[1]: Stopping Ceph osd.4 for 3ff158ae-eb1e-11ee-95d0-87774f69a715... 2024-03-26T03:21:13.946 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 26 03:21:13 smithi173 bash[26926]: debug 2024-03-26T03:21:13.721+0000 7f4201751700 -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-03-26T03:21:13.946 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 26 03:21:13 smithi173 bash[26926]: debug 2024-03-26T03:21:13.721+0000 7f4201751700 -1 osd.4 47 *** Got signal Terminated *** 2024-03-26T03:21:13.946 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 26 03:21:13 smithi173 bash[26926]: debug 2024-03-26T03:21:13.721+0000 7f4201751700 -1 osd.4 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T03:21:14.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:14 smithi071 bash[21522]: cluster 2024-03-26T03:21:12.639626+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:14.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:14 smithi071 bash[21522]: cluster 2024-03-26T03:21:13.143447+0000 mon.a (mon.0) 639 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-26T03:21:14.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:14 smithi071 bash[21522]: audit 2024-03-26T03:21:13.151016+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-03-26T03:21:14.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:14 smithi071 bash[21522]: cluster 2024-03-26T03:21:13.157367+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e48: 6 total, 5 up, 6 in 2024-03-26T03:21:14.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:14 smithi071 bash[21522]: cephadm 2024-03-26T03:21:13.158708+0000 mgr.a (mgr.14152) 377 : cephadm [INF] osd.4 now down 2024-03-26T03:21:14.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:14 smithi071 bash[21522]: cephadm 2024-03-26T03:21:13.159239+0000 mgr.a (mgr.14152) 378 : cephadm [INF] Removing daemon osd.4 from smithi173 -- ports [] 2024-03-26T03:21:14.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:14 smithi072 bash[23112]: cluster 2024-03-26T03:21:12.639626+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:14.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:14 smithi072 bash[23112]: cluster 2024-03-26T03:21:13.143447+0000 mon.a (mon.0) 639 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-26T03:21:14.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:14 smithi072 bash[23112]: audit 2024-03-26T03:21:13.151016+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-03-26T03:21:14.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:14 smithi072 bash[23112]: cluster 2024-03-26T03:21:13.157367+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e48: 6 total, 5 up, 6 in 2024-03-26T03:21:14.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:14 smithi072 bash[23112]: cephadm 2024-03-26T03:21:13.158708+0000 mgr.a (mgr.14152) 377 : cephadm [INF] osd.4 now down 2024-03-26T03:21:14.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:14 smithi072 bash[23112]: cephadm 2024-03-26T03:21:13.159239+0000 mgr.a (mgr.14152) 378 : cephadm [INF] Removing daemon osd.4 from smithi173 -- ports [] 2024-03-26T03:21:14.945 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 26 03:21:14 smithi173 bash[35722]: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715-osd-4 2024-03-26T03:21:14.946 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 26 03:21:14 smithi173 bash[35788]: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715-osd-4 2024-03-26T03:21:15.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:15 smithi072 bash[23112]: cluster 2024-03-26T03:21:14.164499+0000 mon.a (mon.0) 642 : cluster [DBG] osdmap e49: 6 total, 5 up, 6 in 2024-03-26T03:21:15.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:15 smithi071 bash[21522]: cluster 2024-03-26T03:21:14.164499+0000 mon.a (mon.0) 642 : cluster [DBG] osdmap e49: 6 total, 5 up, 6 in 2024-03-26T03:21:16.008 INFO:teuthology.orchestra.run.smithi071.stderr:++ ceph orch ps --hostname smithi173 2024-03-26T03:21:16.375 INFO:teuthology.orchestra.run.smithi071.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-26T03:21:16.376 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4 smithi173 running (3m) 6s ago 3m 45.6M 10.4G 19.0.0-2475-ge42b8ea3 f18c6672b5a3 a504a3ff389f 2024-03-26T03:21:16.376 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5 smithi173 running (2m) 6s ago 2m 36.8M 10.4G 19.0.0-2475-ge42b8ea3 f18c6672b5a3 cce74781588b ' 2024-03-26T03:21:16.376 INFO:teuthology.orchestra.run.smithi071.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-26T03:21:16.376 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4 smithi173 running (3m) 6s ago 3m 45.6M 10.4G 19.0.0-2475-ge42b8ea3 f18c6672b5a3 a504a3ff389f 2024-03-26T03:21:16.376 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5 smithi173 running (2m) 6s ago 2m 36.8M 10.4G 19.0.0-2475-ge42b8ea3 f18c6672b5a3 cce74781588b ' '!=' 'No daemons reported' ']' 2024-03-26T03:21:16.376 INFO:teuthology.orchestra.run.smithi071.stderr:+ sleep 15 2024-03-26T03:21:16.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:16 smithi072 bash[23112]: cluster 2024-03-26T03:21:14.640190+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v320: 1 pgs: 1 peering; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:16.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:16 smithi072 bash[23112]: cluster 2024-03-26T03:21:15.160407+0000 mon.a (mon.0) 643 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-26T03:21:16.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:16 smithi072 bash[23112]: cluster 2024-03-26T03:21:15.174215+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e50: 6 total, 5 up, 6 in 2024-03-26T03:21:16.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:16 smithi071 bash[21522]: cluster 2024-03-26T03:21:14.640190+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v320: 1 pgs: 1 peering; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:16.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:16 smithi071 bash[21522]: cluster 2024-03-26T03:21:15.160407+0000 mon.a (mon.0) 643 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-26T03:21:16.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:16 smithi071 bash[21522]: cluster 2024-03-26T03:21:15.174215+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e50: 6 total, 5 up, 6 in 2024-03-26T03:21:16.695 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 26 03:21:16 smithi173 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:21:16.695 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 26 03:21:16 smithi173 systemd[1]: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.4.service: Deactivated successfully. 2024-03-26T03:21:16.696 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 26 03:21:16 smithi173 systemd[1]: Stopped Ceph osd.4 for 3ff158ae-eb1e-11ee-95d0-87774f69a715. 2024-03-26T03:21:16.696 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 26 03:21:16 smithi173 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:21:17.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:17 smithi072 bash[23112]: audit 2024-03-26T03:21:16.355077+0000 mgr.a (mgr.14152) 380 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:21:17.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:17 smithi072 bash[23112]: audit 2024-03-26T03:21:16.785017+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-03-26T03:21:17.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:17 smithi072 bash[23112]: audit 2024-03-26T03:21:16.787993+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-03-26T03:21:17.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:17 smithi072 bash[23112]: audit 2024-03-26T03:21:16.793991+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-03-26T03:21:17.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:17 smithi072 bash[23112]: cluster 2024-03-26T03:21:16.795187+0000 mon.a (mon.0) 648 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-26T03:21:17.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:17 smithi072 bash[23112]: audit 2024-03-26T03:21:16.797060+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-03-26T03:21:17.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:17 smithi072 bash[23112]: cluster 2024-03-26T03:21:16.801794+0000 mon.a (mon.0) 650 : cluster [DBG] osdmap e51: 5 total, 5 up, 5 in 2024-03-26T03:21:17.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:17 smithi071 bash[21522]: audit 2024-03-26T03:21:16.355077+0000 mgr.a (mgr.14152) 380 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:21:17.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:17 smithi071 bash[21522]: audit 2024-03-26T03:21:16.785017+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-03-26T03:21:17.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:17 smithi071 bash[21522]: audit 2024-03-26T03:21:16.787993+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-03-26T03:21:17.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:17 smithi071 bash[21522]: audit 2024-03-26T03:21:16.793991+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-03-26T03:21:17.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:17 smithi071 bash[21522]: cluster 2024-03-26T03:21:16.795187+0000 mon.a (mon.0) 648 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-26T03:21:17.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:17 smithi071 bash[21522]: audit 2024-03-26T03:21:16.797060+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-03-26T03:21:17.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:17 smithi071 bash[21522]: cluster 2024-03-26T03:21:16.801794+0000 mon.a (mon.0) 650 : cluster [DBG] osdmap e51: 5 total, 5 up, 5 in 2024-03-26T03:21:18.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:18 smithi072 bash[23112]: cluster 2024-03-26T03:21:16.640797+0000 mgr.a (mgr.14152) 381 : cluster [DBG] pgmap v322: 1 pgs: 1 peering; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:18.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:18 smithi072 bash[23112]: cephadm 2024-03-26T03:21:16.784325+0000 mgr.a (mgr.14152) 382 : cephadm [INF] Removing key for osd.4 2024-03-26T03:21:18.470 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:18 smithi072 bash[23112]: cephadm 2024-03-26T03:21:16.793378+0000 mgr.a (mgr.14152) 383 : cephadm [INF] Successfully removed osd.4 on smithi173 2024-03-26T03:21:18.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:18 smithi072 bash[23112]: cephadm 2024-03-26T03:21:16.803586+0000 mgr.a (mgr.14152) 384 : cephadm [INF] Successfully purged osd.4 on smithi173 2024-03-26T03:21:18.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:18 smithi072 bash[23112]: cephadm 2024-03-26T03:21:16.803792+0000 mgr.a (mgr.14152) 385 : cephadm [INF] Zapping devices for osd.4 on smithi173 2024-03-26T03:21:18.471 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:18 smithi072 bash[23112]: cluster 2024-03-26T03:21:17.804505+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e52: 5 total, 5 up, 5 in 2024-03-26T03:21:18.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:18 smithi071 bash[21522]: cluster 2024-03-26T03:21:16.640797+0000 mgr.a (mgr.14152) 381 : cluster [DBG] pgmap v322: 1 pgs: 1 peering; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-26T03:21:18.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:18 smithi071 bash[21522]: cephadm 2024-03-26T03:21:16.784325+0000 mgr.a (mgr.14152) 382 : cephadm [INF] Removing key for osd.4 2024-03-26T03:21:18.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:18 smithi071 bash[21522]: cephadm 2024-03-26T03:21:16.793378+0000 mgr.a (mgr.14152) 383 : cephadm [INF] Successfully removed osd.4 on smithi173 2024-03-26T03:21:18.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:18 smithi071 bash[21522]: cephadm 2024-03-26T03:21:16.803586+0000 mgr.a (mgr.14152) 384 : cephadm [INF] Successfully purged osd.4 on smithi173 2024-03-26T03:21:18.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:18 smithi071 bash[21522]: cephadm 2024-03-26T03:21:16.803792+0000 mgr.a (mgr.14152) 385 : cephadm [INF] Zapping devices for osd.4 on smithi173 2024-03-26T03:21:18.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:18 smithi071 bash[21522]: cluster 2024-03-26T03:21:17.804505+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e52: 5 total, 5 up, 5 in 2024-03-26T03:21:20.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:19 smithi071 bash[21522]: cluster 2024-03-26T03:21:18.641334+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v325: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:21:20.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:19 smithi071 bash[21522]: cluster 2024-03-26T03:21:18.807192+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e53: 5 total, 5 up, 5 in 2024-03-26T03:21:20.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:19 smithi071 bash[21522]: cluster 2024-03-26T03:21:19.181490+0000 mon.a (mon.0) 653 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-26T03:21:20.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:19 smithi071 bash[21522]: cluster 2024-03-26T03:21:19.181546+0000 mon.a (mon.0) 654 : cluster [INF] Cluster is now healthy 2024-03-26T03:21:20.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:19 smithi072 bash[23112]: cluster 2024-03-26T03:21:18.641334+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v325: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:21:20.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:19 smithi072 bash[23112]: cluster 2024-03-26T03:21:18.807192+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e53: 5 total, 5 up, 5 in 2024-03-26T03:21:20.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:19 smithi072 bash[23112]: cluster 2024-03-26T03:21:19.181490+0000 mon.a (mon.0) 653 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-26T03:21:20.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:19 smithi072 bash[23112]: cluster 2024-03-26T03:21:19.181546+0000 mon.a (mon.0) 654 : cluster [INF] Cluster is now healthy 2024-03-26T03:21:21.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:20 smithi071 bash[21522]: cluster 2024-03-26T03:21:19.816195+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e54: 5 total, 5 up, 5 in 2024-03-26T03:21:21.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:20 smithi072 bash[23112]: cluster 2024-03-26T03:21:19.816195+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e54: 5 total, 5 up, 5 in 2024-03-26T03:21:22.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:21 smithi071 bash[21522]: cluster 2024-03-26T03:21:20.641885+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v328: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:21:22.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:21 smithi071 bash[21522]: cluster 2024-03-26T03:21:20.825693+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e55: 5 total, 5 up, 5 in 2024-03-26T03:21:22.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:21 smithi072 bash[23112]: cluster 2024-03-26T03:21:20.641885+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v328: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:21:22.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:21 smithi072 bash[23112]: cluster 2024-03-26T03:21:20.825693+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e55: 5 total, 5 up, 5 in 2024-03-26T03:21:24.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:23 smithi071 bash[21522]: cluster 2024-03-26T03:21:22.642449+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v330: 1 pgs: 1 remapped+peering; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:21:24.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:23 smithi072 bash[23112]: cluster 2024-03-26T03:21:22.642449+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v330: 1 pgs: 1 remapped+peering; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail 2024-03-26T03:21:25.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:24 smithi071 bash[21522]: debug 2024-03-26T03:21:24.942+0000 7f29fc37f700 -1 mon.a@0(leader).osd e55 definitely_dead 0 2024-03-26T03:21:26.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:25 smithi071 bash[21522]: cluster 2024-03-26T03:21:24.643035+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-26T03:21:26.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:25 smithi071 bash[21522]: cephadm 2024-03-26T03:21:24.940703+0000 mgr.a (mgr.14152) 390 : cephadm [INF] Successfully zapped devices for osd.4 on smithi173 2024-03-26T03:21:26.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:25 smithi071 bash[21522]: audit 2024-03-26T03:21:24.941470+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:26.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:25 smithi071 bash[21522]: audit 2024-03-26T03:21:24.941865+0000 mgr.a (mgr.14152) 391 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:26.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:25 smithi071 bash[21522]: audit 2024-03-26T03:21:24.944352+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-26T03:21:26.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:25 smithi071 bash[21522]: audit 2024-03-26T03:21:24.944705+0000 mgr.a (mgr.14152) 392 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-26T03:21:26.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:25 smithi071 bash[21522]: audit 2024-03-26T03:21:24.946845+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-03-26T03:21:26.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:25 smithi072 bash[23112]: cluster 2024-03-26T03:21:24.643035+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-26T03:21:26.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:25 smithi072 bash[23112]: cephadm 2024-03-26T03:21:24.940703+0000 mgr.a (mgr.14152) 390 : cephadm [INF] Successfully zapped devices for osd.4 on smithi173 2024-03-26T03:21:26.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:25 smithi072 bash[23112]: audit 2024-03-26T03:21:24.941470+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:26.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:25 smithi072 bash[23112]: audit 2024-03-26T03:21:24.941865+0000 mgr.a (mgr.14152) 391 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-26T03:21:26.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:25 smithi072 bash[23112]: audit 2024-03-26T03:21:24.944352+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-26T03:21:26.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:25 smithi072 bash[23112]: audit 2024-03-26T03:21:24.944705+0000 mgr.a (mgr.14152) 392 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-26T03:21:26.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:25 smithi072 bash[23112]: audit 2024-03-26T03:21:24.946845+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-03-26T03:21:26.696 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 26 03:21:26 smithi173 systemd[1]: Stopping Ceph osd.5 for 3ff158ae-eb1e-11ee-95d0-87774f69a715... 2024-03-26T03:21:26.696 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 26 03:21:26 smithi173 bash[32422]: debug 2024-03-26T03:21:26.385+0000 7f54c4e4e700 -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-03-26T03:21:26.696 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 26 03:21:26 smithi173 bash[32422]: debug 2024-03-26T03:21:26.385+0000 7f54c4e4e700 -1 osd.5 56 *** Got signal Terminated *** 2024-03-26T03:21:26.696 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 26 03:21:26 smithi173 bash[32422]: debug 2024-03-26T03:21:26.385+0000 7f54c4e4e700 -1 osd.5 56 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T03:21:27.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:26 smithi071 bash[21522]: cluster 2024-03-26T03:21:25.828524+0000 mon.a (mon.0) 660 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-26T03:21:27.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:26 smithi071 bash[21522]: cluster 2024-03-26T03:21:25.828595+0000 mon.a (mon.0) 661 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-03-26T03:21:27.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:26 smithi071 bash[21522]: audit 2024-03-26T03:21:25.830885+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-03-26T03:21:27.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:26 smithi071 bash[21522]: cluster 2024-03-26T03:21:25.836275+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e56: 5 total, 4 up, 5 in 2024-03-26T03:21:27.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:26 smithi071 bash[21522]: cephadm 2024-03-26T03:21:25.837824+0000 mgr.a (mgr.14152) 393 : cephadm [INF] osd.5 now down 2024-03-26T03:21:27.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:26 smithi071 bash[21522]: cephadm 2024-03-26T03:21:25.838443+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Removing daemon osd.5 from smithi173 -- ports [] 2024-03-26T03:21:27.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:26 smithi071 bash[21522]: cluster 2024-03-26T03:21:26.226460+0000 mon.a (mon.0) 664 : cluster [INF] osd.5 marked itself dead as of e56 2024-03-26T03:21:27.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:26 smithi072 bash[23112]: cluster 2024-03-26T03:21:25.828524+0000 mon.a (mon.0) 660 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-26T03:21:27.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:26 smithi072 bash[23112]: cluster 2024-03-26T03:21:25.828595+0000 mon.a (mon.0) 661 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-03-26T03:21:27.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:26 smithi072 bash[23112]: audit 2024-03-26T03:21:25.830885+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-03-26T03:21:27.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:26 smithi072 bash[23112]: cluster 2024-03-26T03:21:25.836275+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e56: 5 total, 4 up, 5 in 2024-03-26T03:21:27.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:26 smithi072 bash[23112]: cephadm 2024-03-26T03:21:25.837824+0000 mgr.a (mgr.14152) 393 : cephadm [INF] osd.5 now down 2024-03-26T03:21:27.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:26 smithi072 bash[23112]: cephadm 2024-03-26T03:21:25.838443+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Removing daemon osd.5 from smithi173 -- ports [] 2024-03-26T03:21:27.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:26 smithi072 bash[23112]: cluster 2024-03-26T03:21:26.226460+0000 mon.a (mon.0) 664 : cluster [INF] osd.5 marked itself dead as of e56 2024-03-26T03:21:27.695 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 26 03:21:27 smithi173 bash[36249]: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715-osd-5 2024-03-26T03:21:27.695 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 26 03:21:27 smithi173 bash[36311]: Error response from daemon: No such container: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715-osd-5 2024-03-26T03:21:28.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:27 smithi071 bash[21522]: cluster 2024-03-26T03:21:26.643688+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-03-26T03:21:28.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:27 smithi071 bash[21522]: cluster 2024-03-26T03:21:26.852891+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e57: 5 total, 4 up, 5 in 2024-03-26T03:21:28.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:27 smithi072 bash[23112]: cluster 2024-03-26T03:21:26.643688+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-03-26T03:21:28.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:27 smithi072 bash[23112]: cluster 2024-03-26T03:21:26.852891+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e57: 5 total, 4 up, 5 in 2024-03-26T03:21:29.445 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 26 03:21:29 smithi173 systemd[1]: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.5.service: Deactivated successfully. 2024-03-26T03:21:29.445 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 26 03:21:29 smithi173 systemd[1]: Stopped Ceph osd.5 for 3ff158ae-eb1e-11ee-95d0-87774f69a715. 2024-03-26T03:21:29.445 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 26 03:21:29 smithi173 systemd[1]: /etc/systemd/system/ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-26T03:21:30.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:29 smithi071 bash[21522]: cluster 2024-03-26T03:21:28.644414+0000 mgr.a (mgr.14152) 396 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2024-03-26T03:21:30.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:29 smithi071 bash[21522]: cephadm 2024-03-26T03:21:29.413490+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Removing key for osd.5 2024-03-26T03:21:30.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:29 smithi071 bash[21522]: audit 2024-03-26T03:21:29.414158+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-03-26T03:21:30.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:29 smithi071 bash[21522]: audit 2024-03-26T03:21:29.417057+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-03-26T03:21:30.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:29 smithi071 bash[21522]: cephadm 2024-03-26T03:21:29.422096+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Successfully removed osd.5 on smithi173 2024-03-26T03:21:30.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:29 smithi071 bash[21522]: audit 2024-03-26T03:21:29.422753+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-03-26T03:21:30.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:29 smithi071 bash[21522]: cluster 2024-03-26T03:21:29.423967+0000 mon.a (mon.0) 669 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-26T03:21:30.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:29 smithi071 bash[21522]: cluster 2024-03-26T03:21:29.424018+0000 mon.a (mon.0) 670 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-03-26T03:21:30.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:29 smithi071 bash[21522]: cluster 2024-03-26T03:21:29.424051+0000 mon.a (mon.0) 671 : cluster [INF] Cluster is now healthy 2024-03-26T03:21:30.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:29 smithi071 bash[21522]: audit 2024-03-26T03:21:29.426066+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-03-26T03:21:30.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:29 smithi071 bash[21522]: cluster 2024-03-26T03:21:29.432671+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e58: 4 total, 4 up, 4 in 2024-03-26T03:21:30.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:29 smithi071 bash[21522]: cephadm 2024-03-26T03:21:29.433965+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Successfully purged osd.5 on smithi173 2024-03-26T03:21:30.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:29 smithi071 bash[21522]: cephadm 2024-03-26T03:21:29.434165+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Zapping devices for osd.5 on smithi173 2024-03-26T03:21:30.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:29 smithi072 bash[23112]: cluster 2024-03-26T03:21:28.644414+0000 mgr.a (mgr.14152) 396 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2024-03-26T03:21:30.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:29 smithi072 bash[23112]: cephadm 2024-03-26T03:21:29.413490+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Removing key for osd.5 2024-03-26T03:21:30.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:29 smithi072 bash[23112]: audit 2024-03-26T03:21:29.414158+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-03-26T03:21:30.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:29 smithi072 bash[23112]: audit 2024-03-26T03:21:29.417057+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-03-26T03:21:30.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:29 smithi072 bash[23112]: cephadm 2024-03-26T03:21:29.422096+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Successfully removed osd.5 on smithi173 2024-03-26T03:21:30.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:29 smithi072 bash[23112]: audit 2024-03-26T03:21:29.422753+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-03-26T03:21:30.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:29 smithi072 bash[23112]: cluster 2024-03-26T03:21:29.423967+0000 mon.a (mon.0) 669 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-26T03:21:30.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:29 smithi072 bash[23112]: cluster 2024-03-26T03:21:29.424018+0000 mon.a (mon.0) 670 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-03-26T03:21:30.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:29 smithi072 bash[23112]: cluster 2024-03-26T03:21:29.424051+0000 mon.a (mon.0) 671 : cluster [INF] Cluster is now healthy 2024-03-26T03:21:30.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:29 smithi072 bash[23112]: audit 2024-03-26T03:21:29.426066+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-03-26T03:21:30.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:29 smithi072 bash[23112]: cluster 2024-03-26T03:21:29.432671+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e58: 4 total, 4 up, 4 in 2024-03-26T03:21:30.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:29 smithi072 bash[23112]: cephadm 2024-03-26T03:21:29.433965+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Successfully purged osd.5 on smithi173 2024-03-26T03:21:30.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:29 smithi072 bash[23112]: cephadm 2024-03-26T03:21:29.434165+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Zapping devices for osd.5 on smithi173 2024-03-26T03:21:31.378 INFO:teuthology.orchestra.run.smithi071.stderr:++ ceph orch ps --hostname smithi173 2024-03-26T03:21:31.737 INFO:teuthology.orchestra.run.smithi071.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-03-26T03:21:31.737 INFO:teuthology.orchestra.run.smithi071.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-03-26T03:21:31.737 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-03-26T03:21:32.074 INFO:teuthology.orchestra.run.smithi071.stderr:17 2024-03-26T03:21:32.085 INFO:teuthology.orchestra.run.smithi071.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-03-26T03:21:32.103 INFO:teuthology.orchestra.run.smithi071.stderr:++ cat crushmap.txt 2024-03-26T03:21:32.105 INFO:teuthology.orchestra.run.smithi071.stderr:+ CRUSH_MAP='# begin crush map 2024-03-26T03:21:32.105 INFO:teuthology.orchestra.run.smithi071.stderr:tunable choose_local_tries 0 2024-03-26T03:21:32.105 INFO:teuthology.orchestra.run.smithi071.stderr:tunable choose_local_fallback_tries 0 2024-03-26T03:21:32.105 INFO:teuthology.orchestra.run.smithi071.stderr:tunable choose_total_tries 50 2024-03-26T03:21:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:tunable chooseleaf_descend_once 1 2024-03-26T03:21:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:tunable chooseleaf_vary_r 1 2024-03-26T03:21:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:tunable chooseleaf_stable 1 2024-03-26T03:21:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:tunable straw_calc_version 1 2024-03-26T03:21:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:tunable allowed_bucket_algs 54 2024-03-26T03:21:32.106 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-03-26T03:21:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:# devices 2024-03-26T03:21:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:device 0 osd.0 class ssd 2024-03-26T03:21:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:device 1 osd.1 class ssd 2024-03-26T03:21:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:device 2 osd.2 class ssd 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr:device 3 osd.3 class ssd 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr:# types 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr:type 0 osd 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr:type 1 host 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr:type 2 chassis 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr:type 3 rack 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr:type 4 row 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr:type 5 pdu 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr:type 6 pod 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr:type 7 room 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr:type 8 datacenter 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr:type 9 zone 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr:type 10 region 2024-03-26T03:21:32.107 INFO:teuthology.orchestra.run.smithi071.stderr:type 11 root 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr:# buckets 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr:host smithi071 { 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr: id -3 # do not change unnecessarily 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr: id -4 class ssd # do not change unnecessarily 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr: # weight 0.17459 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr: alg straw2 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr: hash 0 # rjenkins1 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr: item osd.0 weight 0.08730 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr: item osd.1 weight 0.08730 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr:} 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr:host smithi072 { 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr: id -5 # do not change unnecessarily 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr: id -6 class ssd # do not change unnecessarily 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr: # weight 0.17459 2024-03-26T03:21:32.108 INFO:teuthology.orchestra.run.smithi071.stderr: alg straw2 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr: hash 0 # rjenkins1 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr: item osd.2 weight 0.08730 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr: item osd.3 weight 0.08730 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr:} 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr:host smithi173 { 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr: id -7 # do not change unnecessarily 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr: id -8 class ssd # do not change unnecessarily 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr: # weight 0.00000 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr: alg straw2 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr: hash 0 # rjenkins1 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr:} 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr:root default { 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr: id -1 # do not change unnecessarily 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr: id -2 class ssd # do not change unnecessarily 2024-03-26T03:21:32.109 INFO:teuthology.orchestra.run.smithi071.stderr: # weight 0.34918 2024-03-26T03:21:32.110 INFO:teuthology.orchestra.run.smithi071.stderr: alg straw2 2024-03-26T03:21:32.110 INFO:teuthology.orchestra.run.smithi071.stderr: hash 0 # rjenkins1 2024-03-26T03:21:32.110 INFO:teuthology.orchestra.run.smithi071.stderr: item smithi071 weight 0.17459 2024-03-26T03:21:32.110 INFO:teuthology.orchestra.run.smithi071.stderr: item smithi072 weight 0.17459 2024-03-26T03:21:32.110 INFO:teuthology.orchestra.run.smithi071.stderr: item smithi173 weight 0.00000 2024-03-26T03:21:32.110 INFO:teuthology.orchestra.run.smithi071.stderr:} 2024-03-26T03:21:32.110 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-03-26T03:21:32.110 INFO:teuthology.orchestra.run.smithi071.stderr:# rules 2024-03-26T03:21:32.110 INFO:teuthology.orchestra.run.smithi071.stderr:rule replicated_rule { 2024-03-26T03:21:32.110 INFO:teuthology.orchestra.run.smithi071.stderr: id 0 2024-03-26T03:21:32.110 INFO:teuthology.orchestra.run.smithi071.stderr: type replicated 2024-03-26T03:21:32.110 INFO:teuthology.orchestra.run.smithi071.stderr: step take default 2024-03-26T03:21:32.110 INFO:teuthology.orchestra.run.smithi071.stderr: step choose firstn 0 type osd 2024-03-26T03:21:32.111 INFO:teuthology.orchestra.run.smithi071.stderr: step emit 2024-03-26T03:21:32.111 INFO:teuthology.orchestra.run.smithi071.stderr:} 2024-03-26T03:21:32.111 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-03-26T03:21:32.111 INFO:teuthology.orchestra.run.smithi071.stderr:# end crush map' 2024-03-26T03:21:32.111 INFO:teuthology.orchestra.run.smithi071.stderr:+ grep -q smithi173 2024-03-26T03:21:32.111 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph orch host rm smithi173 --rm-crush-entry 2024-03-26T03:21:32.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:31 smithi071 bash[21522]: cluster 2024-03-26T03:21:30.644962+0000 mgr.a (mgr.14152) 401 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:32.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:31 smithi072 bash[23112]: cluster 2024-03-26T03:21:30.644962+0000 mgr.a (mgr.14152) 401 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:32.900 INFO:teuthology.orchestra.run.smithi071.stdout:Removed host 'smithi173' 2024-03-26T03:21:32.919 INFO:teuthology.orchestra.run.smithi071.stderr:+ sleep 30 2024-03-26T03:21:33.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:32 smithi071 bash[21522]: audit 2024-03-26T03:21:31.724482+0000 mgr.a (mgr.14152) 402 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:21:33.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:32 smithi071 bash[21522]: audit 2024-03-26T03:21:32.073061+0000 mon.a (mon.0) 674 : audit [DBG] from='client.? 172.21.15.71:0/1839524384' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-03-26T03:21:33.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:32 smithi071 bash[21522]: audit 2024-03-26T03:21:32.436955+0000 mgr.a (mgr.14152) 403 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi173", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:21:33.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:32 smithi071 bash[21522]: audit 2024-03-26T03:21:32.437711+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi173"}]: dispatch 2024-03-26T03:21:33.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:32 smithi072 bash[23112]: audit 2024-03-26T03:21:31.724482+0000 mgr.a (mgr.14152) 402 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:21:33.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:32 smithi072 bash[23112]: audit 2024-03-26T03:21:32.073061+0000 mon.a (mon.0) 674 : audit [DBG] from='client.? 172.21.15.71:0/1839524384' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-03-26T03:21:33.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:32 smithi072 bash[23112]: audit 2024-03-26T03:21:32.436955+0000 mgr.a (mgr.14152) 403 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi173", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-26T03:21:33.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:32 smithi072 bash[23112]: audit 2024-03-26T03:21:32.437711+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi173"}]: dispatch 2024-03-26T03:21:34.134 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:33 smithi071 bash[21522]: cluster 2024-03-26T03:21:32.645443+0000 mgr.a (mgr.14152) 404 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:34.134 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:33 smithi071 bash[21522]: audit 2024-03-26T03:21:32.869129+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi173"}]': finished 2024-03-26T03:21:34.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:33 smithi071 bash[21522]: cluster 2024-03-26T03:21:32.877189+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e59: 4 total, 4 up, 4 in 2024-03-26T03:21:34.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:33 smithi071 bash[21522]: audit 2024-03-26T03:21:32.885919+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:34.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:33 smithi071 bash[21522]: audit 2024-03-26T03:21:32.887159+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi173"}]: dispatch 2024-03-26T03:21:34.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:33 smithi071 bash[21522]: audit 2024-03-26T03:21:32.893886+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi173"}]': finished 2024-03-26T03:21:34.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:33 smithi071 bash[21522]: cephadm 2024-03-26T03:21:32.902326+0000 mgr.a (mgr.14152) 405 : cephadm [INF] Removed host smithi173 2024-03-26T03:21:34.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:33 smithi071 bash[21522]: cephadm 2024-03-26T03:21:32.907768+0000 mgr.a (mgr.14152) 406 : cephadm [INF] Successfully zapped devices for osd.5 on smithi173 2024-03-26T03:21:34.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:33 smithi071 bash[21522]: audit 2024-03-26T03:21:32.912906+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:34.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:33 smithi071 bash[21522]: cephadm 2024-03-26T03:21:32.980199+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-26T03:21:34.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:33 smithi071 bash[21522]: audit 2024-03-26T03:21:32.980868+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:21:34.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:33 smithi071 bash[21522]: audit 2024-03-26T03:21:32.982092+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:21:34.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:33 smithi071 bash[21522]: audit 2024-03-26T03:21:32.983247+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:34.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:33 smithi071 bash[21522]: cephadm 2024-03-26T03:21:32.984740+0000 mgr.a (mgr.14152) 408 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-03-26T03:21:34.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:33 smithi072 bash[23112]: cluster 2024-03-26T03:21:32.645443+0000 mgr.a (mgr.14152) 404 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:34.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:33 smithi072 bash[23112]: audit 2024-03-26T03:21:32.869129+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi173"}]': finished 2024-03-26T03:21:34.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:33 smithi072 bash[23112]: cluster 2024-03-26T03:21:32.877189+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e59: 4 total, 4 up, 4 in 2024-03-26T03:21:34.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:33 smithi072 bash[23112]: audit 2024-03-26T03:21:32.885919+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:34.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:33 smithi072 bash[23112]: audit 2024-03-26T03:21:32.887159+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi173"}]: dispatch 2024-03-26T03:21:34.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:33 smithi072 bash[23112]: audit 2024-03-26T03:21:32.893886+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi173"}]': finished 2024-03-26T03:21:34.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:33 smithi072 bash[23112]: cephadm 2024-03-26T03:21:32.902326+0000 mgr.a (mgr.14152) 405 : cephadm [INF] Removed host smithi173 2024-03-26T03:21:34.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:33 smithi072 bash[23112]: cephadm 2024-03-26T03:21:32.907768+0000 mgr.a (mgr.14152) 406 : cephadm [INF] Successfully zapped devices for osd.5 on smithi173 2024-03-26T03:21:34.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:33 smithi072 bash[23112]: audit 2024-03-26T03:21:32.912906+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:34.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:33 smithi072 bash[23112]: cephadm 2024-03-26T03:21:32.980199+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-26T03:21:34.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:33 smithi072 bash[23112]: audit 2024-03-26T03:21:32.980868+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:21:34.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:33 smithi072 bash[23112]: audit 2024-03-26T03:21:32.982092+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:21:34.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:33 smithi072 bash[23112]: audit 2024-03-26T03:21:32.983247+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:34.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:33 smithi072 bash[23112]: cephadm 2024-03-26T03:21:32.984740+0000 mgr.a (mgr.14152) 408 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-03-26T03:21:36.090 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:35 smithi071 bash[21522]: cluster 2024-03-26T03:21:34.645964+0000 mgr.a (mgr.14152) 409 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:36.090 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:35 smithi071 bash[21522]: audit 2024-03-26T03:21:34.842539+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:36.090 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:35 smithi071 bash[21522]: audit 2024-03-26T03:21:34.851634+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:36.090 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:35 smithi071 bash[21522]: cephadm 2024-03-26T03:21:34.853679+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-03-26T03:21:36.090 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:35 smithi071 bash[21522]: audit 2024-03-26T03:21:34.854333+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:21:36.090 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:35 smithi071 bash[21522]: audit 2024-03-26T03:21:34.856040+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:21:36.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:35 smithi071 bash[21522]: audit 2024-03-26T03:21:34.857752+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:36.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:35 smithi071 bash[21522]: cephadm 2024-03-26T03:21:34.859662+0000 mgr.a (mgr.14152) 411 : cephadm [INF] Reconfiguring daemon mgr.a on smithi071 2024-03-26T03:21:36.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:35 smithi072 bash[23112]: cluster 2024-03-26T03:21:34.645964+0000 mgr.a (mgr.14152) 409 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:36.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:35 smithi072 bash[23112]: audit 2024-03-26T03:21:34.842539+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:36.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:35 smithi072 bash[23112]: audit 2024-03-26T03:21:34.851634+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:36.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:35 smithi072 bash[23112]: cephadm 2024-03-26T03:21:34.853679+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-03-26T03:21:36.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:35 smithi072 bash[23112]: audit 2024-03-26T03:21:34.854333+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:21:36.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:35 smithi072 bash[23112]: audit 2024-03-26T03:21:34.856040+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:21:36.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:35 smithi072 bash[23112]: audit 2024-03-26T03:21:34.857752+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:36.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:35 smithi072 bash[23112]: cephadm 2024-03-26T03:21:34.859662+0000 mgr.a (mgr.14152) 411 : cephadm [INF] Reconfiguring daemon mgr.a on smithi071 2024-03-26T03:21:38.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:37 smithi071 bash[21522]: cluster 2024-03-26T03:21:36.646597+0000 mgr.a (mgr.14152) 412 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:38.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:37 smithi071 bash[21522]: audit 2024-03-26T03:21:36.822138+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:38.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:37 smithi071 bash[21522]: audit 2024-03-26T03:21:36.830145+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:38.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:37 smithi071 bash[21522]: cephadm 2024-03-26T03:21:36.878055+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-26T03:21:38.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:37 smithi071 bash[21522]: audit 2024-03-26T03:21:36.878697+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T03:21:38.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:37 smithi071 bash[21522]: audit 2024-03-26T03:21:36.880361+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:38.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:37 smithi071 bash[21522]: cephadm 2024-03-26T03:21:36.883243+0000 mgr.a (mgr.14152) 414 : cephadm [INF] Reconfiguring daemon osd.0 on smithi071 2024-03-26T03:21:38.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:37 smithi072 bash[23112]: cluster 2024-03-26T03:21:36.646597+0000 mgr.a (mgr.14152) 412 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:38.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:37 smithi072 bash[23112]: audit 2024-03-26T03:21:36.822138+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:38.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:37 smithi072 bash[23112]: audit 2024-03-26T03:21:36.830145+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:38.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:37 smithi072 bash[23112]: cephadm 2024-03-26T03:21:36.878055+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-26T03:21:38.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:37 smithi072 bash[23112]: audit 2024-03-26T03:21:36.878697+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-26T03:21:38.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:37 smithi072 bash[23112]: audit 2024-03-26T03:21:36.880361+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:38.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:37 smithi072 bash[23112]: cephadm 2024-03-26T03:21:36.883243+0000 mgr.a (mgr.14152) 414 : cephadm [INF] Reconfiguring daemon osd.0 on smithi071 2024-03-26T03:21:40.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:39 smithi071 bash[21522]: cluster 2024-03-26T03:21:38.647235+0000 mgr.a (mgr.14152) 415 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:40.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:39 smithi071 bash[21522]: audit 2024-03-26T03:21:38.768161+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:40.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:39 smithi071 bash[21522]: audit 2024-03-26T03:21:38.776782+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:40.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:39 smithi071 bash[21522]: cephadm 2024-03-26T03:21:38.802661+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-26T03:21:40.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:39 smithi071 bash[21522]: audit 2024-03-26T03:21:38.803269+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T03:21:40.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:39 smithi071 bash[21522]: audit 2024-03-26T03:21:38.804827+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:40.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:39 smithi071 bash[21522]: cephadm 2024-03-26T03:21:38.807336+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Reconfiguring daemon osd.1 on smithi071 2024-03-26T03:21:40.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:39 smithi072 bash[23112]: cluster 2024-03-26T03:21:38.647235+0000 mgr.a (mgr.14152) 415 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:40.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:39 smithi072 bash[23112]: audit 2024-03-26T03:21:38.768161+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:40.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:39 smithi072 bash[23112]: audit 2024-03-26T03:21:38.776782+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:40.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:39 smithi072 bash[23112]: cephadm 2024-03-26T03:21:38.802661+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-26T03:21:40.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:39 smithi072 bash[23112]: audit 2024-03-26T03:21:38.803269+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-26T03:21:40.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:39 smithi072 bash[23112]: audit 2024-03-26T03:21:38.804827+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:40.221 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:39 smithi072 bash[23112]: cephadm 2024-03-26T03:21:38.807336+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Reconfiguring daemon osd.1 on smithi071 2024-03-26T03:21:42.108 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:41 smithi072 bash[23112]: cluster 2024-03-26T03:21:40.647937+0000 mgr.a (mgr.14152) 418 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:42.108 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:41 smithi072 bash[23112]: audit 2024-03-26T03:21:40.855094+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:42.108 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:41 smithi072 bash[23112]: audit 2024-03-26T03:21:40.863898+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:42.108 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:41 smithi072 bash[23112]: cephadm 2024-03-26T03:21:40.876311+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T03:21:42.108 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:41 smithi072 bash[23112]: audit 2024-03-26T03:21:40.876878+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:21:42.108 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:41 smithi072 bash[23112]: audit 2024-03-26T03:21:40.878027+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:21:42.109 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:41 smithi072 bash[23112]: audit 2024-03-26T03:21:40.879167+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:42.109 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:41 smithi072 bash[23112]: cephadm 2024-03-26T03:21:40.880413+0000 mgr.a (mgr.14152) 420 : cephadm [INF] Reconfiguring daemon mon.b on smithi072 2024-03-26T03:21:42.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:41 smithi071 bash[21522]: cluster 2024-03-26T03:21:40.647937+0000 mgr.a (mgr.14152) 418 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:42.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:41 smithi071 bash[21522]: audit 2024-03-26T03:21:40.855094+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:42.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:41 smithi071 bash[21522]: audit 2024-03-26T03:21:40.863898+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:42.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:41 smithi071 bash[21522]: cephadm 2024-03-26T03:21:40.876311+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-26T03:21:42.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:41 smithi071 bash[21522]: audit 2024-03-26T03:21:40.876878+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-26T03:21:42.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:41 smithi071 bash[21522]: audit 2024-03-26T03:21:40.878027+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-26T03:21:42.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:41 smithi071 bash[21522]: audit 2024-03-26T03:21:40.879167+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:42.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:41 smithi071 bash[21522]: cephadm 2024-03-26T03:21:40.880413+0000 mgr.a (mgr.14152) 420 : cephadm [INF] Reconfiguring daemon mon.b on smithi072 2024-03-26T03:21:44.191 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:43 smithi072 bash[23112]: cluster 2024-03-26T03:21:42.648529+0000 mgr.a (mgr.14152) 421 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:44.192 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:43 smithi072 bash[23112]: audit 2024-03-26T03:21:42.941103+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:44.192 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:43 smithi072 bash[23112]: audit 2024-03-26T03:21:42.951618+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:44.192 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:43 smithi072 bash[23112]: cephadm 2024-03-26T03:21:42.999917+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-03-26T03:21:44.192 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:43 smithi072 bash[23112]: audit 2024-03-26T03:21:43.000649+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:21:44.192 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:43 smithi072 bash[23112]: audit 2024-03-26T03:21:43.002592+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:21:44.192 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:43 smithi072 bash[23112]: audit 2024-03-26T03:21:43.004218+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:44.192 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:43 smithi072 bash[23112]: cephadm 2024-03-26T03:21:43.006097+0000 mgr.a (mgr.14152) 423 : cephadm [INF] Reconfiguring daemon mgr.b on smithi072 2024-03-26T03:21:44.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:43 smithi071 bash[21522]: cluster 2024-03-26T03:21:42.648529+0000 mgr.a (mgr.14152) 421 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:44.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:43 smithi071 bash[21522]: audit 2024-03-26T03:21:42.941103+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:44.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:43 smithi071 bash[21522]: audit 2024-03-26T03:21:42.951618+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:44.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:43 smithi071 bash[21522]: cephadm 2024-03-26T03:21:42.999917+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-03-26T03:21:44.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:43 smithi071 bash[21522]: audit 2024-03-26T03:21:43.000649+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-26T03:21:44.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:43 smithi071 bash[21522]: audit 2024-03-26T03:21:43.002592+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-26T03:21:44.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:43 smithi071 bash[21522]: audit 2024-03-26T03:21:43.004218+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:44.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:43 smithi071 bash[21522]: cephadm 2024-03-26T03:21:43.006097+0000 mgr.a (mgr.14152) 423 : cephadm [INF] Reconfiguring daemon mgr.b on smithi072 2024-03-26T03:21:46.270 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:45 smithi072 bash[23112]: cluster 2024-03-26T03:21:44.649080+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:46.270 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:45 smithi072 bash[23112]: audit 2024-03-26T03:21:44.998913+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:46.270 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:45 smithi072 bash[23112]: audit 2024-03-26T03:21:45.007957+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:46.270 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:45 smithi072 bash[23112]: cephadm 2024-03-26T03:21:45.026080+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-26T03:21:46.271 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:46 smithi072 bash[23112]: audit 2024-03-26T03:21:45.026894+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T03:21:46.271 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:46 smithi072 bash[23112]: audit 2024-03-26T03:21:45.028996+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:46.271 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:46 smithi072 bash[23112]: cephadm 2024-03-26T03:21:45.031925+0000 mgr.a (mgr.14152) 426 : cephadm [INF] Reconfiguring daemon osd.2 on smithi072 2024-03-26T03:21:46.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:45 smithi071 bash[21522]: cluster 2024-03-26T03:21:44.649080+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:46.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:45 smithi071 bash[21522]: audit 2024-03-26T03:21:44.998913+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:46.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:45 smithi071 bash[21522]: audit 2024-03-26T03:21:45.007957+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:46.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:45 smithi071 bash[21522]: cephadm 2024-03-26T03:21:45.026080+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-26T03:21:46.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:45 smithi071 bash[21522]: audit 2024-03-26T03:21:45.026894+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-26T03:21:46.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:45 smithi071 bash[21522]: audit 2024-03-26T03:21:45.028996+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:46.411 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:45 smithi071 bash[21522]: cephadm 2024-03-26T03:21:45.031925+0000 mgr.a (mgr.14152) 426 : cephadm [INF] Reconfiguring daemon osd.2 on smithi072 2024-03-26T03:21:48.407 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:48 smithi072 bash[23112]: cluster 2024-03-26T03:21:46.649584+0000 mgr.a (mgr.14152) 427 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:48.407 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:48 smithi072 bash[23112]: audit 2024-03-26T03:21:47.120811+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:48.407 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:48 smithi072 bash[23112]: audit 2024-03-26T03:21:47.131012+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:48.408 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:48 smithi072 bash[23112]: cephadm 2024-03-26T03:21:47.151044+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-26T03:21:48.408 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:48 smithi072 bash[23112]: audit 2024-03-26T03:21:47.151778+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-26T03:21:48.408 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:48 smithi072 bash[23112]: audit 2024-03-26T03:21:47.153735+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:48.408 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:48 smithi072 bash[23112]: cephadm 2024-03-26T03:21:47.156819+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Reconfiguring daemon osd.3 on smithi072 2024-03-26T03:21:48.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:48 smithi071 bash[21522]: cluster 2024-03-26T03:21:46.649584+0000 mgr.a (mgr.14152) 427 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:48.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:48 smithi071 bash[21522]: audit 2024-03-26T03:21:47.120811+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:48.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:48 smithi071 bash[21522]: audit 2024-03-26T03:21:47.131012+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:48.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:48 smithi071 bash[21522]: cephadm 2024-03-26T03:21:47.151044+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-26T03:21:48.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:48 smithi071 bash[21522]: audit 2024-03-26T03:21:47.151778+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-26T03:21:48.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:48 smithi071 bash[21522]: audit 2024-03-26T03:21:47.153735+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:48.410 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:48 smithi071 bash[21522]: cephadm 2024-03-26T03:21:47.156819+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Reconfiguring daemon osd.3 on smithi072 2024-03-26T03:21:50.661 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:50 smithi071 bash[21522]: cluster 2024-03-26T03:21:48.650153+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:50.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:50 smithi071 bash[21522]: audit 2024-03-26T03:21:49.302401+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:50.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:50 smithi071 bash[21522]: audit 2024-03-26T03:21:49.312868+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:50.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:50 smithi071 bash[21522]: audit 2024-03-26T03:21:49.327894+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:21:50.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:50 smithi071 bash[21522]: audit 2024-03-26T03:21:49.853262+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:50.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:50 smithi071 bash[21522]: audit 2024-03-26T03:21:49.860008+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:50.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:50 smithi072 bash[23112]: cluster 2024-03-26T03:21:48.650153+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:50.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:50 smithi072 bash[23112]: audit 2024-03-26T03:21:49.302401+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:50.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:50 smithi072 bash[23112]: audit 2024-03-26T03:21:49.312868+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:50.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:50 smithi072 bash[23112]: audit 2024-03-26T03:21:49.327894+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-26T03:21:50.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:50 smithi072 bash[23112]: audit 2024-03-26T03:21:49.853262+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:50.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:50 smithi072 bash[23112]: audit 2024-03-26T03:21:49.860008+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:51.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:51 smithi071 bash[21522]: audit 2024-03-26T03:21:50.546196+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:51.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:51 smithi071 bash[21522]: audit 2024-03-26T03:21:50.547914+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:21:51.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:51 smithi071 bash[21522]: cluster 2024-03-26T03:21:50.551212+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:51.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:51 smithi071 bash[21522]: audit 2024-03-26T03:21:50.558015+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:51.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:51 smithi072 bash[23112]: audit 2024-03-26T03:21:50.546196+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-26T03:21:51.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:51 smithi072 bash[23112]: audit 2024-03-26T03:21:50.547914+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-26T03:21:51.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:51 smithi072 bash[23112]: cluster 2024-03-26T03:21:50.551212+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:51.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:51 smithi072 bash[23112]: audit 2024-03-26T03:21:50.558015+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.71:0/3059764204' entity='mgr.a' 2024-03-26T03:21:52.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:52 smithi071 bash[21522]: cluster 2024-03-26T03:21:51.300879+0000 mon.a (mon.0) 724 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-03-26T03:21:52.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:52 smithi072 bash[23112]: cluster 2024-03-26T03:21:51.300879+0000 mon.a (mon.0) 724 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-03-26T03:21:53.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:53 smithi071 bash[21522]: cluster 2024-03-26T03:21:52.551789+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:53.720 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:53 smithi072 bash[23112]: cluster 2024-03-26T03:21:52.551789+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:54.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:54 smithi071 bash[21522]: cluster 2024-03-26T03:21:54.552357+0000 mgr.a (mgr.14152) 433 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:54.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:54 smithi072 bash[23112]: cluster 2024-03-26T03:21:54.552357+0000 mgr.a (mgr.14152) 433 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:56.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:56 smithi071 bash[21522]: cluster 2024-03-26T03:21:56.552927+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:56.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:56 smithi072 bash[23112]: cluster 2024-03-26T03:21:56.552927+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:58.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:21:58 smithi071 bash[21522]: cluster 2024-03-26T03:21:58.553449+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:21:58.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:21:58 smithi072 bash[23112]: cluster 2024-03-26T03:21:58.553449+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:22:00.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:22:00 smithi071 bash[21522]: cluster 2024-03-26T03:22:00.554034+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:22:00.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:22:00 smithi072 bash[23112]: cluster 2024-03-26T03:22:00.554034+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:22:02.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:22:02 smithi071 bash[21522]: cluster 2024-03-26T03:22:02.554578+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:22:02.921 INFO:teuthology.orchestra.run.smithi071.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-03-26T03:22:02.970 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:22:02 smithi072 bash[23112]: cluster 2024-03-26T03:22:02.554578+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-03-26T03:22:03.256 INFO:teuthology.orchestra.run.smithi071.stderr:18 2024-03-26T03:22:03.265 INFO:teuthology.orchestra.run.smithi071.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-03-26T03:22:03.284 INFO:teuthology.orchestra.run.smithi071.stderr:++ cat crushmap.txt 2024-03-26T03:22:03.285 INFO:teuthology.orchestra.run.smithi071.stderr:+ CRUSH_MAP='# begin crush map 2024-03-26T03:22:03.285 INFO:teuthology.orchestra.run.smithi071.stderr:tunable choose_local_tries 0 2024-03-26T03:22:03.285 INFO:teuthology.orchestra.run.smithi071.stderr:tunable choose_local_fallback_tries 0 2024-03-26T03:22:03.285 INFO:teuthology.orchestra.run.smithi071.stderr:tunable choose_total_tries 50 2024-03-26T03:22:03.285 INFO:teuthology.orchestra.run.smithi071.stderr:tunable chooseleaf_descend_once 1 2024-03-26T03:22:03.286 INFO:teuthology.orchestra.run.smithi071.stderr:tunable chooseleaf_vary_r 1 2024-03-26T03:22:03.286 INFO:teuthology.orchestra.run.smithi071.stderr:tunable chooseleaf_stable 1 2024-03-26T03:22:03.286 INFO:teuthology.orchestra.run.smithi071.stderr:tunable straw_calc_version 1 2024-03-26T03:22:03.286 INFO:teuthology.orchestra.run.smithi071.stderr:tunable allowed_bucket_algs 54 2024-03-26T03:22:03.286 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-03-26T03:22:03.286 INFO:teuthology.orchestra.run.smithi071.stderr:# devices 2024-03-26T03:22:03.286 INFO:teuthology.orchestra.run.smithi071.stderr:device 0 osd.0 class ssd 2024-03-26T03:22:03.286 INFO:teuthology.orchestra.run.smithi071.stderr:device 1 osd.1 class ssd 2024-03-26T03:22:03.286 INFO:teuthology.orchestra.run.smithi071.stderr:device 2 osd.2 class ssd 2024-03-26T03:22:03.286 INFO:teuthology.orchestra.run.smithi071.stderr:device 3 osd.3 class ssd 2024-03-26T03:22:03.286 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-03-26T03:22:03.286 INFO:teuthology.orchestra.run.smithi071.stderr:# types 2024-03-26T03:22:03.286 INFO:teuthology.orchestra.run.smithi071.stderr:type 0 osd 2024-03-26T03:22:03.287 INFO:teuthology.orchestra.run.smithi071.stderr:type 1 host 2024-03-26T03:22:03.287 INFO:teuthology.orchestra.run.smithi071.stderr:type 2 chassis 2024-03-26T03:22:03.287 INFO:teuthology.orchestra.run.smithi071.stderr:type 3 rack 2024-03-26T03:22:03.287 INFO:teuthology.orchestra.run.smithi071.stderr:type 4 row 2024-03-26T03:22:03.287 INFO:teuthology.orchestra.run.smithi071.stderr:type 5 pdu 2024-03-26T03:22:03.287 INFO:teuthology.orchestra.run.smithi071.stderr:type 6 pod 2024-03-26T03:22:03.287 INFO:teuthology.orchestra.run.smithi071.stderr:type 7 room 2024-03-26T03:22:03.287 INFO:teuthology.orchestra.run.smithi071.stderr:type 8 datacenter 2024-03-26T03:22:03.287 INFO:teuthology.orchestra.run.smithi071.stderr:type 9 zone 2024-03-26T03:22:03.287 INFO:teuthology.orchestra.run.smithi071.stderr:type 10 region 2024-03-26T03:22:03.287 INFO:teuthology.orchestra.run.smithi071.stderr:type 11 root 2024-03-26T03:22:03.287 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-03-26T03:22:03.287 INFO:teuthology.orchestra.run.smithi071.stderr:# buckets 2024-03-26T03:22:03.287 INFO:teuthology.orchestra.run.smithi071.stderr:host smithi071 { 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr: id -3 # do not change unnecessarily 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr: id -4 class ssd # do not change unnecessarily 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr: # weight 0.17459 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr: alg straw2 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr: hash 0 # rjenkins1 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr: item osd.0 weight 0.08730 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr: item osd.1 weight 0.08730 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr:} 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr:host smithi072 { 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr: id -5 # do not change unnecessarily 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr: id -6 class ssd # do not change unnecessarily 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr: # weight 0.17459 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr: alg straw2 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr: hash 0 # rjenkins1 2024-03-26T03:22:03.288 INFO:teuthology.orchestra.run.smithi071.stderr: item osd.2 weight 0.08730 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr: item osd.3 weight 0.08730 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr:} 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr:root default { 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr: id -1 # do not change unnecessarily 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr: id -2 class ssd # do not change unnecessarily 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr: # weight 0.34918 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr: alg straw2 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr: hash 0 # rjenkins1 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr: item smithi071 weight 0.17459 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr: item smithi072 weight 0.17459 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr:} 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr:# rules 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr:rule replicated_rule { 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr: id 0 2024-03-26T03:22:03.289 INFO:teuthology.orchestra.run.smithi071.stderr: type replicated 2024-03-26T03:22:03.290 INFO:teuthology.orchestra.run.smithi071.stderr: step take default 2024-03-26T03:22:03.290 INFO:teuthology.orchestra.run.smithi071.stderr: step choose firstn 0 type osd 2024-03-26T03:22:03.290 INFO:teuthology.orchestra.run.smithi071.stderr: step emit 2024-03-26T03:22:03.290 INFO:teuthology.orchestra.run.smithi071.stderr:} 2024-03-26T03:22:03.290 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-03-26T03:22:03.290 INFO:teuthology.orchestra.run.smithi071.stderr:# end crush map' 2024-03-26T03:22:03.290 INFO:teuthology.orchestra.run.smithi071.stderr:+ grep -q smithi173 2024-03-26T03:22:03.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:22:03 smithi071 bash[21522]: audit 2024-03-26T03:22:03.255899+0000 mon.a (mon.0) 725 : audit [DBG] from='client.? 172.21.15.71:0/1027374503' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-03-26T03:22:03.916 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-26T03:22:03.926 INFO:tasks.cephadm:Teardown begin 2024-03-26T03:22:03.927 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:22:03.940 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:22:03.951 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:22:03 smithi072 bash[23112]: audit 2024-03-26T03:22:03.255899+0000 mon.a (mon.0) 725 : audit [DBG] from='client.? 172.21.15.71:0/1027374503' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-03-26T03:22:03.955 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:22:03.970 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-26T03:22:03.970 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T03:22:03.985 DEBUG:teuthology.orchestra.run.smithi072:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T03:22:04.003 DEBUG:teuthology.orchestra.run.smithi173:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-26T03:22:04.018 INFO:tasks.cephadm:Stopping all daemons... 2024-03-26T03:22:04.018 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-26T03:22:04.018 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.a 2024-03-26T03:22:04.179 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:22:04 smithi071 systemd[1]: Stopping Ceph mon.a for 3ff158ae-eb1e-11ee-95d0-87774f69a715... 2024-03-26T03:22:04.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:22:04 smithi071 bash[21522]: debug 2024-03-26T03:22:04.177+0000 7f2a01b8a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-26T03:22:04.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Mar 26 03:22:04 smithi071 bash[21522]: debug 2024-03-26T03:22:04.177+0000 7f2a01b8a700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-03-26T03:22:04.918 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.a.service' 2024-03-26T03:22:04.951 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:22:04.951 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-26T03:22:04.951 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-26T03:22:04.951 DEBUG:teuthology.orchestra.run.smithi072:> sudo systemctl stop ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.b 2024-03-26T03:22:05.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:22:04 smithi072 systemd[1]: Stopping Ceph mon.b for 3ff158ae-eb1e-11ee-95d0-87774f69a715... 2024-03-26T03:22:05.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:22:05 smithi072 bash[23112]: debug 2024-03-26T03:22:05.114+0000 7f0e7bfdb700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-26T03:22:05.220 INFO:journalctl@ceph.mon.b.smithi072.stdout:Mar 26 03:22:05 smithi072 bash[23112]: debug 2024-03-26T03:22:05.114+0000 7f0e7bfdb700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-03-26T03:22:06.157 DEBUG:teuthology.orchestra.run.smithi072:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.b.service' 2024-03-26T03:22:06.183 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:22:06.183 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-26T03:22:06.183 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-26T03:22:06.183 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.c 2024-03-26T03:22:06.215 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mon.c.service' 2024-03-26T03:22:06.296 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:22:06.297 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-26T03:22:06.297 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-26T03:22:06.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mgr.a 2024-03-26T03:22:06.660 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:22:06 smithi071 systemd[1]: Stopping Ceph mgr.a for 3ff158ae-eb1e-11ee-95d0-87774f69a715... 2024-03-26T03:22:06.660 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:22:06 smithi071 bash[21777]: debug 2024-03-26T03:22:06.437+0000 7f663d0f2700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-26T03:22:06.660 INFO:journalctl@ceph.mgr.a.smithi071.stdout:Mar 26 03:22:06 smithi071 bash[21777]: debug 2024-03-26T03:22:06.437+0000 7f663d0f2700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-26T03:22:07.222 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mgr.a.service' 2024-03-26T03:22:07.244 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:22:07.244 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-26T03:22:07.244 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-26T03:22:07.244 DEBUG:teuthology.orchestra.run.smithi072:> sudo systemctl stop ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mgr.b 2024-03-26T03:22:07.666 INFO:journalctl@ceph.mgr.b.smithi072.stdout:Mar 26 03:22:07 smithi072 systemd[1]: Stopping Ceph mgr.b for 3ff158ae-eb1e-11ee-95d0-87774f69a715... 2024-03-26T03:22:08.362 DEBUG:teuthology.orchestra.run.smithi072:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@mgr.b.service' 2024-03-26T03:22:08.381 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:22:08.381 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-26T03:22:08.381 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-26T03:22:08.381 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.0 2024-03-26T03:22:08.660 INFO:journalctl@ceph.osd.0.smithi071.stdout:Mar 26 03:22:08 smithi071 systemd[1]: Stopping Ceph osd.0 for 3ff158ae-eb1e-11ee-95d0-87774f69a715... 2024-03-26T03:22:08.660 INFO:journalctl@ceph.osd.0.smithi071.stdout:Mar 26 03:22:08 smithi071 bash[32199]: debug 2024-03-26T03:22:08.529+0000 7f08e4cbb700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-26T03:22:08.660 INFO:journalctl@ceph.osd.0.smithi071.stdout:Mar 26 03:22:08 smithi071 bash[32199]: debug 2024-03-26T03:22:08.529+0000 7f08e4cbb700 -1 osd.0 59 *** Got signal Terminated *** 2024-03-26T03:22:08.660 INFO:journalctl@ceph.osd.0.smithi071.stdout:Mar 26 03:22:08 smithi071 bash[32199]: debug 2024-03-26T03:22:08.529+0000 7f08e4cbb700 -1 osd.0 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T03:22:14.756 INFO:journalctl@ceph.osd.0.smithi071.stdout:Mar 26 03:22:14 smithi071 bash[46680]: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715-osd-0 2024-03-26T03:22:14.756 INFO:journalctl@ceph.osd.0.smithi071.stdout:Mar 26 03:22:14 smithi071 bash[46744]: Error response from daemon: No such container: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715-osd-0 2024-03-26T03:22:16.595 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.0.service' 2024-03-26T03:22:16.626 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:22:16.627 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-26T03:22:16.627 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-26T03:22:16.627 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.1 2024-03-26T03:22:16.910 INFO:journalctl@ceph.osd.1.smithi071.stdout:Mar 26 03:22:16 smithi071 systemd[1]: Stopping Ceph osd.1 for 3ff158ae-eb1e-11ee-95d0-87774f69a715... 2024-03-26T03:22:16.910 INFO:journalctl@ceph.osd.1.smithi071.stdout:Mar 26 03:22:16 smithi071 bash[37909]: debug 2024-03-26T03:22:16.801+0000 7fb92dfed700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-26T03:22:16.910 INFO:journalctl@ceph.osd.1.smithi071.stdout:Mar 26 03:22:16 smithi071 bash[37909]: debug 2024-03-26T03:22:16.801+0000 7fb92dfed700 -1 osd.1 59 *** Got signal Terminated *** 2024-03-26T03:22:16.910 INFO:journalctl@ceph.osd.1.smithi071.stdout:Mar 26 03:22:16 smithi071 bash[37909]: debug 2024-03-26T03:22:16.801+0000 7fb92dfed700 -1 osd.1 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T03:22:23.160 INFO:journalctl@ceph.osd.1.smithi071.stdout:Mar 26 03:22:22 smithi071 bash[46880]: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715-osd-1 2024-03-26T03:22:23.160 INFO:journalctl@ceph.osd.1.smithi071.stdout:Mar 26 03:22:23 smithi071 bash[46945]: Error response from daemon: No such container: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715-osd-1 2024-03-26T03:22:24.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.1.service' 2024-03-26T03:22:24.774 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:22:24.775 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-26T03:22:24.775 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-26T03:22:24.775 DEBUG:teuthology.orchestra.run.smithi072:> sudo systemctl stop ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.2 2024-03-26T03:22:25.221 INFO:journalctl@ceph.osd.2.smithi072.stdout:Mar 26 03:22:24 smithi072 systemd[1]: Stopping Ceph osd.2 for 3ff158ae-eb1e-11ee-95d0-87774f69a715... 2024-03-26T03:22:25.221 INFO:journalctl@ceph.osd.2.smithi072.stdout:Mar 26 03:22:24 smithi072 bash[26198]: debug 2024-03-26T03:22:24.934+0000 7f885ec4b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-26T03:22:25.221 INFO:journalctl@ceph.osd.2.smithi072.stdout:Mar 26 03:22:24 smithi072 bash[26198]: debug 2024-03-26T03:22:24.934+0000 7f885ec4b700 -1 osd.2 59 *** Got signal Terminated *** 2024-03-26T03:22:25.221 INFO:journalctl@ceph.osd.2.smithi072.stdout:Mar 26 03:22:24 smithi072 bash[26198]: debug 2024-03-26T03:22:24.934+0000 7f885ec4b700 -1 osd.2 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T03:22:31.220 INFO:journalctl@ceph.osd.2.smithi072.stdout:Mar 26 03:22:30 smithi072 bash[35567]: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715-osd-2 2024-03-26T03:22:31.220 INFO:journalctl@ceph.osd.2.smithi072.stdout:Mar 26 03:22:30 smithi072 bash[35631]: Error response from daemon: No such container: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715-osd-2 2024-03-26T03:22:32.771 DEBUG:teuthology.orchestra.run.smithi072:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.2.service' 2024-03-26T03:22:32.796 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:22:32.796 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-26T03:22:32.796 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-03-26T03:22:32.796 DEBUG:teuthology.orchestra.run.smithi072:> sudo systemctl stop ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.3 2024-03-26T03:22:33.220 INFO:journalctl@ceph.osd.3.smithi072.stdout:Mar 26 03:22:32 smithi072 systemd[1]: Stopping Ceph osd.3 for 3ff158ae-eb1e-11ee-95d0-87774f69a715... 2024-03-26T03:22:33.221 INFO:journalctl@ceph.osd.3.smithi072.stdout:Mar 26 03:22:32 smithi072 bash[31516]: debug 2024-03-26T03:22:32.978+0000 7f3c5891e700 -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-03-26T03:22:33.221 INFO:journalctl@ceph.osd.3.smithi072.stdout:Mar 26 03:22:32 smithi072 bash[31516]: debug 2024-03-26T03:22:32.978+0000 7f3c5891e700 -1 osd.3 59 *** Got signal Terminated *** 2024-03-26T03:22:33.221 INFO:journalctl@ceph.osd.3.smithi072.stdout:Mar 26 03:22:32 smithi072 bash[31516]: debug 2024-03-26T03:22:32.978+0000 7f3c5891e700 -1 osd.3 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-26T03:22:35.470 INFO:journalctl@ceph.osd.3.smithi072.stdout:Mar 26 03:22:34 smithi072 bash[31516]: debug 2024-03-26T03:22:34.978+0000 7f3c50f0a700 -1 osd.3 59 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-03-26T03:22:08.953677+0000 front 2024-03-26T03:22:08.953821+0000 (oldest deadline 2024-03-26T03:22:34.853438+0000) 2024-03-26T03:22:36.220 INFO:journalctl@ceph.osd.3.smithi072.stdout:Mar 26 03:22:35 smithi072 bash[31516]: debug 2024-03-26T03:22:35.954+0000 7f3c50f0a700 -1 osd.3 59 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-03-26T03:22:08.953677+0000 front 2024-03-26T03:22:08.953821+0000 (oldest deadline 2024-03-26T03:22:34.853438+0000) 2024-03-26T03:22:37.470 INFO:journalctl@ceph.osd.3.smithi072.stdout:Mar 26 03:22:36 smithi072 bash[31516]: debug 2024-03-26T03:22:36.994+0000 7f3c50f0a700 -1 osd.3 59 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-03-26T03:22:08.953677+0000 front 2024-03-26T03:22:08.953821+0000 (oldest deadline 2024-03-26T03:22:34.853438+0000) 2024-03-26T03:22:39.221 INFO:journalctl@ceph.osd.3.smithi072.stdout:Mar 26 03:22:38 smithi072 bash[35770]: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715-osd-3 2024-03-26T03:22:39.221 INFO:journalctl@ceph.osd.3.smithi072.stdout:Mar 26 03:22:39 smithi072 bash[35834]: Error response from daemon: No such container: ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715-osd-3 2024-03-26T03:22:41.063 DEBUG:teuthology.orchestra.run.smithi072:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.3.service' 2024-03-26T03:22:41.096 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:22:41.096 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-03-26T03:22:41.096 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-03-26T03:22:41.096 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.4 2024-03-26T03:22:41.129 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.4.service' 2024-03-26T03:22:41.198 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:22:41.199 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-03-26T03:22:41.199 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-03-26T03:22:41.199 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.5 2024-03-26T03:22:41.266 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3ff158ae-eb1e-11ee-95d0-87774f69a715@osd.5.service' 2024-03-26T03:22:41.347 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-26T03:22:41.347 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-03-26T03:22:41.347 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T03:22:41.515 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:22:44.001 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T03:22:44.169 INFO:teuthology.orchestra.run.smithi072.stdout:Deleting cluster with fsid: 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:22:46.617 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 --force --keep-logs 2024-03-26T03:22:46.782 INFO:teuthology.orchestra.run.smithi173.stdout:Deleting cluster with fsid: 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:22:48.312 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:22:48.326 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:22:48.340 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-26T03:22:48.353 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-26T03:22:48.355 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427/remote/smithi071/crash 2024-03-26T03:22:48.356 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/crash -- . 2024-03-26T03:22:48.379 INFO:teuthology.orchestra.run.smithi071.stderr:tar: /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T03:22:48.379 INFO:teuthology.orchestra.run.smithi071.stderr:tar: Error is not recoverable: exiting now 2024-03-26T03:22:48.381 DEBUG:teuthology.misc:Transferring archived files from smithi072:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427/remote/smithi072/crash 2024-03-26T03:22:48.382 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/crash -- . 2024-03-26T03:22:48.393 INFO:teuthology.orchestra.run.smithi072.stderr:tar: /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T03:22:48.393 INFO:teuthology.orchestra.run.smithi072.stderr:tar: Error is not recoverable: exiting now 2024-03-26T03:22:48.395 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427/remote/smithi173/crash 2024-03-26T03:22:48.396 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/crash -- . 2024-03-26T03:22:48.406 INFO:teuthology.orchestra.run.smithi173.stderr:tar: /var/lib/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/crash: Cannot open: No such file or directory 2024-03-26T03:22:48.406 INFO:teuthology.orchestra.run.smithi173.stderr:tar: Error is not recoverable: exiting now 2024-03-26T03:22:48.408 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-26T03:22:48.408 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-26T03:22:48.438 INFO:teuthology.orchestra.run.smithi071.stdout:2024-03-26T03:21:13.143447+0000 mon.a (mon.0) 639 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-26T03:22:48.439 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-26T03:22:48.439 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[SEC\]' /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-26T03:22:48.498 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]' /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-26T03:22:48.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[WRN\]' /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-26T03:22:48.613 INFO:teuthology.orchestra.run.smithi071.stdout:2024-03-26T03:21:13.143447+0000 mon.a (mon.0) 639 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-26T03:22:48.614 INFO:tasks.cephadm:Compressing logs... 2024-03-26T03:22:48.614 DEBUG:teuthology.orchestra.run.smithi071:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-26T03:22:48.658 DEBUG:teuthology.orchestra.run.smithi072:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-26T03:22:48.662 DEBUG:teuthology.orchestra.run.smithi173:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-26T03:22:48.667 INFO:teuthology.orchestra.run.smithi071.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T03:22:48.673 INFO:teuthology.orchestra.run.smithi072.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T03:22:48.679 INFO:teuthology.orchestra.run.smithi173.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-26T03:22:48.685 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T03:22:48.685 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.0.log 2024-03-26T03:22:48.686 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mon.a.log 2024-03-26T03:22:48.687 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T03:22:48.687 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.1.log 2024-03-26T03:22:48.687 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.log 2024-03-26T03:22:48.687 INFO:teuthology.orchestra.run.smithi071.stderr: 82.9% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T03:22:48.691 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T03:22:48.692 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T03:22:48.692 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.log: /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mgr.a.log 2024-03-26T03:22:48.692 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.audit.log: 89.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T03:22:48.692 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mgr.a.log: 86.8% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T03:22:48.692 INFO:teuthology.orchestra.run.smithi071.stderr: 89.8% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T03:22:48.692 INFO:teuthology.orchestra.run.smithi072.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T03:22:48.692 INFO:teuthology.orchestra.run.smithi072.stderr:gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.2.log 2024-03-26T03:22:48.692 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T03:22:48.692 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.3.log 2024-03-26T03:22:48.693 INFO:teuthology.orchestra.run.smithi072.stderr:gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.log 2024-03-26T03:22:48.693 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.3.log: /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.cephadm.log: 89.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T03:22:48.693 INFO:teuthology.orchestra.run.smithi072.stderr:gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T03:22:48.693 INFO:teuthology.orchestra.run.smithi072.stderr: 82.2% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T03:22:48.693 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mgr.b.log 2024-03-26T03:22:48.693 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T03:22:48.693 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mon.b.log 2024-03-26T03:22:48.693 INFO:teuthology.orchestra.run.smithi072.stderr: 86.6% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T03:22:48.694 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.audit.log: /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mon.b.log: 90.0% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T03:22:48.695 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-26T03:22:48.695 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.cephadm.log 2024-03-26T03:22:48.695 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.5.log 2024-03-26T03:22:48.695 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.cephadm.log: 80.3% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.cephadm.log.gz 2024-03-26T03:22:48.695 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.log 2024-03-26T03:22:48.695 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-volume.log 2024-03-26T03:22:48.696 INFO:teuthology.orchestra.run.smithi071.stderr: 91.1% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T03:22:48.696 INFO:teuthology.orchestra.run.smithi072.stderr: 91.7% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mgr.b.log.gz 2024-03-26T03:22:48.697 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.5.log: /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mon.c.log 2024-03-26T03:22:48.698 INFO:teuthology.orchestra.run.smithi173.stderr: 88.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-26T03:22:48.698 INFO:teuthology.orchestra.run.smithi173.stderr: 87.3% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.log.gz 2024-03-26T03:22:48.698 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.audit.log 2024-03-26T03:22:48.698 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.4.log 2024-03-26T03:22:48.698 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.audit.log: /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mon.c.log: /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.4.log: 90.0% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph.audit.log.gz 2024-03-26T03:22:48.698 INFO:teuthology.orchestra.run.smithi072.stderr: 91.4% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T03:22:48.701 INFO:teuthology.orchestra.run.smithi173.stderr: 91.2% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-volume.log.gz 2024-03-26T03:22:48.727 INFO:teuthology.orchestra.run.smithi173.stderr: 92.8% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.4.log.gz 2024-03-26T03:22:48.740 INFO:teuthology.orchestra.run.smithi173.stderr: 92.7% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.5.log.gz 2024-03-26T03:22:48.743 INFO:teuthology.orchestra.run.smithi071.stderr: 93.3% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.1.log.gz 2024-03-26T03:22:48.746 INFO:teuthology.orchestra.run.smithi071.stderr: 93.2% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.0.log.gz 2024-03-26T03:22:48.751 INFO:teuthology.orchestra.run.smithi072.stderr: 92.9% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.3.log.gz 2024-03-26T03:22:48.766 INFO:teuthology.orchestra.run.smithi071.stderr: 90.0% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mgr.a.log.gz 2024-03-26T03:22:48.776 INFO:teuthology.orchestra.run.smithi173.stderr: 93.1% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mon.c.log.gz 2024-03-26T03:22:48.777 INFO:teuthology.orchestra.run.smithi072.stderr: 93.4% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-osd.2.log.gz 2024-03-26T03:22:48.778 INFO:teuthology.orchestra.run.smithi173.stderr: 2024-03-26T03:22:48.778 INFO:teuthology.orchestra.run.smithi173.stderr:real 0m0.108s 2024-03-26T03:22:48.779 INFO:teuthology.orchestra.run.smithi173.stderr:user 0m0.177s 2024-03-26T03:22:48.779 INFO:teuthology.orchestra.run.smithi173.stderr:sys 0m0.018s 2024-03-26T03:22:48.782 INFO:teuthology.orchestra.run.smithi072.stderr: 92.7% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mon.b.log.gz 2024-03-26T03:22:48.784 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-03-26T03:22:48.784 INFO:teuthology.orchestra.run.smithi072.stderr:real 0m0.120s 2024-03-26T03:22:48.784 INFO:teuthology.orchestra.run.smithi072.stderr:user 0m0.260s 2024-03-26T03:22:48.784 INFO:teuthology.orchestra.run.smithi072.stderr:sys 0m0.029s 2024-03-26T03:22:48.980 INFO:teuthology.orchestra.run.smithi071.stderr: 91.0% -- replaced with /var/log/ceph/3ff158ae-eb1e-11ee-95d0-87774f69a715/ceph-mon.a.log.gz 2024-03-26T03:22:48.982 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-03-26T03:22:48.982 INFO:teuthology.orchestra.run.smithi071.stderr:real 0m0.322s 2024-03-26T03:22:48.982 INFO:teuthology.orchestra.run.smithi071.stderr:user 0m0.497s 2024-03-26T03:22:48.982 INFO:teuthology.orchestra.run.smithi071.stderr:sys 0m0.027s 2024-03-26T03:22:48.983 INFO:tasks.cephadm:Archiving logs... 2024-03-26T03:22:48.983 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427/remote/smithi071/log 2024-03-26T03:22:48.984 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T03:22:49.119 DEBUG:teuthology.misc:Transferring archived files from smithi072:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427/remote/smithi072/log 2024-03-26T03:22:49.120 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T03:22:49.171 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427/remote/smithi173/log 2024-03-26T03:22:49.172 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-26T03:22:49.208 INFO:tasks.cephadm:Removing cluster... 2024-03-26T03:22:49.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 --force 2024-03-26T03:22:49.374 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:22:50.734 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 --force 2024-03-26T03:22:50.893 INFO:teuthology.orchestra.run.smithi072.stdout:Deleting cluster with fsid: 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:22:52.206 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3ff158ae-eb1e-11ee-95d0-87774f69a715 --force 2024-03-26T03:22:52.377 INFO:teuthology.orchestra.run.smithi173.stdout:Deleting cluster with fsid: 3ff158ae-eb1e-11ee-95d0-87774f69a715 2024-03-26T03:22:53.711 INFO:tasks.cephadm:Removing cephadm ... 2024-03-26T03:22:53.711 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T03:22:53.718 DEBUG:teuthology.orchestra.run.smithi072:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T03:22:53.724 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-26T03:22:53.730 INFO:tasks.cephadm:Teardown complete 2024-03-26T03:22:53.730 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-26T03:22:53.740 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-03-26T03:22:53.740 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T03:22:53.762 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T03:22:53.768 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-26T03:22:53.850 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-26T03:22:53.859 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-26T03:22:53.859 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T03:22:53.862 DEBUG:teuthology.orchestra.run.smithi072:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T03:22:53.864 DEBUG:teuthology.orchestra.run.smithi173:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-26T03:22:53.872 INFO:teuthology.orchestra.run.smithi071.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T03:22:53.872 INFO:teuthology.orchestra.run.smithi071.stdout:============================================================================== 2024-03-26T03:22:53.872 INFO:teuthology.orchestra.run.smithi071.stdout:*hv01.front.sepi 44.4.53.2 2 u 4 64 377 0.094 -0.544 1.475 2024-03-26T03:22:53.872 INFO:teuthology.orchestra.run.smithi071.stdout:+hv02.front.sepi 63.231.80.2 3 u 21 64 377 0.099 -1.399 0.949 2024-03-26T03:22:53.872 INFO:teuthology.orchestra.run.smithi071.stdout:+hv03.front.sepi 74.6.168.72 3 u 16 64 377 0.090 -3.370 1.075 2024-03-26T03:22:53.872 INFO:teuthology.orchestra.run.smithi071.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-26T03:22:53.874 INFO:teuthology.orchestra.run.smithi072.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T03:22:53.874 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================== 2024-03-26T03:22:53.874 INFO:teuthology.orchestra.run.smithi072.stdout:*hv01.front.sepi 44.4.53.2 2 u 22 64 377 0.090 -3.657 1.791 2024-03-26T03:22:53.874 INFO:teuthology.orchestra.run.smithi072.stdout:+hv02.front.sepi 63.231.80.2 3 u 16 64 377 0.052 -3.173 1.537 2024-03-26T03:22:53.874 INFO:teuthology.orchestra.run.smithi072.stdout:+hv03.front.sepi 74.6.168.72 3 u 15 64 377 0.067 -3.098 1.451 2024-03-26T03:22:53.874 INFO:teuthology.orchestra.run.smithi072.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-26T03:22:53.877 INFO:teuthology.orchestra.run.smithi173.stdout: remote refid st t when poll reach delay offset jitter 2024-03-26T03:22:53.877 INFO:teuthology.orchestra.run.smithi173.stdout:============================================================================== 2024-03-26T03:22:53.877 INFO:teuthology.orchestra.run.smithi173.stdout:*hv01.front.sepi 44.4.53.2 2 u 16 64 377 0.109 -0.967 2.321 2024-03-26T03:22:53.877 INFO:teuthology.orchestra.run.smithi173.stdout:+hv02.front.sepi 63.231.80.2 3 u 23 64 377 0.094 -3.298 1.699 2024-03-26T03:22:53.877 INFO:teuthology.orchestra.run.smithi173.stdout:+hv03.front.sepi 74.6.168.72 3 u 22 64 377 0.100 -4.795 1.669 2024-03-26T03:22:53.877 INFO:teuthology.orchestra.run.smithi173.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-26T03:22:53.878 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-26T03:22:53.901 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-26T03:22:53.902 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-26T03:22:53.935 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-26T03:22:53.969 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-26T03:22:54.001 INFO:teuthology.task.internal:Duration was 1380.940795 seconds 2024-03-26T03:22:54.002 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-26T03:22:54.035 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-26T03:22:54.035 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T03:22:54.038 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T03:22:54.040 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-26T03:22:54.077 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-26T03:22:54.077 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-03-26T03:22:54.077 DEBUG:teuthology.orchestra.run.smithi071:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-26T03:22:54.127 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi072.front.sepia.ceph.com 2024-03-26T03:22:54.127 DEBUG:teuthology.orchestra.run.smithi072:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-26T03:22:54.137 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi173.front.sepia.ceph.com 2024-03-26T03:22:54.137 DEBUG:teuthology.orchestra.run.smithi173:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-26T03:22:54.147 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-26T03:22:54.147 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T03:22:54.174 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T03:22:54.179 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-26T03:22:54.220 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-26T03:22:54.220 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T03:22:54.254 DEBUG:teuthology.orchestra.run.smithi072:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T03:22:54.256 DEBUG:teuthology.orchestra.run.smithi173:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-26T03:22:54.370 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-26T03:22:54.381 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-26T03:22:54.381 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T03:22:54.393 DEBUG:teuthology.orchestra.run.smithi072:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T03:22:54.405 DEBUG:teuthology.orchestra.run.smithi173:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-26T03:22:54.419 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-26T03:22:54.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-26T03:22:54.438 DEBUG:teuthology.orchestra.run.smithi072:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-26T03:22:54.447 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-03-26T03:22:54.448 DEBUG:teuthology.orchestra.run.smithi173:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-26T03:22:54.457 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = core 2024-03-26T03:22:54.472 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = core 2024-03-26T03:22:54.569 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T03:22:54.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T03:22:54.575 DEBUG:teuthology.orchestra.run.smithi072:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T03:22:54.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T03:22:54.580 DEBUG:teuthology.orchestra.run.smithi173:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-26T03:22:54.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-26T03:22:54.618 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-26T03:22:54.628 INFO:teuthology.task.internal:Transferring archived files... 2024-03-26T03:22:54.629 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427/remote/smithi071 2024-03-26T03:22:54.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T03:22:54.653 DEBUG:teuthology.misc:Transferring archived files from smithi072:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427/remote/smithi072 2024-03-26T03:22:54.653 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T03:22:54.676 DEBUG:teuthology.misc:Transferring archived files from smithi173:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427/remote/smithi173 2024-03-26T03:22:54.676 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-26T03:22:54.698 INFO:teuthology.task.internal:Removing archive directory... 2024-03-26T03:22:54.698 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T03:22:54.701 DEBUG:teuthology.orchestra.run.smithi072:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T03:22:54.716 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-26T03:22:54.746 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-26T03:22:54.759 INFO:teuthology.task.internal:Not uploading archives. 2024-03-26T03:22:54.759 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-26T03:22:54.816 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-26T03:22:54.816 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T03:22:54.819 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T03:22:54.822 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-26T03:22:54.823 INFO:teuthology.orchestra.run.smithi071.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 03:22 /home/ubuntu/cephtest 2024-03-26T03:22:54.825 INFO:teuthology.orchestra.run.smithi072.stdout: 658468 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 03:22 /home/ubuntu/cephtest 2024-03-26T03:22:54.828 INFO:teuthology.orchestra.run.smithi173.stdout: 658623 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 26 03:22 /home/ubuntu/cephtest 2024-03-26T03:22:54.829 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-26T03:22:54.845 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-26T03:22:54.912 INFO:teuthology.nuke:Checking targets against current locks 2024-03-26T03:22:54.939 DEBUG:teuthology.nuke:shortname: smithi071 2024-03-26T03:22:54.939 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T03:22:54.962 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 02:49:35.238118', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBElSFr0y0Lx8KXmUTp5cgi/XAjZk99u0Qt6m7d9yFC9Nqd1J5Hy/8C2USiWoPahKrBU248hOMDpDC169DSz9RAQ='} 2024-03-26T03:22:54.967 DEBUG:teuthology.nuke:shortname: smithi072 2024-03-26T03:22:54.967 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T03:22:54.994 DEBUG:teuthology.nuke:shortname: smithi173 2024-03-26T03:22:54.994 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-26T03:22:54.998 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 02:49:35.240875', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBV01TdVgI1qQNc6hyCdznf4M8HuJHgr8D4GGDpcQGgP+LQMyz/FGwirc0zhuJjGHWXxW9Kxe1w7su4CtkDXxN0='} 2024-03-26T03:22:55.020 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-26_01:50:53-orch:cephadm-wip-adk-testing-2024-03-25-1628-distro-default-smithi/7622427', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-26 02:49:35.239600', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCV1fxQ6iyQasaZAJ2yQ6rR7gjWJSPcs9pGOtTtgknj6fn9BzOB3rp9IP+5DMlJrkGM9pnPn7MveCVCty09ECoM='} 2024-03-26T03:22:55.030 INFO:teuthology.orchestra.console.smithi071:Power off 2024-03-26T03:22:55.031 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T03:22:55.054 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2024-03-26T03:22:55.055 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:22:55.071 INFO:teuthology.orchestra.console.smithi072:Power off 2024-03-26T03:22:55.071 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T03:22:55.083 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-03-26T03:22:55.094 DEBUG:teuthology.orchestra.console.smithi072:power off output: Chassis Power Control: Down/Off 2024-03-26T03:22:55.094 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:22:55.110 INFO:teuthology.orchestra.console.smithi173:Power off 2024-03-26T03:22:55.110 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-26T03:22:55.120 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2024-03-26T03:22:55.135 DEBUG:teuthology.orchestra.console.smithi173:power off output: Chassis Power Control: Down/Off 2024-03-26T03:22:55.135 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:22:55.160 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2024-03-26T03:22:59.084 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:22:59.121 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:22:59.161 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:22:59.195 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-03-26T03:22:59.232 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2024-03-26T03:22:59.272 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2024-03-26T03:23:03.197 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:23:03.232 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:23:03.273 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:23:03.309 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2024-03-26T03:23:03.343 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2024-03-26T03:23:03.385 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2024-03-26T03:23:03.410 INFO:teuthology.orchestra.console.smithi071:Power off completed 2024-03-26T03:23:07.346 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:23:07.386 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-26T03:23:07.457 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is off 2024-03-26T03:23:07.495 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is off 2024-03-26T03:23:07.558 INFO:teuthology.orchestra.console.smithi072:Power off completed 2024-03-26T03:23:07.596 INFO:teuthology.orchestra.console.smithi173:Power off completed 2024-03-26T03:23:07.700 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} duration: 1380.9407949447632 failure_reason: '"2024-03-26T03:21:13.143447+0000 mon.a (mon.0) 639 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN)" in cluster log' flavor: default owner: scheduled_adking@teuthology success: false 2024-03-26T03:23:07.700 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-26T03:23:07.778 INFO:teuthology.run:FAIL